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 270095 - NullPointerException at info.gianlucacosta.easypmd.ide.editor.GuardedSectionsAnalyzer.<init>
Summary: NullPointerException at info.gianlucacosta.easypmd.ide.editor.GuardedSections...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-16 16:27 UTC by stefan79
Modified: 2017-03-16 16:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228441


Attachments
stacktrace (3.17 KB, text/plain)
2017-03-16 16:28 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2017-03-16 16:27:58 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 8.1

User Comments:
stefan79: NullPointer while EasyPMD-Scan.




Stacktrace: 
java.lang.NullPointerException
   at info.gianlucacosta.easypmd.ide.editor.GuardedSectionsAnalyzer.<init>(GuardedSectionsAnalyzer.java:47)
   at info.gianlucacosta.easypmd.ide.IdeScanner.scan(IdeScanner.java:150)
   at org.netbeans.modules.tasklist.impl.TaskIndexer.index(TaskIndexer.java:153)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:161)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:298)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:159)
Comment 1 stefan79 2017-03-16 16:28:00 UTC
Created attachment 163867 [details]
stacktrace