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 199414 - NPE in THAHintsProvider
Summary: NPE in THAHintsProvider
Status: RESOLVED DUPLICATE of bug 203232
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 7.1
Hardware: All Windows XP
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 06:56 UTC by Vladimir Kvashin
Modified: 2011-10-11 10:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2011-06-15 06:56:40 UTC
java.lang.NullPointerException
    at org.netbeans.modules.dlight.tha.hints.THAHintsProvider.processData(THAHintsProvider.java:333)
    at org.netbeans.modules.dlight.tha.THAIndicator.targetStateChanged(THAIndicator.java:86)
    at org.netbeans.modules.dlight.api.execution.DLightTarget$1.run(DLightTarget.java:137)
    at org.netbeans.modules.dlight.util.DLightExecutorService$3.run(DLightExecutorService.java:109)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Leonid Lenyashin 2011-06-15 08:09:44 UTC
I was just checking for Data Races in OSS DD on Windows. Everything worked just fine, but the exception appeared somehow.
Comment 2 Vladimir Voskresensky 2011-10-11 10:12:41 UTC

*** This bug has been marked as a duplicate of bug 203232 ***