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 221221 - Exception component not detected
Summary: Exception component not detected
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger Server (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Tomas Danek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-01 08:16 UTC by Tomas Danek
Modified: 2012-11-16 07:58 UTC (History)
2 users (show)

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 Tomas Danek 2012-11-01 08:16:28 UTC
see http://netbeans.org/bugzilla/show_bug.cgi?id=221102, which was filed against ide/code, but should be against web/HTML5 Project

java.lang.NullPointerException
   at org.netbeans.modules.web.clientproject.ClassPathProviderImpl$PathImpl.getRoots(ClassPathProviderImpl.java:103)
   at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:358)
   at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:689)
   at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:725)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.addPaths(LogContext.java:438)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:822)


(org-netbeans-modules-web-clientproject.jar)
Comment 1 David Konecny 2012-11-05 00:12:11 UTC
Another example is issue http://netbeans.org/bugzilla/show_bug.cgi?id=221449 - should have better component too.
Comment 2 Marian Mirilovic 2012-11-16 07:58:24 UTC
I think the problem is somewhere else ... the current mapping says :
org-netbeans-modules-web-clientproject.jar 	web 	HTML5 Project

and that's obviously wrong ... just because there is no HTML5 Project component ... I think we need to change this mapping significantly, at least it needs to reflect actual names of products/components in BZ ... see issue 211224

I fixed current mapping for web product