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

Summary: NullPointerException at org.python.antlr.PythonParser.print_stmt
Product: editor Reporter: estephanz
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229961
Attachments: stacktrace

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