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 250455 - NoSuchMethodError: org.netbeans.modules.java.editor.codegen.GeneratorUtils.getAllParents(Ljavax/lang/model/element/TypeElement;)Ljava/util/Collection;
Summary: NoSuchMethodError: org.netbeans.modules.java.editor.codegen.GeneratorUtils.ge...
Status: RESOLVED DUPLICATE of bug 250386
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 06:45 UTC by Diver
Modified: 2015-03-26 13:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213795


Attachments
stacktrace (3.50 KB, text/plain)
2015-02-17 06:45 UTC, Diver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diver 2015-02-17 06:45:54 UTC
Build: NetBeans IDE Dev (Build 201502020002)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-ea-b23
OS: Windows 7

User Comments:
Diver: Same as before, run command brought on problem.

kalwi: Specification of my previous report: the issue occurs on opening a new tab with a .java file or switching to already opened (but not yet switched to) tab.




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.java.editor.codegen.GeneratorUtils.getAllParents(Ljavax/lang/model/element/TypeElement;)Ljava/util/Collection;
   at eu.easyedu.netbeans.svuid.SvuidHelper.isSerializable(SvuidHelper.java:90)
   at eu.easyedu.netbeans.svuid.SvuidHelper.needsSerialVersionUID(SvuidHelper.java:84)
   at eu.easyedu.netbeans.svuid.SerialVersionUidHint.run(SerialVersionUidHint.java:64)
   at sun.reflect.GeneratedMethodAccessor96.invoke(GeneratedMethodAccessor96.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
Comment 1 Diver 2015-02-17 06:45:56 UTC
Created attachment 152022 [details]
stacktrace
Comment 2 Svata Dedic 2015-03-26 13:43:01 UTC

*** This bug has been marked as a duplicate of bug 250386 ***