Changeset 1319 for trunk/config/jcoderz-report-filter.xsl
- Timestamp:
- 03/28/09 14:15:26 (3 years ago)
- Files:
-
- 1 modified
-
trunk/config/jcoderz-report-filter.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/jcoderz-report-filter.xsl
r1011 r1319 267 267 </xs:template> 268 268 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> 269 278 270 279 </xs:stylesheet>
