Show
Ignore:
Timestamp:
03/28/09 14:15:26 (3 years ago)
Author:
amandel
Message:

#2 Quick implementation to detect new findings. The new findings will
get an increased severity level.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config/jcoderz-report-filter.xsl

    r1011 r1319  
    267267   </xs:template> 
    268268 
     269   <xs:template 
     270      match="/report/file[@classname = 'LogViewer'][@package = 'org.jcoderz.commons.logging']/ 
     271              item[@finding-type = 'SMII_STATIC_METHOD_INSTANCE_INVOCATION']"> 
     272      <item> 
     273         <xs:apply-templates select="@*"/> 
     274         <xs:attribute name="severity">filtered</xs:attribute> 
     275         <xs:attribute name="severity-reason">Intended use of return value.</xs:attribute> 
     276      </item> 
     277   </xs:template> 
    269278 
    270279</xs:stylesheet>