History log of /libcore/luni/src/main/java/javax/xml/datatype/DatatypeFactory.java
Revision Date Author Comments
4300005e7333feb0f21d8b991d5e639e2da68500 22-Feb-2013 Elliott Hughes <enh@google.com> Fix DatatypeFactory documentation.

Make it clear that you need to supply your own implementation.

Bug: http://code.google.com/p/android/issues/detail?id=14379
Change-Id: I2ca9b4bb03fdbe5da072211aa7b0c42ced1256e3
d43b9ef11a1095967a3396b246639b563e1a4128 12-Sep-2012 Kenny Root <kroot@google.com> Add consistent reasons for NullPointerException

Semi-automated replacement of empty and non-conforming
NullPointerException reason messages.

(cherry-pick of 86acc043d3334651ee26c65467d78d6cefedd397.)

Change-Id: I6d893979f5c20a50e841e32af9fd7b2d8bc9d54d
86acc043d3334651ee26c65467d78d6cefedd397 12-Sep-2012 Kenny Root <kroot@google.com> Add consistent reasons for NullPointerException

Semi-automated replacement of empty and non-conforming
NullPointerException reason messages.

Change-Id: Iedeb4b21949e973c4042ce5982dda315f2e785e1
7d7379be39626cccaa84a66a82cdde8cb178bc96 25-Feb-2011 Elliott Hughes <enh@google.com> Fix build.

The "new String" here was probably a deliberate attempt to avoid a public
static final field being inlined as a constant. Revert and document.

Change-Id: I864bbf82c8711e08016fd7f4f2e8a8508b95db0c
8f7b815b21dd8dd884b7c0e16ea798d0f8e41314 25-Feb-2011 Elliott Hughes <enh@google.com> Fix more FindBugs warnings: DM_STRING_CTOR.

These are the cases where we don't actually want to avoid memory leaks.

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

Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc
55b2d1c3f492f6140ad6dd18a4bec4ec2643d664 05-Jun-2010 Jesse Wilson <jessewilson@google.com> Fixing the last API deltas between Dalvik and Java 6.

This addresses some problems with generic type signatures (missing <?>)
and new factory methods for XML factory classes.

Change-Id: I9cd886e38b8bc9d495ae4e5ed70f71f27ac3f0cc
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
d21d78fd49a2d798218e8c8aefbddb26a0e71bbb 13-May-2010 Elliott Hughes <enh@google.com> Convert tabs to spaces.

Change-Id: I16cfbd2faac6b565b78b5dd97e2345323a36f652
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