KAT

Substance/Swing exceptions regularly thrown

Bug #242870 reported by Carsten Saathoff
2
Affects Status Importance Assigned to Milestone
KAT
Won't Fix
High
KAT Development Team

Bug Description

The following exception is regularly thrown:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
 at javax.swing.JComponent._paintImmediately(JComponent.java:5110)
 at javax.swing.JComponent.paintImmediately(JComponent.java:4905)
 at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:740)
 at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:696)
 at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:676)
 at javax.swing.RepaintManager.access$700(RepaintManager.java:57)
 at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1550)
 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

I am not sure whether this is a problem with the GUI updates triggered from within the plugin views. Maybe they have to be added to the Swing thread queue? Once these exceptions totally messed up the GUI, but usually the don't seem to interrupt normal work.

Changed in kat:
importance: Undecided → High
status: New → Confirmed
Changed in kat:
milestone: none → 0.2
Changed in kat:
assignee: nobody → kat-dev-team
Revision history for this message
Carsten Saathoff (kodemaniak) wrote :

This bug seems to be caused by OpenJDK, which I had accidentally installed as my default. We will not fix this issue as it seems to be somewhere between OpenJDK and substance.

Changed in kat:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.