| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Merge of HEAD --> generics-branch for 2005/06/05 - 2005/07/31.
See patch on classpath-patches@gnu.org for a full ChangeLog.
|
|
|
|
| |
* Merge of October 2004 HEAD patches to generics branch
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* java/util/Collections.java,
java/util/PropertyResourceBundle.java,
java/util/ResourceBundle.java,
java/util/StringTokenizer.java,
java/util/jar/Attributes.java,
java/util/logging/ConsoleHandler.java,
java/util/logging/LogManager.java,
java/util/logging/MemoryHandler.java,
java/util/logging/SocketHandler.java:
Fixed HTML tags in javadocs all over.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
class object, not the singleton instance, to the constructor of the
PropertyChangeSupport delegate. The generated PropertyChangeEvents now
indicate the same event source as the Sun J2SE 1.4 reference
implementation.
* java/util/logging/LogManager.java (readConfiguration):
Pass null for the property name, so listeners receive the same
PropertyChangeEvent as they would when running Sun J2SE 1.4.
* java/util/logging/LogManager.java (getLogger): Passing null
now throws a NullPointerException, as with Sun J2SE 1.4.
* java/util/logging/LogManager.java (reset): Fix a bug which
would cause spurious NullPointerExceptions upon resetting
the log manager configuration. A WeakReference had not been
checked for null.
* java/util/logging/LogManager.java (getIntPropertyClamped):
New package-private method for properties inside an integer range.
* java/util/logging/MemoryHandler.java (constructor):
Take configuration from log manager properties. Docfixes.
Throw exception for size values <= 0.
|
| |
|
|
|