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 3135 - ClassElement.getMethod don`t work or work with NullPointerException
Summary: ClassElement.getMethod don`t work or work with NullPointerException
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: Karel Gardas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-04 19:16 UTC by Karel Gardas
Modified: 2003-07-02 16:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karel Gardas 1999-08-04 19:16:06 UTC
java.lang.NullPointerException
        at org.openide.src.MemoryCollection$Member.find(MemoryCollection.java:188)
        at org.openide.src.ClassElement$Memory.getMethod(ClassElement.java:1176)
        at org.openide.src.ClassElement.getMethod(ClassElement.java:386)
        at com.netbeans.enterprise.modules.corba.idl.generator.ImplGenerator.existMethodInClass(ImplGenerator.java:819)
        at com.netbeans.enterprise.modules.corba.idl.generator.ImplGenerator.attribute2java(ImplGenerator.java:843)
        at com.netbeans.enterprise.modules.corba.idl.generator.ImplGenerator.interface2java(ImplGenerator.java:1032)

        at com.netbeans.enterprise.modules.corba.idl.generator.ImplGenerator.generate(ImplGenerator.java:1058)
        at com.netbeans.enterprise.modules.corba.IDLDataObject$1.GenerateImpl(IDLDataObject.java:104)
        at com.netbeans.enterprise.modules.corba.GenerateImplAction.performAction(GenerateImplAction.java:78)
Comment 1 Quality Engineering 2003-07-02 15:57:16 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 16:04:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.