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 231399

Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.facelets.CompositeComponentLibrary$CCVirtualLibraryDescriptor$LazyLoadingTag.load
Product: javaee Reporter: misterm <misterm>
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201503
Attachments: stacktrace

Description misterm 2013-06-18 02:59:04 UTC
Build: NetBeans IDE Dev (Build 20130615-4b6222f102af)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: Switching to branch




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.editor.facelets.CompositeComponentLibrary$CCVirtualLibraryDescriptor$LazyLoadingTag.load(CompositeComponentLibrary.java:198)
   at org.netbeans.modules.web.jsf.editor.facelets.CompositeComponentLibrary$CCVirtualLibraryDescriptor$LazyLoadingTag.getAttribute(CompositeComponentLibrary.java:324)
   at org.netbeans.modules.web.jsf.editor.facelets.GenericTag.getGenericAttributes(GenericTag.java:87)
   at org.netbeans.modules.web.jsf.editor.facelets.GenericTag.getAttributes(GenericTag.java:70)
   at org.netbeans.modules.web.jsf.editor.facelets.CompositeComponentLibrary$CCVirtualLibraryDescriptor$LazyLoadingTag.getAttributes(CompositeComponentLibrary.java:317)
   at org.netbeans.modules.web.jsf.editor.hints.ComponentUsagesChecker$1.visit(ComponentUsagesChecker.java:162)
Comment 1 misterm 2013-06-18 02:59:06 UTC
Created attachment 135925 [details]
stacktrace
Comment 2 Martin Fousek 2013-06-19 13:09:45 UTC
Fixed in web-main #fdfc7ed601a1.
Comment 3 Quality Engineering 2013-06-21 02:30:03 UTC
Integrated into 'main-golden', will be available in build *201306202301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fdfc7ed601a1
User: Martin Fousek <marfous@netbeans.org>
Log: #231399 - NullPointerException at org.netbeans.modules.web.jsf.editor.facelets.CompositeComponentLibrary$CCVirtualLibraryDescriptor$LazyLoadingTag.load
Comment 4 Martin Fousek 2013-07-12 06:25:39 UTC
(In reply to comment #2)
> Fixed in web-main #fdfc7ed601a1.

-> Marking as fixed.