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 62025 - Double click on a bean property in explorer couses exception
Summary: Double click on a bean property in explorer couses exception
Status: VERIFIED DUPLICATE of bug 59899
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 10:26 UTC by Max Sauer
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file (24.42 KB, text/plain)
2005-08-10 10:26 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2005-08-10 10:26:05 UTC
Double click on a bean property couses several exceptions on the background,
focus isn't changed.

Steps to reproduce:
-------------------
1)Run the IDE with a fresh userdir
2)Create new java project
3)Select Main.java in the explorer, then right-click Bean Patterns, select
Add>Property
4)Fill in ie 'str'
5)Press OK
6)In Explorer, double click newly created 'str'
-->
java.lang.reflect.UndeclaredThrowableException
        at $Proxy9.resultChanged(Unknown Source)
        at
org.openide.util.lookup.AbstractLookup.notifyListeners(AbstractLookup.java:443)
        at org.openide.util.lookup.ProxyLookup$R.resultChanged(ProxyLookup.java:481)
        at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:150)
        at
org.openide.explorer.DefaultEMLookup.updateLookups(DefaultEMLookup.java:104)
...

Attaching messages.log file with comlete exc. stack trace.

[200508091800, JDK 1.5.0_05 fcs b03, solaris 10 / sparc]
Comment 1 Max Sauer 2005-08-10 10:26:37 UTC
Created attachment 23627 [details]
messages.log file
Comment 2 Pavel Flaska 2005-09-01 10:01:45 UTC
Not sure what is wrong. On my computer, no exceptions were thrown.
Comment 3 Jan Pokorsky 2005-09-01 12:57:02 UTC
IMO, it is a duplicate of issue #59899.

*** This issue has been marked as a duplicate of 59899 ***
Comment 4 Max Sauer 2005-09-05 09:02:34 UTC
Since I cannot reproduce the exceptions in 200509041800, I'm marking it as
verified duplicate.
Comment 5 Quality Engineering 2007-09-20 11:53:40 UTC
Reorganization of java component