<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_opencensus-java/findbugs-exclude.xml, branch android10-qpr2-release</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>Avoid doing string formatting when calling checkArgument. (#1394)</title>
<updated>2018-08-28T21:40:27+00:00</updated>
<author>
<name>Bogdan Drutu</name>
<email>bdrutu@google.com</email>
</author>
<published>2018-08-28T21:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=eabc800c3749ca6f8e3a17f057ae11c8d1385d0c'/>
<id>eabc800c3749ca6f8e3a17f057ae11c8d1385d0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement CurrentStatsState using atomic variables. (#1377)</title>
<updated>2018-08-20T23:38:36+00:00</updated>
<author>
<name>Bogdan Drutu</name>
<email>bdrutu@google.com</email>
</author>
<published>2018-08-20T23:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=847bdcb323507916f2c9d851fc86228ec74ef038'/>
<id>847bdcb323507916f2c9d851fc86228ec74ef038</id>
<content type='text'>
* Implement CurrentStatsState using atomic variables.

* Ignore findbugs warning and add changelog comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement CurrentStatsState using atomic variables.

* Ignore findbugs warning and add changelog comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add util contrib package for AppEngine standard. (#1214)</title>
<updated>2018-05-30T23:32:34+00:00</updated>
<author>
<name>Bogdan Drutu</name>
<email>bdrutu@google.com</email>
</author>
<published>2018-05-30T23:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=709d97aa321d5729988fd63b960bbece04cfba10'/>
<id>709d97aa321d5729988fd63b960bbece04cfba10</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usages of Guava Throwables from opencensus-api (issue #1081).</title>
<updated>2018-04-05T02:42:51+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=5d5b0f52cb724cf93af4dc7cf36258f990355c9b'/>
<id>5d5b0f52cb724cf93af4dc7cf36258f990355c9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usages of Guava Precondtions from opencensus-api (issue #1081).</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=ba8aea851d53764ec2cd45ccb76ff224c8846358'/>
<id>ba8aea851d53764ec2cd45ccb76ff224c8846358</id>
<content type='text'>
This commit replaces the most commonly used precondtion checks with methods in
a new utility class, io.opencensus.internal.Utils.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit replaces the most commonly used precondtion checks with methods in
a new utility class, io.opencensus.internal.Utils.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "Util" classes to "Utils", for consistency with public "Utils" classes.</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=26110b6cbf41dcf889502022a495576511025335'/>
<id>26110b6cbf41dcf889502022a495576511025335</id>
<content type='text'>
This commit adds an "s" to TimeUtil, StringUtil, and BaseMessageEventUtil, for
consistency with utility classes that have been made public, such as
ContextUtils.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds an "s" to TimeUtil, StringUtil, and BaseMessageEventUtil, for
consistency with utility classes that have been made public, such as
ContextUtils.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable FindBugs in tests.</title>
<updated>2018-03-24T02:41:50+00:00</updated>
<author>
<name>Kristen Kozak</name>
<email>sebright@google.com</email>
</author>
<published>2018-03-23T22:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=cc7c7e1dbc516b57122e61284aebbc385cbecca1'/>
<id>cc7c7e1dbc516b57122e61284aebbc385cbecca1</id>
<content type='text'>
This would have caught the unused variable that was fixed by #1082.

Changes in this commit:

  - Enable FindBugs in tests in build.gradle.

  - Fix some existing minor FindBugs issues in tests.

  - Suppress some warnings in all test classes that are less important in test
    code, such as requiring nested classes to be static whenever possible.

  - Enable nullness-related FindBugs warnings in tests, since we don't run the
    Checker Framework on test code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would have caught the unused variable that was fixed by #1082.

Changes in this commit:

  - Enable FindBugs in tests in build.gradle.

  - Fix some existing minor FindBugs issues in tests.

  - Suppress some warnings in all test classes that are less important in test
    code, such as requiring nested classes to be static whenever possible.

  - Enable nullness-related FindBugs warnings in tests, since we don't run the
    Checker Framework on test code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move BaseMessageEventUtil to trace package. (#1076)</title>
<updated>2018-03-22T00:25:35+00:00</updated>
<author>
<name>Yang Song</name>
<email>songy23@users.noreply.github.com</email>
</author>
<published>2018-03-22T00:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=eb826581a9d3e2e99cd93bd07ee2b336978e8fb2'/>
<id>eb826581a9d3e2e99cd93bd07ee2b336978e8fb2</id>
<content type='text'>
* Move BaseMessageEventUtil to trace package.

* Move BaseMessageEventUtil to trace.internal. Work around findbugs.

* Update findbugs-exclude and remove since tag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move BaseMessageEventUtil to trace package.

* Move BaseMessageEventUtil to trace.internal. Work around findbugs.

* Update findbugs-exclude and remove since tag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress all FindBugs warnings about NullPointerExceptions.</title>
<updated>2018-02-27T03:10:50+00:00</updated>
<author>
<name>Kristen Kozak</name>
<email>sebright@google.com</email>
</author>
<published>2018-02-27T03:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=60b59267eb4bb83b2f50b0fb428971608e79c3b0'/>
<id>60b59267eb4bb83b2f50b0fb428971608e79c3b0</id>
<content type='text'>
The warnings are redundant with the Checker Framework's warnings, and they
sometimes conflict.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The warnings are redundant with the Checker Framework's warnings, and they
sometimes conflict.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)</title>
<updated>2018-02-16T07:09:17+00:00</updated>
<author>
<name>Hailong Wen</name>
<email>youxiabsyw@gmail.com</email>
</author>
<published>2018-02-16T07:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_opencensus-java/commit/?id=131b6f062a68d91b4d7a06d1edc25d8e856b6a21'/>
<id>131b6f062a68d91b4d7a06d1edc25d8e856b6a21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
