Defect #189
duplicate method: getCPListElementText in org.eclipse.php.internal.ui.preferences.includepath.PHPIPListLabelProvider
| Status: | Closed | Start date: | 07/22/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | MakeGood | |||
| Target version: | 0.7.0 | |||
| Tags: | ||||
| Votes: | 0 |
Description
Windows 7 (64 bit) + Eclipse 3.6. Error on start-up I think.
!ENTRY com.piece_framework.makegood.aspect.include_path_settings 4 0 2010-07-22 10:25:42.668
!MESSAGE duplicate method: getCPListElementText in org.eclipse.php.internal.ui.preferences.includepath.PHPIPListLabelProvider
!STACK 0
javassist.bytecode.DuplicateMemberException: duplicate method: getCPListElementText in org.eclipse.php.internal.ui.preferences.includepath.PHPIPListLabelProvider
at javassist.bytecode.ClassFile.testExistingMethod(ClassFile.java:616)
at javassist.bytecode.ClassFile.addMethod(ClassFile.java:600)
at javassist.CtClassType.addMethod(CtClassType.java:1320)
at com.piece_framework.makegood.aspect.include_path_settings.Startup.addGetCPListElementTextMethod(Startup.java:88)
at com.piece_framework.makegood.aspect.include_path_settings.Startup.earlyStartup(Startup.java:51)
at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:87)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$58.run(Workbench.java:2398)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Resources
Related issues
History
Updated by Atsuhiro KUBO almost 3 years ago
- Category set to MakeGood
- Status changed from New to Assigned
- Assignee set to Hideharu MATSUFUJI
- Target version set to 0.7.0
Updated by Hideharu MATSUFUJI almost 3 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This error has been fixed in #181.