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

Summary: UnsupportedOperationException: Not supported yet.
Product: debugger Reporter: Chiana
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal CC: Chiana
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216765
Attachments: stacktrace
stacktrace

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 ***