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 220080 - InstantiationException: void
Summary: InstantiationException: void
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-14 20:05 UTC by host
Modified: 2012-10-23 12:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193155


Attachments
stacktrace (3.10 KB, text/plain)
2012-10-14 20:05 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2012-10-14 20:05:51 UTC
Build: NetBeans IDE Dev (Build 201210140002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b03, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b09
OS: Mac OS X

Stacktrace: 
java.lang.InstantiationException: void
   at java.lang.Class.newInstance0(Class.java:357)
   at java.lang.Class.newInstance(Class.java:325)
   at org.netbeans.modules.web.jsf.palette.items.ManagedBeanCustomizer$7.run(ManagedBeanCustomizer.java:413)
   at org.netbeans.modules.web.jsf.palette.items.ManagedBeanCustomizer$7.run(ManagedBeanCustomizer.java:400)
   at org.netbeans.modules.web.beans.impl.model.WebBeansModelImplementation$1.call(WebBeansModelImplementation.java:114)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runCallable(AnnotationModelHelper.java:257)
Comment 1 host 2012-10-14 20:05:53 UTC
Created attachment 125948 [details]
stacktrace
Comment 2 Martin Fousek 2012-10-22 13:04:02 UTC
Fixed in web-main #330af01c2e47.
Comment 3 Quality Engineering 2012-10-23 12:06:18 UTC
Integrated into 'main-golden', will be available in build *201210231040* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/330af01c2e47
User: Martin Fousek <marfous@netbeans.org>
Log: #220080 - InstantiationException: void