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 55657 - Add method action does not work
Summary: Add method action does not work
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 06:27 UTC by Pavel Buzek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exceptions (15.11 KB, text/plain)
2005-03-01 06:28 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2005-03-01 06:27:47 UTC
I am trying to add a method to an interface, using
Add Method action on Methods node. I change just
the name of method (foo) and hit Ok. first, it
takes forever...

once I got an NPE from java.ui.nodes.element..,
second time it did nothing.

Ok, trying it on another interface - I got an
exception from jmi....

I am back to typing :-)
Comment 1 Pavel Buzek 2005-03-01 06:28:33 UTC
Created attachment 20567 [details]
exceptions
Comment 2 Martin Matula 2005-03-01 09:52:43 UTC
Seems to be related to issue 55412.
Comment 3 Martin Matula 2005-03-01 14:00:40 UTC
Fixed together with issue 55412.

Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/ResourceImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/ResourceImpl.java,v
 <--  ResourceImpl.java
new revision: 1.70; previous revision: 1.69
done