Feature #181
Supports Eclipse 3.6.
| Status: | Closed | Start date: | 06/19/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | MakeGood | |||
| Target version: | 0.7.0 | |||
| Tags: | ||||
| Votes: | 0 |
Description
Supports Eclipse 3.6.
Resources
Related issues
Associated revisions
Fixed a defect that caused a java.lang.ClassCastException to be raised when debugging on Helios. (Issue #181)
Changed the Java code woven into getCPListElementText() for the PDT 2.2.0. (Issue #181)
Changed the woven method to internalFind() for the PDT 2.2.0. (Issue #181)
Changed the earlyStartup() not to weave the arguments parsing because the issue was fixed in the PDT 2.2.0. (Issue #181)
Changed the isTestClass() because the PhpElementResolver$IndexType#getSuperClasses() returns null. (Issue #181)
Improved the method to search the tests. (Issue #181)
Added the org.eclipse.php.core.goalEvaluatorFactories extension point to weave the class PHPSearchEngine before the PHP editor loads it. (Issue #181)
History
Updated by Hideharu MATSUFUJI about 3 years ago
- Status changed from New to Assigned
Updated by Atsuhiro KUBO almost 3 years ago
java.lang.ClassCastException: org.eclipse.php.internal.debug.core.xdebug.dbgp.model.DBGpTarget cannot be cast to org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget at org.eclipse.php.internal.debug.core.sourcelookup.PHPSourceLookupDirector.getSourceElement(PHPSourceLookupDirector.java:79) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.lookup(SourceLookupFacility.java:148) at org.eclipse.debug.ui.DebugUITools.lookupSource(DebugUITools.java:777) at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceLookupJob.run(StackFrameSourceDisplayAdapter.java:109) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Updated by Hideharu MATSUFUJI almost 3 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100