Bugs in Java
This is a list of bugs that I reported for Java. Please note that this list is rather incomplete when it comes to old bugs. It contains only those bug reports that I could rediscover using the bug report search engine. That only works for bug reports which I could identify using a unique search string like a host name.
- java.util.EventObject should be changed to java.util.EventObject<T>
- Title: java.util.EventObject should be changed to java.util.EventObject<T> Reported on: 2011-10-02 State: unknown Java version: All versions starting with 1.5. I guess that the message that this is a duplicate of ↗#6296245 got lost. However, I want that one to be reopened and fixed. I'll submit it again.
- ↗javax.swing.event.EventListenerList should be java.util.EventListenerList
- Title: javax.swing.event.EventListenerList should be java.util.EventListenerList Reported on: 201-10-02 State: unknown Java version: All versions that have javax.swing.event.EventListenerList
- ↗javac -Xlint:all warns about flush() within try on an auto-closeable resource (fixed)
- ↗javac rejects expression as resource for try-with-resources (not a bug - bad spec)
- ↗False positive for -Xlint:try with nested try with resources blocks (fixed)
- ↗Request for revision of the grammar for try with resources (rfe)
- ↗java.awt.Frame.setIconImage() prevents Frame disposal / leaks memory (open)
- ↗com.sun.mirror.apt.Messager.printWarning() Impl emits Error instead of Warning (fixed)
- ↗javac Java Compiler crashes with AssertionError on nested annotations (fixed)
- ↗Multiple Generics parameters break the required specialization (not a bug)
- ↗Transparent JDesktopPane impossible because isOpaque() returns true (fixed)
- ↗javax.swing.tree.TreeNode.children() has wrong Enumeration Generic returntype (fixed)
- ↗javac Java Compiler crashes with AssertionError on nested annotations (fixed)
- ↗Hangs when @inheritdoc 1) can't inherit or 2) inherits from super-superinterface (fixed)