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 188476 - AssertionError at org.netbeans.modules.xml.xam.AbstractModelFactory.getModel
Summary: AssertionError at org.netbeans.modules.xml.xam.AbstractModelFactory.getModel
Status: RESOLVED DUPLICATE of bug 188443
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 08:41 UTC by Martin Schovanek
Modified: 2010-07-08 09:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171164


Attachments
stacktrace (3.37 KB, text/plain)
2010-07-08 08:41 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2010-07-08 08:41:16 UTC
Build: NetBeans IDE Dev (Build 201007080001)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
mschovanek: Creating a new Web project with JSF 1.2 library

Chiana: Pressed alt-space to invoke code hints

Chiana: Pressed "run"

Chiana: Was editing a JSF tag

Chiana: Made a usage search for a class that was to be deleted. The source for the class to delete was not open.

Chiana: Was editing same tag as #407158, pressed a "'."

Chiana: Did a usage search on a class that was open, related t6o #407693

Chiana: Tried to delete with usage search...




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.xml.xam.AbstractModelFactory.getModel(AbstractModelFactory.java:133)
   at org.netbeans.modules.web.jsf.api.facesmodel.JSFConfigModelFactory.getModel(JSFConfigModelFactory.java:70)
   at org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImpl.createModel(JsfModelImpl.java:312)
   at org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImpl.initModels(JsfModelImpl.java:338)
   at org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImpl.access$000(JsfModelImpl.java:88)
   at org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImpl$1$1.run(JsfModelImpl.java:368)
Comment 1 Martin Schovanek 2010-07-08 08:41:21 UTC
Created attachment 100682 [details]
stacktrace
Comment 2 Martin Schovanek 2010-07-08 08:55:16 UTC
Cannot work with JSF 1.2 Web project and blocks verification of 6.9.1_CANDITATE issue #188239 .
Comment 3 Martin Schovanek 2010-07-08 09:46:54 UTC

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