17 results found
-
78 votes
-
Feature Request: Support for the Sonar SSLR engine
QAPlug provides nice support for PMD/Checkstyle.
We are also using Sonar in our buildcycle, running analysis on the buildserver.
Sonar is the "master" for code quality checks, and to support local analysis we have imported and synchronized all Sonar rules to QAPlug.But SonarQube is starting to deprecate PMD/Checkstyle rules, and migrating the new SSLR engine (based on Squid).
More info on this here:
http://www.sonarqube.org/what-is-coming-up-for-sonar-in-2013/
http://www.sonarqube.org/already-158-checkstyle-and-pmd-rules-deprecated-by-sonarqube-java-rules/One of the reasons is to improve performance.
Sonar is slow when running for large code bases, so we would like to migrate our rules to speed up the buildcycleSo what we would…
69 votes -
Import all rules from Sonar at once
Make it possible to import all rules from Sonar "All rules" export at once.
Including the Sonar repository that include rules that are deprecated in the other repositories.35 votes -
let "Include test sources" option always take affect
This is only a minor fix, but quite convenient.
There is a checkbox "Include test sources", which has the effect that only productive code is analyzed, if it is not checked.When analyzing the whole project this option takes effect.
When only analyzing a specific part of the project (uncommitted files, custom scope, selected files) this option does not take effect and the test sources are always analyzed, no matter if the box is checked or not.
It would be nice to have the checkbox always take effect.
11 votes -
copy/paste detector
Provide a copy/paste detector with the product.
9 votes -
Add Idea's Spell Checker in addition to PMD, CheckStyle, FindBugs, Hamurappi
Add the ability to check for spelling errors in addition to checking PMD, CheckStyle, FindBugs, Hamurappi errors
7 votes -
add posibility apply suggested changes.
Hi, I'm using your plugin and I see lack of useful option apply suggested changes. For example I check some class and in analysis results I see that in several places lack of final before declaration class. In my opinion It will be very useful If I could choose option apply and final will be add.
7 votes -
5 votes
-
PMD Custom Ruleset
Is there a way to import custom or PMD rules that I have created with this plugin?
4 votes -
darcula support
darcula color support would be great, black text with dark background isn't easy to read.
3 votes -
Import profiles from maven
It would be great if it would be possible to import PMD rulesets from Maven pom.xml file (preferably automatically).
3 votes -
Support multiple RegexpSingleline
When you import a checkstyle.xml config contains multiple RegexpSingleline sections, only the last one is used by the plugin. It would be great if the plugin supported all of them.
I see that the GUI only allows for one of these as well.
Here is an example config: https://github.com/checkstyle/checkstyle/blob/f60a9cfe8b1b27d5ea25095bdfc690001da9f4d6/config/checkstyle_checks.xml
3 votes -
Improve QAPlug Real-Time Analysis performance/lags
When I have turned on the real-time analysis, every time I start typing in the editor, the editor pauses for a few seconds. After those seconds the typed characters are entered, as soon as I start typing again it will pause again.
When I disable the real-time analyses from the inspections list the editor is behaving normal.
I am using IDEA 13.1.5 Build #IU-135.1289 september 25 2014 with the following JRE
1.8.0_11-b12 amd 64
VM options:
-Xms128m
-Xmx2048m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=96m
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
-XX:+UseCodeCacheFlushing
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=503 votes -
pattern
Notice that some FindBugsFilter from (http://fb-contrib.sourceforge.net/bugdescriptions.html) does not match any available rule on list só no way to import or enable it at QAplug(intellij)
1 vote -
how can i use fb-contrib in findbugs or spotbug
how can i use fb-contrib in findbugs or spotbug
1 vote -
there some error when a analyze a file with line have long define string ,more then 3439
there some error for pmd when a analyze a file with line have long define string ,more then 3439,
1 vote -
report garbled
After I used QAplug, the Chinese in the analysis report I observed was garbled, and the exported report (in HTML format) was also garbled, so I am looking for a solution. Looking forward to your reply.
1 vote
- Don't see your idea?