Skip to content

General

General

Categories

18 results found

  1. 78 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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 buildcycle

    So what we would…

    69 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Provide a copy/paste detector with the product.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add the ability to check for spelling errors in addition to checking PMD, CheckStyle, FindBugs, Hamurappi errors

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Is there a way to import custom or PMD rules that I have created with this plugin?

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. It would be great if it would be possible to import PMD rulesets from Maven pom.xml file (preferably automatically).

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. darcula color support would be great, black text with dark background isn't easy to read.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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=50

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. how can i use fb-contrib in findbugs or spotbug

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. there some error for pmd when a analyze a file with line have long define string ,more then 3439,

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. There should be an option to run the inspector on new code. This may not even require git integration. For large projects this will make the product much more useful

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?