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 271249 - NullPointerException at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.getSourceFilePropertiesRemote
Summary: NullPointerException at org.netbeans.modules.cnd.dwarfdiscovery.provider.Base...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-09 02:20 UTC by Exceptions Reporter
Modified: 2017-08-09 02:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229964


Attachments
stacktrace (915 bytes, text/plain)
2017-08-09 02:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-08-09 02:20:15 UTC
Build: NetBeans IDE 8.2 (Build 201609270201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: ????




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.getSourceFilePropertiesRemote(BaseDwarfProvider.java:411)
   at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.getSourceFileProperties(BaseDwarfProvider.java:399)
   at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseProvider.processArtifactFile(BaseProvider.java:355)
   at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseProvider.access$400(BaseProvider.java:77)
   at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseProvider$MyRunnable.run(BaseProvider.java:466)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 Exceptions Reporter 2017-08-09 02:20:17 UTC
Created attachment 164917 [details]
stacktrace