sonar-xquery-plugin icon indicating copy to clipboard operation
sonar-xquery-plugin copied to clipboard

A plugin for the sonar code analysis tool to do static code analysis of XQuery files to find potential security, performance, and standards problems.

Results 13 sonar-xquery-plugin issues
Sort by recently updated
recently updated
newest added

Update the lexer so that it recognizes the construct "(: TODO" as the beginning of a special "todo" comment (vs. the normal comment).

enhancement

Detect stuff like /article[1] vs. (/article)[1], maybe?

enhancement