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 197666 - NullPointerException at org.netbeans.modules.java.hints.introduce.Flow$VisitorImpl.visitBinary
Summary: NullPointerException at org.netbeans.modules.java.hints.introduce.Flow$Visito...
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-04-12 13:41 UTC by Jan Lahoda
Modified: 2011-04-13 08:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178305


Attachments
stacktrace (6.80 KB, text/plain)
2011-04-12 13:42 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-04-12 13:41:58 UTC
Build: NetBeans IDE Dev (Build 20110412-730d373146ca)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.hints.introduce.Flow$VisitorImpl.visitBinary(Flow.java:311)
   at org.netbeans.modules.java.hints.introduce.Flow$VisitorImpl.visitBinary(Flow.java:137)
   at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1580)
   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.visitParenthesized(TreeScanner.java:289)
Comment 1 Jan Lahoda 2011-04-12 13:42:02 UTC
Created attachment 107686 [details]
stacktrace
Comment 2 Jan Lahoda 2011-04-13 08:38:57 UTC
http://hg.netbeans.org/jet-main/rev/531b91083fd4
Comment 3 Quality Engineering 2011-04-13 08:43:11 UTC
Integrated into 'main-golden', will be available in build *201104130401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/531b91083fd4
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #197666: preventing yet another NPE.