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 241578

Summary: IllegalStateException: Unexpected type <any?> of kind OTHER in [it.hasNext()]
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: JPESKA
Priority: P4    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207417
Attachments: stacktrace

Description Exceptions Reporter 2014-02-08 17:28:39 UTC
This bug was originally marked as duplicate of bug 237032, 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.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
GUEST: Debugging

GUEST: Single step code.

GUEST: Debugging - stepping through the Code




Stacktrace: 
java.lang.IllegalStateException: Unexpected type <any?> of kind OTHER in [it.hasNext()]
   at org.netbeans.modules.debugger.jpda.projects.AST2Bytecode.matchSourceTree2Bytecode(AST2Bytecode.java:271)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.computeOperations(EditorContextImpl.java:2723)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.getOperations(EditorContextImpl.java:1748)
   at org.netbeans.modules.debugger.jpda.ExpressionPool.createExpressionAt(ExpressionPool.java:193)
   at org.netbeans.modules.debugger.jpda.ExpressionPool.getExpressionAt(ExpressionPool.java:102)
   at org.netbeans.modules.debugger.jpda.actions.StepActionProvider$2.run(StepActionProvider.java:592)
Comment 1 Exceptions Reporter 2014-02-08 17:28:41 UTC
Created attachment 144945 [details]
stacktrace
Comment 2 Martin Entlicher 2014-02-11 21:43:13 UTC
It would help to have the code sample where this issue has occurred.
Comment 3 Jan Peska 2014-07-16 08:12:54 UTC
Only report from 8.0 beta, no steps to reproduce, description of the problem or a user to communicate with -> candidate to WONTFIX imho
Comment 4 Martin Entlicher 2014-07-23 10:56:51 UTC
No steps to reproduce and just one report. Decreasing to P4.