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 250414 - NullPointerException at org.python.antlr.GrammarActions.makeDottedText
Summary: NullPointerException at org.python.antlr.GrammarActions.makeDottedText
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-13 14:42 UTC by shahriyar.r
Modified: 2015-05-25 00:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214569


Attachments
stacktrace (2.73 KB, text/plain)
2015-02-13 14:42 UTC, shahriyar.r
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shahriyar.r 2015-02-13 14:42:48 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK 64-Bit Server VM, 24.75-b04, OpenJDK Runtime Environment, 1.7.0_75-b13
OS: Linux

User Comments:
GUEST: After upgrading the python plugins, and while typing, I get this exception

shahriyar.r: install Python Plugin for Netbeans 8.0.2




Stacktrace: 
java.lang.NullPointerException
   at org.python.antlr.GrammarActions.makeDottedText(GrammarActions.java:732)
   at org.python.antlr.PythonParser.dotted_name(PythonParser.java:5802)
   at org.python.antlr.PythonParser.dotted_as_name(PythonParser.java:5567)
   at org.python.antlr.PythonParser.dotted_as_names(PythonParser.java:5659)
   at org.python.antlr.PythonParser.import_name(PythonParser.java:4953)
   at org.python.antlr.PythonParser.import_stmt(PythonParser.java:4881)
Comment 1 shahriyar.r 2015-02-13 14:42:49 UTC
Created attachment 151987 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-25 00:42:07 UTC
Unable to replicate using NetBeans IDE Dev 201505170001.
Likely fixed as a result of the GSF-to-CSL conversion.
Therefore marking as Fixed.