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 262366

Summary: NullPointerException at org.netbeans.modules.python.source.PythonIndexer$CachedIndexDocument.access$300
Product: python Reporter: emag_rad
Component: EditorAssignee: Lou Dasaro <mr_lou_d>
Status: NEW ---    
Severity: normal CC: Jenselme
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223451
Attachments: stacktrace

Description emag_rad 2016-06-08 14:41:34 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4084-on-20160211)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
GUEST: Opening a source folder in Python project. Totally new to Python, this might be a user error.

emag_rad: .




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.python.source.PythonIndexer$CachedIndexDocument.access$300(PythonIndexer.java:648)
   at org.netbeans.modules.python.source.PythonIndexer.scanRst(PythonIndexer.java:849)
   at org.netbeans.modules.python.source.PythonIndexer.index(PythonIndexer.java:203)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:248)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:296)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:246)
Comment 1 emag_rad 2016-06-08 14:41:37 UTC
Created attachment 159994 [details]
stacktrace
Comment 2 Jenselme 2017-06-22 19:42:01 UTC
Thanks for your report. Small questions to help me reproduce the bug:

- How did you get the plugin? http://plugins.netbeans.org/? Other way?
- Are you using a setuptool or an ant project?
- Do you have any other files/projects opened?
- Does it work with the development version (https://bitbucket.org/Jenselme/nb-contrib/downloads/2017-06-04-nbpython-nbms.zip)?