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 85242 Details for
Bug 212792
When two Symptom Engine element is described in an order, the first is XPath engine and the second is the other engine, XPath rules included in the catalog are not analyzed.
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.
Patch for bug 212792
Bug212792.txt (text/plain), 1.35 KB, created by
Alex Nan
on 2007-12-13 22:40:37 EST
(
hide
)
Description:
Patch for bug 212792
Filename:
MIME Type:
Creator:
Alex Nan
Created:
2007-12-13 22:40:37 EST
Size:
1.35 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.40 >diff -u -r1.40 XPathCorrelationEngine.java >--- src-engine/org/eclipse/tptp/symptom/analysis/XPathCorrelationEngine.java 22 Aug 2007 20:32:24 -0000 1.40 >+++ src-engine/org/eclipse/tptp/symptom/analysis/XPathCorrelationEngine.java 14 Dec 2007 03:34:07 -0000 >@@ -234,6 +234,8 @@ > }catch(Exception e){ > log(e); > } >+ //reset delegator >+ cbeDelegator.setEvent(null);//bugzilla 210177 > context.setStatus(new OperationStatusImpl(IOperationStatus.OK, PLUGIN_ID, IOperationStatus.OK, "", null)); > } > >@@ -1028,15 +1030,15 @@ > List engines = catalog.getSymptomEngine(); > int s = engines.size(); > SymptomEngine engine = null; >- boolean xPathExists = false; >+ > for(int i = 0; i < s; i++){ > engine = (SymptomEngine)engines.get(i); >+ > if(engine.getUuid().equals(Constants.XPathCorrelationEngineID)){ >- xPathExists = true; >- }else if(xPathExists){ >- return false; >+ //bugzilla 212792 >+ return true; > } > } >- return true; >+ return false; > } > }
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 212792
:
85097
| 85242 |
85243