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 198233

Summary: IllegalStateException: EQUAL_TO
Product: java Reporter: Jan Lahoda <jlahoda>
Component: HintsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal CC: asmotrich, jocke, quidryan
Priority: P3    
Version: 7.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178390
Attachments: stacktrace

Description Jan Lahoda 2011-05-02 06:33:20 UTC
Build: NetBeans IDE Dev (Build 20110426-334ea69563f6)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
jocke: ...

jocke: ...

jocke: editing java code

jocke: null

jocke: ...




Stacktrace: 
java.lang.IllegalStateException: EQUAL_TO
   at org.netbeans.modules.java.hints.introduce.Flow$VisitorImpl.visitAssignment(Flow.java:163)
   at org.netbeans.modules.java.hints.introduce.Flow$VisitorImpl.visitAssignment(Flow.java:137)
   at com.sun.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:1478)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:67)
   at org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:94)
   at com.sun.source.util.TreeScanner.visitExpressionStatement(TreeScanner.java:240)
Comment 1 Jan Lahoda 2011-05-02 06:33:25 UTC
Created attachment 108040 [details]
stacktrace
Comment 2 Jan Lahoda 2011-05-02 08:06:40 UTC
http://hg.netbeans.org/jet-main/rev/b481a775df02
Comment 3 Quality Engineering 2011-05-03 05:26:59 UTC
Integrated into 'main-golden', will be available in build *201105030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b481a775df02
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #198233: preventing IllegalStateException.