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 - NullPointerException at org.netbeans.modules.python.source.PythonIndexer$CachedIndexDocument.access$300
Summary: NullPointerException at org.netbeans.modules.python.source.PythonIndexer$Cach...
Status: NEW
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 14:41 UTC by emag_rad
Modified: 2017-06-22 19:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223451


Attachments
stacktrace (5.40 KB, text/plain)
2016-06-08 14:41 UTC, emag_rad
Details

Note You need to log in before you can comment on or make changes to this bug.
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)?