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 251844 - UnsupportedOperationException: Not supported yet.
Summary: UnsupportedOperationException: Not supported yet.
Status: RESOLVED DUPLICATE of bug 251843
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 10:19 UTC by Chiana
Modified: 2015-04-15 11:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216765


Attachments
stacktrace (8.06 KB, text/plain)
2015-04-15 10:19 UTC, Chiana
Details
stacktrace (8.06 KB, text/plain)
2015-04-15 10:28 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2015-04-15 10:19:32 UTC
Build: NetBeans IDE Dev (Build 201504130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
Chiana: Leaked again, I think the debugger should stop calling the .toString() method of classes beeing debugged




Stacktrace: 
java.lang.UnsupportedOperationException: Not supported yet.
   at ent.TransactionLock$SharedSessionProxy.invoke(TransactionLock.java:45)
   at ent.$Proxy28.toString(.java:0)
   at ent.TransactionLock$SharedSessionProxy.invoke(TransactionLock.java:45)
   at ent.$Proxy28.getTransaction(.java:0)
   at ent.TransactionLock.transaction(TransactionLock.java:142)
   at ent.TransactionLock.initTransaction(TransactionLock.java:91)
Comment 1 Chiana 2015-04-15 10:19:34 UTC
Created attachment 153208 [details]
stacktrace
Comment 2 Chiana 2015-04-15 10:28:16 UTC
Created attachment 153209 [details]
stacktrace

Seems it is impossible to debug proxy constructions as when you try debugger calls the .toString() method and that actually affects the outcome of the information.
Comment 3 Chiana 2015-04-15 11:08:33 UTC

*** This bug has been marked as a duplicate of bug 251843 ***