History log of /libcore/luni/src/main/java/java/lang/Package.java
Revision Date Author Comments
0432d7db07f16409d05ba4095a0c3a442a9c77b9 25-Jun-2011 Jesse Wilson <jessewilson@google.com> Fix getPackage so it may be used by bootclasspath classes.

The test doesn't really exercise what I want it to exercise
unless it's run on the bootclasspath itself. It's a sizeable
amount of work to permit certain tests to run on the boot
class path, so I'm punting on the full regression test. I did
test this manually.

Bug: 4676726
Change-Id: I8f82041b93a59c7747655e5685a390c10004ff84
172232d3d82076fbee6f04a5f4b7b4672029e2ed 14-Apr-2011 Elliott Hughes <enh@google.com> Don't crash in Package.getAnnotations.

We never implemented the native method.

W(32205) No implementation found for native Ljava/lang/Package;.getDeclaredAnnotations (Ljava/lang/Package;Z)[Ljava/lang/annotation/Annotation; (dalvikvm)

Bug: http://code.google.com/p/android/issues/detail?id=16135
Change-Id: I75452271051dd6009495405baa1b420d1bdeaf7a
2fc5dcd5614f910f25d794d272834752a72e63b1 09-Dec-2010 Elliott Hughes <enh@google.com> Apply various Intellij quick fixes to java.lang.

There's one real bug here: our Integer.toString was supposed to have a cache
for small negative values, but an accidentally-introduced temporary meant we
were never using the cached values. Other than that, this is just cleanup.

Change-Id: I457f9bd166c9a029ba8b439f3bbfa926f9b84cc9
7365de1056414750d0a7d1fdd26025fd247f0d04 12-Aug-2010 Jesse Wilson <jessewilson@google.com> Sorting imports.

Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
6b811c5daec1b28e6f63b57f98a032236f2c3cf7 03-May-2010 Peter Hallam <peterhal@google.com> Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni
Merge xml except xmlpull and kxml into luni