OSDN Git Service

Avoid multiple R.java parsings
authorJosiah Gaskin <josiahgaskin@google.com>
Fri, 19 Aug 2011 21:56:23 +0000 (14:56 -0700)
committerJosiah Gaskin <josiahgaskin@google.com>
Fri, 19 Aug 2011 22:06:17 +0000 (15:06 -0700)
commitfdc7dcf006d29379f9c37cabf480b995a9da372f
tree2b1228cadcd176eb93318da1ca5a2a9f44f6e7da
parent18a34222c4e405f284be6ed89969a496221b85b4
Avoid multiple R.java parsings

This change lets CompiledResourceMonitor avoid multiple
parsings of the same R.java file when reacting to a compilation
of a project that has libraries by adding a better filtering
check for which file changes it reacts to.

Change-Id: I611c581200df3237217f8426d976c859d8848ade
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/CompiledResourcesMonitor.java