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 262103 - IllegalArgumentException: Unknown type 'java.awt.Dimension'
Summary: IllegalArgumentException: Unknown type 'java.awt.Dimension'
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2016-05-17 15:27 UTC by goofdup
Modified: 2016-05-19 16:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224080


Attachments
stacktrace (1.55 KB, text/plain)
2016-05-17 15:27 UTC, goofdup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description goofdup 2016-05-17 15:27:48 UTC
This bug was originally marked as duplicate of bug 214044, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 7

User Comments:
goofdup: Reviewing properties in a panel from a GUI snapshot




Stacktrace: 
java.lang.IllegalArgumentException: Unknown type 'java.awt.Dimension'
   at org.netbeans.modules.debugger.jpda.visual.JavaComponentInfo$ComponentProperty.setValueLazy(JavaComponentInfo.java:711)
   at org.netbeans.modules.debugger.jpda.visual.JavaComponentInfo$ComponentProperty.access$1300(JavaComponentInfo.java:526)
   at org.netbeans.modules.debugger.jpda.visual.JavaComponentInfo$ComponentProperty$3$1.run(JavaComponentInfo.java:802)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices$1.breakpointReached(RemoteServices.java:378)
   at org.netbeans.api.debugger.jpda.JPDABreakpoint.fireJPDABreakpointChange(JPDABreakpoint.java:300)
   at org.netbeans.api.debugger.jpda.JPDADebugger.fireBreakpointEvent(JPDADebugger.java:491)
Comment 1 goofdup 2016-05-17 15:27:49 UTC
Created attachment 159786 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-19 16:33:37 UTC
A rare random bug, hard to reproduce and find the cause...
The value of type Dimension should not have been editable.
The exception should not cause any harm.