diff options
author | Tor Norbye <tnorbye@google.com> | 2012-09-24 07:53:27 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-09-24 07:53:27 -0700 |
commit | f51c736874411bf225846921698fdc237c2801c7 (patch) | |
tree | e459b731218c58f685fcbdc2a0e093ae70d37ab2 /layoutlib_api/src/com/android/ide/common/rendering/api/ResourceReference.java | |
parent | 322b78f9d478d85a45183268616d869bc4801d6a (diff) | |
download | sdk-f51c736874411bf225846921698fdc237c2801c7.zip sdk-f51c736874411bf225846921698fdc237c2801c7.tar.gz sdk-f51c736874411bf225846921698fdc237c2801c7.tar.bz2 |
Fix missing class detector to work for incremental manifest edits
The missing manifest detector provides multiple issues; both the
missing class detector (which requires not just manifest scope but
also class scope), as well as some checks to ensure that for example
inner classes are registered correctly, which only requires manifest
scope. Because of this second issue, the detector runs in incremental
manifest editing context, but the code to handle missing classes would
also run. The check is simple; don't check missing class references
unless we also have class scope.
Change-Id: Iff83c372abf2335e3d8e991740702d6094fd65bd
Diffstat (limited to 'layoutlib_api/src/com/android/ide/common/rendering/api/ResourceReference.java')
0 files changed, 0 insertions, 0 deletions