<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_base/lint, branch idea133-milestone</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_tools_base/'/>
<entry>
<title>Add ItemResourceValue</title>
<updated>2015-02-04T23:39:00+00:00</updated>
<author>
<name>Deepanshu Gupta</name>
<email>deepanshu@google.com</email>
</author>
<published>2014-10-08T22:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=0d465c67f346ac19cf3d128264893b0a091ae9b2'/>
<id>0d465c67f346ac19cf3d128264893b0a091ae9b2</id>
<content type='text'>
The new class represents an item in the style resource. Earlier,
ResourceValue was used along with a boolean to represent the attribute
namespace.

Change-Id: I03344f7561952260d8155d6a39119b4b54d38285
(cherry picked from commit c8e56213d1c45b7919f7ff7ba845335e77783565)
(cherry picked from commit c24c8251548e8000fff6a0368e90a515f3179cd3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new class represents an item in the style resource. Earlier,
ResourceValue was used along with a boolean to represent the attribute
namespace.

Change-Id: I03344f7561952260d8155d6a39119b4b54d38285
(cherry picked from commit c8e56213d1c45b7919f7ff7ba845335e77783565)
(cherry picked from commit c24c8251548e8000fff6a0368e90a515f3179cd3)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix race condition in lint's resource folder cache</title>
<updated>2014-09-29T16:30:27+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-09-29T14:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=3733e271a580c7ccb63af92103d2f437dd960efc'/>
<id>3733e271a580c7ccb63af92103d2f437dd960efc</id>
<content type='text'>
Lint was caching the folder version for a given parent folder.
However, this is problematic when lint is run from Gradle (where tasks
can execute in parallel), and in particular one large project was
seeing intermittent build errors as a result of this, where it was
evident that the build was seeing an inconsistent view of the parent
folder cache.

Therefore, simply move the computation and caching into the
LintDriver, which is always unique for each lint job, rather than
storing this data in static fields.

Change-Id: Ic1ab9d08af1b6e73d1f38b9c6fd6487cc3b38fba
(cherry picked from commit 87ff29118c2e6569a9f18eab040a2c0654339e7c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lint was caching the folder version for a given parent folder.
However, this is problematic when lint is run from Gradle (where tasks
can execute in parallel), and in particular one large project was
seeing intermittent build errors as a result of this, where it was
evident that the build was seeing an inconsistent view of the parent
folder cache.

Therefore, simply move the computation and caching into the
LintDriver, which is always unique for each lint job, rather than
storing this data in static fields.

Change-Id: Ic1ab9d08af1b6e73d1f38b9c6fd6487cc3b38fba
(cherry picked from commit 87ff29118c2e6569a9f18eab040a2c0654339e7c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Don't flag benign unused attributes" into idea133</title>
<updated>2014-08-25T18:36:15+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-08-25T18:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=fa008ccdd812786967823e2505bb42607593cf16'/>
<id>fa008ccdd812786967823e2505bb42607593cf16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Tweak out of memory handling for ECJ" into idea133</title>
<updated>2014-08-25T14:26:49+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-08-25T14:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=cf231a30d5a4681ff6535b9149388f4bb3a5296a'/>
<id>cf231a30d5a4681ff6535b9149388f4bb3a5296a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't flag benign unused attributes</title>
<updated>2014-08-24T02:59:58+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-06-28T00:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=7a994d47a20dd272df5bffbf8bdb769e5746eba6'/>
<id>7a994d47a20dd272df5bffbf8bdb769e5746eba6</id>
<content type='text'>
Change-Id: Id284e57e68225a53e1c8f9f1da6a95db87f26cdd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id284e57e68225a53e1c8f9f1da6a95db87f26cdd
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak out of memory handling for ECJ</title>
<updated>2014-08-23T03:16:11+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-08-23T03:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=78a30739f2404cf1365f393717c507648cd1ab0b'/>
<id>78a30739f2404cf1365f393717c507648cd1ab0b</id>
<content type='text'>
Change-Id: Idcb1a8770d402136b30b65056b4aed6d176d8879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idcb1a8770d402136b30b65056b4aed6d176d8879
</pre>
</div>
</content>
</entry>
<entry>
<title>17212176: NullPointerException in com.android.tools.lint.detector.api.Locatio</title>
<updated>2014-08-23T00:52:36+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-08-23T00:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=4629d97c47337dfa69906a5d69ca2c9779f90c76'/>
<id>4629d97c47337dfa69906a5d69ca2c9779f90c76</id>
<content type='text'>
Change-Id: Ic11be4883b6bb90e4f49c43bf6d1405f2f791741
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic11be4883b6bb90e4f49c43bf6d1405f2f791741
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "73934: Lint warns about ExportedReceiver for Google Play install receiver" into idea133</title>
<updated>2014-08-20T01:51:56+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-08-20T16:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=479d832ee47526d656a009abc3986d8d01e70533'/>
<id>479d832ee47526d656a009abc3986d8d01e70533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>73934: Lint warns about ExportedReceiver for Google Play install receiver</title>
<updated>2014-08-20T01:12:30+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-08-20T01:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=7e77cb943489d7a1c04a907e9a9ddca03e90a26a'/>
<id>7e77cb943489d7a1c04a907e9a9ddca03e90a26a</id>
<content type='text'>
Change-Id: I6db3a87f1f0d0ec6526aeb75ea74f430417dc1db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6db3a87f1f0d0ec6526aeb75ea74f430417dc1db
</pre>
</div>
</content>
</entry>
<entry>
<title>74853: Lint RtlSymmetry severity=Error should be lower</title>
<updated>2014-08-20T15:02:17+00:00</updated>
<author>
<name>Tor Norbye</name>
<email>tnorbye@google.com</email>
</author>
<published>2014-08-20T15:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_base/commit/?id=03942e6ec830865997a7659c520092e8fa2205c7'/>
<id>03942e6ec830865997a7659c520092e8fa2205c7</id>
<content type='text'>
Change-Id: I3291125259c8ffc5e871a879092f733dacfe9e66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3291125259c8ffc5e871a879092f733dacfe9e66
</pre>
</div>
</content>
</entry>
</feed>
