Menu

#17 Save ignore list omits slashes

v2.1
open
nobody
5
2010-12-07
2010-12-07
No

Marking a result with the ignore option and then clicking on the 'save ignore list' at the top pulls up the correct item to ignore but there are no forward slashes in the path to the file to ignore. When you run yasca with the ignore option, it will run without an error, but the ignored item will be processed. Only when you add the "\" will the file be ignored.

<yasca>

<ignore_list>
<ignore filename="orgapachelog4jlf5viewerconfigureMyScript.java" line_number="81" category="FindBugs: Style"/>
</ignore_list>

</yasca>

The corrected line:: <ignore filename="org\apache\log\4jlf5\viewer\configure\MyScript.java" line_number="81" category="FindBugs: Style"/>

Discussion


Log in to post a comment.

Monday.com Logo