<BugCollection version="1.2.1" sequence="1" timestamp="1190300340528" analysisTimestamp="1190300340512" release="">
Hi ,
I have a sample xml document follows.
<BugCollection>
<Project filename="DealDecisionCommon">
<Jar>C:\snapshot_view\AV_DealDecision\AD_Services\ GRD_R2\DealDecisionCommon\build\classes\com\wellsf argo\dealdecision\parallel\PricingLoopResponse.cla ss</Jar>
<AuxClasspathEntry>C:\snapshot_view\AV_DealDecisio n\AD_Services\DealDecisionMain\DealDecision\APP-INF\lib\DealDecisionCommon.jar</AuxClasspathEntry>
</Project>
<BugInstance type="MS_SHOULD_BE_FINAL" priority="3" abbrev="MS" category="MALICIOUS_CODE" first="1">
<Class classname="com.wellsfargo.dealdecision.common.Cons tants">
<SourceLine classname="com.wellsfargo.dealdecision.common.Cons tants" start="3" end="97" sourcefile="Constants.java" sourcepath="com/wellsfargo/dealdecision/common/Constants.java"/>
</Class>
<Field classname="com.wellsfargo.dealdecision.common.Cons tants" name="COMMON" signature="Ljava/lang/String;" isStatic="true">
<SourceLine classname="com.wellsfargo.dealdecision.common.Cons tants" sourcefile="Constants.java" sourcepath="com/wellsfargo/dealdecision/common/Constants.java"/>
</Field>
<SourceLine classname="com.wellsfargo.dealdecision.common.Cons tants" start="70" end="70" startBytecode="2" endBytecode="2" sourcefile="Constants.java" sourcepath="com/wellsfargo/dealdecision/common/Constants.java"/>
</BugInstance>
</BugCollection>
now my problem is i have to find out the Project filename on the basis on BugInstance Category and Class classname.
like if BugInstance Category is 'X' and Class classname is 'Y' then this Bug belongs to which project.
