Feature #181

Supports Eclipse 3.6.

Added by Atsuhiro KUBO about 3 years ago. Updated almost 3 years ago.

Status:Closed Start date:06/19/2010
Priority:Normal Due date:
Assignee:Hideharu MATSUFUJI % Done:

100%

Category:MakeGood
Target version:0.7.0
Tags:
Votes: 0

Description

Supports Eclipse 3.6.


Resources


Related issues

related to MakeGood - Defect #189: duplicate method: getCPListElementText in org.eclipse.php... Closed 07/22/2010

Associated revisions

Revision 3e5a6a84
Added by Atsuhiro KUBO almost 3 years ago

Fixed a defect that caused a java.lang.ClassCastException to be raised when debugging on Helios. (Issue #181)

Revision f430c42b
Added by Hideharu MATSUFUJI almost 3 years ago

Changed the Java code woven into getCPListElementText() for the PDT 2.2.0. (Issue #181)

Revision 1fdde8d7
Added by Hideharu MATSUFUJI almost 3 years ago

Changed the woven method to internalFind() for the PDT 2.2.0. (Issue #181)

Revision c4b42a62
Added by Hideharu MATSUFUJI almost 3 years ago

Changed the earlyStartup() not to weave the arguments parsing because the issue was fixed in the PDT 2.2.0. (Issue #181)

Revision 82758f31
Added by Hideharu MATSUFUJI almost 3 years ago

Changed the isTestClass() because the PhpElementResolver$IndexType#getSuperClasses() returns null. (Issue #181)

Revision 304b6b5c
Added by Hideharu MATSUFUJI almost 3 years ago

Improved the method to search the tests. (Issue #181)

Revision cec8cc5b
Added by Hideharu MATSUFUJI almost 3 years ago

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

Also available in: Atom PDF