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.
Build: NetBeans IDE 8.0.1 (Build 201408251540) VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26 OS: Windows 7 User Comments: GUEST: I tried to rename a method in a class that overrides it from a superclass. Evgenic: to many time for class name refactoring. Stacktrace: java.lang.NullPointerException at com.sun.tools.javac.code.Types$DescriptorFilter.accepts(Types.java:723) at com.sun.tools.javac.code.Types$DescriptorFilter.accepts(Types.java:713) at com.sun.tools.javac.code.Scope$2$1.skipToNextMatchingEntry(Scope.java:410) at com.sun.tools.javac.code.Scope$2$1.update(Scope.java:401) at com.sun.tools.javac.code.Scope$2$1.<init>(Scope.java:380) at com.sun.tools.javac.code.Scope$2.iterator(Scope.java:376)
Created attachment 150453 [details] stacktrace
Fixed in jet-main. http://hg.netbeans.org/jet-main/rev/500cded6aac7 http://hg.netbeans.org/nb-javac/rev/704feb24b75a
Integrated into 'main-silver', will be available in build *201412030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress) Changeset: http://hg.netbeans.org/main-silver/rev/500cded6aac7 User: Dusan Balek <dbalek@netbeans.org> Log: Issues #248598, #248644, and #248861 fixed.