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

Hi, I'm looking to get the XQuery3 branch up and running on an older version of SonarQube to determine what kind of work would need to be done to get...

The setup links provided are not working and couldn't find a reference to setup the plugin for intelliJ IDEA tool.

I am using the XQuery plugin 2.0 created according to the steps mentioned by malteseduck. I added the plugin to "SonarqQube/extentions/plugins" folder. Tested the Xquery code using sonar scanner. I...

When trying to build using Maven 3.6.0 and Java version 1.8.0_172, I get the following error in the xquery3 branch: [ERROR] /Users/lcahlander/Downloads/sonar-xquery-plugin-xquery3/target/generated-sources/antlr4/org/sonar/plugins/xquery/parser/XQueryParser.java:[13,35] cannot find symbol [ERROR] symbol: class MultiChannelBaseParser [ERROR]...

Do you have plans to support SonarQube 7.x? I have been working on xqDoc support and it looks like we are working on Antlr 4 grammars for XQuery. I have...

When trying to do build using Maven 3.3.9 I get the following error: INFO] ANTLR: Processing source directory /Users/vlad/Proj/sonar-xquery-plugin/src/main/antlr3 ANTLR Parser Generator Version 3.1.3 Mar 17, 2009 19:23:44 org/sonar/plugins/xquery/parser/XQueryLexer.g org/sonar/plugins/xquery/parser/XMLLexer.g...

Do you have plans to support SonarQube 6.x? Or do you have a work-a-round how to run the existing plugin on 6.2?

HI, I am trying to use "sonar-xquery-plugin" with "sonarqube-4.3" and "sonar-runner-2.4" but the report is not showing "Issues" or "Technical Debt", I have the next configuration: - sonarqube-4.3 with mysql...

Hi, thanks for the plugin! I've tried using it and it works with some caveats (we're using Xquery 3.0 constructs like `!` and `||`). However, one thing I didn't manage...