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 271246 - NullPointerException at org.python.antlr.PythonParser.print_stmt
Summary: NullPointerException at org.python.antlr.PythonParser.print_stmt
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-08 13:50 UTC by estephanz
Modified: 2017-08-08 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229961


Attachments
stacktrace (2.89 KB, text/plain)
2017-08-08 13:50 UTC, estephanz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description estephanz 2017-08-08 13:50:16 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
estephanz: and using GIT!!!!!

estephanz: Was editing and replacing strings in a python file!




Stacktrace: 
java.lang.NullPointerException
   at org.python.antlr.PythonParser.print_stmt(PythonParser.java:3621)
   at org.python.antlr.PythonParser.small_stmt(PythonParser.java:2791)
   at org.python.antlr.PythonParser.simple_stmt(PythonParser.java:2524)
   at org.python.antlr.PythonParser.suite(PythonParser.java:7601)
   at org.python.antlr.PythonParser.if_stmt(PythonParser.java:6313)
   at org.python.antlr.PythonParser.compound_stmt(PythonParser.java:6148)
Comment 1 estephanz 2017-08-08 13:50:18 UTC
Created attachment 164914 [details]
stacktrace