| Summary: | Renaming a method via refactoring is not possible | ||
|---|---|---|---|
| Product: | [WebTools] WTP Source Editing | Reporter: | Jann Schneider <schneider_jann> |
| Component: | jst.jsp | Assignee: | jst.jsp <jst.jsp-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | Nick Sandonato <nsand.dev> |
| Severity: | normal | ||
| Priority: | P3 | CC: | markus.kell.r, thatnitind |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Jann Schneider
Root exception is in JSP tooling. It looks like incompatible plug-in versions have been mixed in your install.
Caused by: java.lang.NoSuchMethodError:
org.eclipse.wst.sse.core.indexing.AbstractIndexManager.<init>(Ljava/lang/String;)V
at
org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager.<init>(JSPIndexManager.java:57)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPIndexManager.getDefault(JSPIndexManager.java:64)
at
org.eclipse.jst.jsp.core.internal.java.search.JSPSearchSupport.searchRunnable(JSPSearchSupport.java:427)
at
org.eclipse.jst.jsp.ui.internal.java.refactoring.JSPRenameParticipant.createChangesFor(JSPRenameParticipant.java:215)
...
You where right. Thanks a lot! Now i got it working |