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 216541 - NullPointerException: #120577: Cannot resolve ElementHandle[kind=CLASS; sigs=com.teko.omc.server.Log4jActionLogger$1 ]; file: /home/aldo/develop/teko/omc-main/omc-server/src/com/teko/omc/server/Log4jA
Summary: NullPointerException: #120577: Cannot resolve ElementHandle[kind=CLASS; sigs=...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
: 216211 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-08 13:52 UTC by aldobrucale
Modified: 2016-07-07 07:19 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191385


Attachments
stacktrace (3.53 KB, text/plain)
2012-08-08 13:52 UTC, aldobrucale
Details
stacktrace (3.53 KB, text/plain)
2012-08-23 09:59 UTC, fleka
Details
stacktrace (3.53 KB, text/plain)
2012-09-21 20:50 UTC, javydreamercsw
Details
stacktrace (3.53 KB, text/plain)
2012-11-12 17:29 UTC, Exceptions Reporter
Details
stacktrace (3.53 KB, text/plain)
2012-11-14 11:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2012-08-08 13:52:21 UTC
This bug was originally marked as duplicate of bug 206431, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

User Comments:
aldobrucale: Tried to rename a newly created method on an interface. Implementing classes still do not have an implementation.




Stacktrace: 
java.lang.NullPointerException: #120577: Cannot resolve ElementHandle[kind=CLASS; sigs=com.teko.omc.server.Log4jActionLogger$1 ]; file: /home/aldo/develop/teko/omc-main/omc-server/src/com/teko/omc/server/Log4jActionLogger.java@c24c3f06:1700f54 Classpath: ClasspathInfo boot: /usr/lib/jvm/java-6-sun/jre/lib/resources.jar:/usr/lib/jvm/java-6-sun/jre/lib/rt.jar:/usr/lib/jvm/java-6-sun/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-sun/jre/lib/jsse.jar:/usr/lib/jvm/java-6-sun/jre/lib/jce.jar:/usr/lib/jvm/java-6-sun/jre/lib/charsets.jar:/usr/lib/jvm/java-6-sun/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-6-sun/jre/classes:/usr/lib/jvm/java-6-sun/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-6-sun/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-6-sun/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-6-sun/jre/lib/ext/sunjce_provider.jar, compile: /home/aldo/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar:/usr/local/java/lib/commons-fileupload-1.2/lib/commons-fileupload-1.2.jar:/usr/local/java/lib/commons-io-1.4/
   at org.netbeans.modules.refactoring.java.RefactoringUtils.getOverridingMethods(RefactoringUtils.java:186)
   at org.netbeans.modules.refactoring.java.api.JavaRefactoringUtils.getOverridingMethods(JavaRefactoringUtils.java:79)
   at org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin.preCheck(RenameRefactoringPlugin.java:161)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$WorkingTask.run(JavaRefactoringPlugin.java:353)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$WorkingTask.run(JavaRefactoringPlugin.java:329)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:488)
Comment 1 aldobrucale 2012-08-08 13:52:23 UTC
Created attachment 122872 [details]
stacktrace
Comment 2 fleka 2012-08-23 09:59:25 UTC
Created attachment 123450 [details]
stacktrace

rename a getter
Comment 3 javydreamercsw 2012-09-21 20:50:09 UTC
Created attachment 124737 [details]
stacktrace

Trying to rename method.
Comment 4 Exceptions Reporter 2012-11-08 20:37:41 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=191385
Comment 5 Exceptions Reporter 2012-11-12 17:29:31 UTC
Created attachment 127653 [details]
stacktrace
Comment 6 Exceptions Reporter 2012-11-14 11:07:27 UTC
Created attachment 127768 [details]
stacktrace

Begin Refactoring operation
Comment 7 Ralph Ruijs 2015-07-01 13:36:45 UTC
*** Bug 216211 has been marked as a duplicate of this bug. ***
Comment 8 Martin Balin 2016-07-07 07:19:17 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss