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 253285 - IncompatibleClassChangeError: Expected static method org.netbeans.modules.java.editor.imports.ComputeImports.displayNameForImport(Lorg/netbeans/api/java/source/CompilationInfo;Ljavax/lang/model/elemen
Summary: IncompatibleClassChangeError: Expected static method org.netbeans.modules.jav...
Status: RESOLVED DUPLICATE of bug 252859
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-07-02 08:40 UTC by bmishra123
Modified: 2015-07-24 08:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217842


Attachments
stacktrace (1.57 KB, text/plain)
2015-07-02 08:40 UTC, bmishra123
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bmishra123 2015-07-02 08:40:43 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) Client VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Windows 7

User Comments:
GUEST: deployment error

GUEST: Imported shiro modules to JSP page

GUEST: Added:
Subject currentUser = SecurityUtils.getSubject();

to JSP page

GUEST: deployment error

bmishra123: After deploying this error comes and blocks any editting to any file, as pop up comes repeatedly.

GUEST: Error happened when I let system include new libraries




Stacktrace: 
java.lang.IncompatibleClassChangeError: Expected static method org.netbeans.modules.java.editor.imports.ComputeImports.displayNameForImport(Lorg/netbeans/api/java/source/CompilationInfo;Ljavax/lang/model/element/Element;)Ljava/lang/String;
   at org.netbeans.modules.java.hints.errors.ImportClass.run(ImportClass.java:222)
   at org.netbeans.modules.java.hints.infrastructure.CreatorBasedLazyFixList.compute(CreatorBasedLazyFixList.java:147)
   at org.netbeans.modules.java.hints.infrastructure.EmbeddedLazyHintComputation.run(EmbeddedLazyHintComputation.java:76)
   at org.netbeans.modules.java.hints.infrastructure.EmbeddedLazyHintComputation.run(EmbeddedLazyHintComputation.java:63)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:584)
   at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:809)
Comment 1 bmishra123 2015-07-02 08:40:47 UTC
Created attachment 154463 [details]
stacktrace
Comment 2 Svata Dedic 2015-07-24 08:56:15 UTC

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