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 198348 - NullPointerException at org.netbeans.modules.csl.spi.DefaultDataLoadersBridge.getFileObject
Summary: NullPointerException at org.netbeans.modules.csl.spi.DefaultDataLoadersBridge...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
: 215136 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-05 12:57 UTC by Marek Fukala
Modified: 2012-10-10 10:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178708


Attachments
stacktrace (4.38 KB, text/plain)
2011-05-05 12:57 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2011-05-05 12:57:13 UTC
Build: NetBeans IDE Dev (Build 20110412-6e4fdcb1db0f)
VM: Java HotSpot(TM) Client VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
mfukala: just opening a web project with some facelets files opened




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.csl.spi.DefaultDataLoadersBridge.getFileObject(DefaultDataLoadersBridge.java:49)
   at org.netbeans.modules.web.jsfapi.spi.JsfSupportProvider.get(JsfSupportProvider.java:67)
   at org.netbeans.modules.web.jsf.editor.JsfSupportImpl.findFor(JsfSupportImpl.java:84)
   at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.checkLibraryDeclarations(LibraryDeclarationChecker.java:107)
   at org.netbeans.modules.web.jsf.editor.hints.LibraryDeclarationChecker.compute(LibraryDeclarationChecker.java:87)
   at org.netbeans.modules.web.jsf.editor.hints.HintsRegistry.gatherHints(HintsRegistry.java:79)
Comment 1 Marek Fukala 2011-05-05 12:57:17 UTC
Created attachment 108131 [details]
stacktrace
Comment 2 Marek Fukala 2011-05-06 07:52:21 UTC
fixed in web-main#4671383c98ab
Comment 3 Quality Engineering 2011-05-07 05:35:18 UTC
Integrated into 'main-golden', will be available in build *201105070000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4671383c98ab
User: Marek Fukala <mfukala@netbeans.org>
Log: #198348 - NullPointerException at org.netbeans.modules.csl.spi.DefaultDataLoadersBridge.getFileObject
Comment 4 Marek Fukala 2012-10-10 10:50:22 UTC
*** Bug 215136 has been marked as a duplicate of this bug. ***