This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 214044 - IllegalArgumentException: Unknown type 'javax.swing.border.CompoundBorder'
Summary: IllegalArgumentException: Unknown type 'javax.swing.border.CompoundBorder'
Status: RESOLVED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2012-06-12 14:14 UTC by Jan Lahoda
Modified: 2015-02-04 03:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189380


Attachments
stacktrace (1.34 KB, text/plain)
2012-06-12 14:14 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2012-06-12 14:14:29 UTC
This bug was originally marked as duplicate of bug 202834, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20120608-8a3b0348bae1)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: Unknown type 'javax.swing.border.CompoundBorder'
   at org.netbeans.modules.debugger.jpda.visual.JavaComponentInfo$ComponentProperty.setValueLazy(JavaComponentInfo.java:664)
   at org.netbeans.modules.debugger.jpda.visual.JavaComponentInfo$ComponentProperty.access$900(JavaComponentInfo.java:479)
   at org.netbeans.modules.debugger.jpda.visual.JavaComponentInfo$ComponentProperty$3$1.run(JavaComponentInfo.java:751)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices$1.breakpointReached(RemoteServices.java:277)
   at org.netbeans.api.debugger.jpda.JPDABreakpoint.fireJPDABreakpointChange(JPDABreakpoint.java:293)
   at org.netbeans.api.debugger.jpda.JPDADebugger.fireBreakpointEvent(JPDADebugger.java:458)
Comment 1 Jan Lahoda 2012-06-12 14:14:35 UTC
Created attachment 120732 [details]
stacktrace
Comment 2 Martin Entlicher 2012-06-13 13:54:21 UTC
I have problems to reproduce this. Looks like some rare race-condition between the r/w state of the property and it's value. Does not look like something severe.
Comment 3 Quality Engineering 2015-02-04 03:25:21 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.