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 - IllegalStateException: EQUAL_TO
Summary: IllegalStateException: EQUAL_TO
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 06:33 UTC by Jan Lahoda
Modified: 2011-05-03 05:26 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178390


Attachments
stacktrace (4.00 KB, text/plain)
2011-05-02 06:33 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
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.