<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_opencensus-java/checker-framework, branch android11-gsi</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/'/>
<entry>
<title>Improve implementation of OpenCensusTraceContextDataInjector. (#1413)</title>
<updated>2018-09-14T18:28:10+00:00</updated>
<author>
<name>sebright</name>
<email>sebright@google.com</email>
</author>
<published>2018-09-14T18:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=97a1875a5829de584ecd0d723f0c0bbea3f97319'/>
<id>97a1875a5829de584ecd0d723f0c0bbea3f97319</id>
<content type='text'>
This commit improves the thread safety of OpenCensusTraceContextDataInjector by
following the thread safety requirements in the Javadocs of the overridden
methods from ContextDataInjector.  It also handles the possibility of
ThreadContext.getThreadContextMap() returning null by adding a Nullable
annotation in a Checker Framework stub file and adding null checks to the code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit improves the thread safety of OpenCensusTraceContextDataInjector by
following the thread safety requirements in the Javadocs of the overridden
methods from ContextDataInjector.  It also handles the possibility of
ThreadContext.getThreadContextMap() returning null by adding a Nullable
annotation in a Checker Framework stub file and adding null checks to the code.</pre>
</div>
</content>
</entry>
<entry>
<title>Spring sleuth (#1378)</title>
<updated>2018-09-05T19:09:44+00:00</updated>
<author>
<name>Dino Oliva</name>
<email>dinooliva@users.noreply.github.com</email>
</author>
<published>2018-09-05T19:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=30c10cc77cd3a6d9583c2339ade689d06585aba4'/>
<id>30c10cc77cd3a6d9583c2339ade689d06585aba4</id>
<content type='text'>
* Initial import of OpenCensus/Sleuth integration.

* Minor fixes for integration with master.

* Adds a README.

* Removes hardcoded dependencies in build file.

* Adds contrib to spring_sleuth file path.

* Updates package names appropriately based on file renames.

* Fixes build paths.

* Fixes for build checks.

* Mark as experimental.

* Minor fixes for build files (space vs tab).

* Minor fixes for build files (space vs tab).

* Update README to absolve Spring Sleuth team of any responsibility for this spring_sleuth plugin.

* Minor fixes for import control (space vs tab).

* Tag public classes @since 0.16

* Adds javadoc for public methods not already documented.

* Updates OpenCensusSleuthTracer to pass nullness checks.

* Fixes for formatting issues.

* Fixes for typos.

* Suppresses the check return value warning added by gRPC.

* Suppresses the check return value warning added by gRPC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial import of OpenCensus/Sleuth integration.

* Minor fixes for integration with master.

* Adds a README.

* Removes hardcoded dependencies in build file.

* Adds contrib to spring_sleuth file path.

* Updates package names appropriately based on file renames.

* Fixes build paths.

* Fixes for build checks.

* Mark as experimental.

* Minor fixes for build files (space vs tab).

* Minor fixes for build files (space vs tab).

* Update README to absolve Spring Sleuth team of any responsibility for this spring_sleuth plugin.

* Minor fixes for import control (space vs tab).

* Tag public classes @since 0.16

* Adds javadoc for public methods not already documented.

* Updates OpenCensusSleuthTracer to pass nullness checks.

* Fixes for formatting issues.

* Fixes for typos.

* Suppresses the check return value warning added by gRPC.

* Suppresses the check return value warning added by gRPC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Checker Framework stub file for gRPC Context.Key. (#1357)</title>
<updated>2018-08-02T00:54:30+00:00</updated>
<author>
<name>sebright</name>
<email>sebright@google.com</email>
</author>
<published>2018-08-02T00:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=daa5d097e18211ad95a0e5bc63697e615db91902'/>
<id>daa5d097e18211ad95a0e5bc63697e615db91902</id>
<content type='text'>
The stub file adds Nullable annotations to indicate that Context.Key.get can
return null when the key has no default or the key has a nullable value type.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The stub file adds Nullable annotations to indicate that Context.Key.get can
return null when the key has no default or the key has a nullable value type.</pre>
</div>
</content>
</entry>
<entry>
<title>Add nullness annotations to Preconditions.checkNotNull.</title>
<updated>2018-04-05T02:16:28+00:00</updated>
<author>
<name>Kristen Kozak</name>
<email>sebright@google.com</email>
</author>
<published>2018-04-03T23:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=1e09da2b34cce91cab3bd40290a0e16d60042afe'/>
<id>1e09da2b34cce91cab3bd40290a0e16d60042afe</id>
<content type='text'>
This commit also adds annotations to TextFormat that were required after the
change in checkNotNull.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also adds annotations to TextFormat that were required after the
change in checkNotNull.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Checker Framework stub file for Guava (fixes #920).</title>
<updated>2017-12-31T03:53:44+00:00</updated>
<author>
<name>Kristen Kozak</name>
<email>sebright@google.com</email>
</author>
<published>2017-12-28T20:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=3c526065eb3b7e713475c11226a5e2d8a8f0826e'/>
<id>3c526065eb3b7e713475c11226a5e2d8a8f0826e</id>
<content type='text'>
This commit adds a stub file as described in
https://checkerframework.org/manual/#stub.  The initial file contains
annotations for com.google.common.base.Strings.isNullOrEmpty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds a stub file as described in
https://checkerframework.org/manual/#stub.  The initial file contains
annotations for com.google.common.base.Strings.isNullOrEmpty.
</pre>
</div>
</content>
</entry>
</feed>
