Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 85497 Details for
Bug 213319
XPath expression compilation not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Updated patch
Bug213319.txt (text/plain), 2.10 KB, created by
Alex Nan
on 2007-12-18 17:56:20 EST
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Alex Nan
Created:
2007-12-18 17:56:20 EST
Size:
2.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.sdb >Index: src-engine/org/eclipse/tptp/symptom/analysis/XPathCorrelationEngine.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.sdb/src-engine/org/eclipse/tptp/symptom/analysis/XPathCorrelationEngine.java,v >retrieving revision 1.43 >diff -u -r1.43 XPathCorrelationEngine.java >--- src-engine/org/eclipse/tptp/symptom/analysis/XPathCorrelationEngine.java 23 Nov 2007 18:29:51 -0000 1.43 >+++ src-engine/org/eclipse/tptp/symptom/analysis/XPathCorrelationEngine.java 18 Dec 2007 22:54:23 -0000 >@@ -259,7 +259,7 @@ > path = context.getProperty(STATELOCATION); > } > else{ >- Class symptomPluginClass = Class.forName("org.eclipse.hyades.models.plugin.ModelsPlugin"); >+ Class symptomPluginClass = Class.forName("org.eclipse.hyades.models.lta.plugin.ModelsLTAPlugin"); > Method getPlugin = symptomPluginClass.getMethod("getPlugin", null); > > Class pluginClass = Class.forName("org.eclipse.core.runtime.Plugin"); >#P org.eclipse.tptp.platform.models.lta >Index: src-fastxpath-common/org/eclipse/tptp/platform/provisional/fastxpath/compiler/JDTCompiler.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.models.lta/src-fastxpath-common/org/eclipse/tptp/platform/provisional/fastxpath/compiler/JDTCompiler.java,v >retrieving revision 1.1 >diff -u -r1.1 JDTCompiler.java >--- src-fastxpath-common/org/eclipse/tptp/platform/provisional/fastxpath/compiler/JDTCompiler.java 27 Nov 2007 04:26:24 -0000 1.1 >+++ src-fastxpath-common/org/eclipse/tptp/platform/provisional/fastxpath/compiler/JDTCompiler.java 18 Dec 2007 22:54:24 -0000 >@@ -293,7 +293,7 @@ > StringBuffer classPathBuffer = new StringBuffer(); > > try { >- addClassPathForPlugin(classPathBuffer,"org.eclipse.tptp.platform.models"); >+ addClassPathForPlugin(classPathBuffer,"org.eclipse.tptp.platform.models.lta"); > } catch (Exception e) { > // TODO: handle exception > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 213319
:
85467
| 85497