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 165993 - RuntimeException: java.lang.reflect.InvocationTargetException
Summary: RuntimeException: java.lang.reflect.InvocationTargetException
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 22:33 UTC by jpnxuan
Modified: 2009-05-26 03:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144304


Attachments
stacktrace (7.18 KB, text/plain)
2009-05-25 22:33 UTC, jpnxuan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jpnxuan 2009-05-25 22:33:14 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows Vista, 6.0, x86

User Comments:
jpnxuan: try to rename backing bean's file in JSF: login.java to Login

GUEST: unable to rename class

GUEST: unable to delete class with errors

GUEST: Trying to rename a managed bean

GUEST: Copy and pasted a class file. Tried to rename

GUEST: Attempting to rename (refactor) a Session bean

GUEST: I can't rename my java-file

GUEST: Trying to delete a VWP page

GUEST: trying to delete class

GUEST: trying to delete class



Stacktrace: 
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at org.netbeans.modules.visualweb.insync.ModelSet.createInstance(ModelSet.java:269)
        at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:250)
        at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:234)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.getInstance(FacesModelSet.java:381)
        at org.netbeans.modules.visualweb.insync.faces.refactoring.FacesRefactoringsPluginFactory.createInstance(FacesRefactoringsPluginFactory.java:140)
        at org.netbeans.modules.refactoring.api.AbstractRefactoring.getPlugins(AbstractRefactoring.java:133)
Comment 1 jpnxuan 2009-05-25 22:33:19 UTC
Created attachment 82762 [details]
stacktrace