Author: QAPlug Team

QAPlug upcoming feature: analysis progress

  Starting from version 0.9, you can trace the progress of the analysis by checking an information shown on the progress bar. Below you can find several pictures presenting such situation during different analysis steps. Progress for scanning using Checkstyle:     Progress for scanning using FindBugs:     Progress for scanning using PMD:   […]

QAPlug 0.8 released

We’re pleased to announce the release of QAPlug 0.8. This release contains such new functionalities like search in coding rules panel, different coding rules categories and import/export statistics. Moreover, several performance improvements have been made. We will be thankful for your comments, bug reports and suggestions. Feel free to leave comments under that post or […]

QAPlug upcoming feature: different views (Sonar and native way)

  Starting from version 0.8, in Coding Rules and Analysis Results tabs you can use two different views: Sonar and native way. Sonar view groups coding rules into six meaningful categories: Efficiency, Maintainability, Portability, Reliability, Usability and Generic. This allows you to easily navigate through your analysis profiles. Moreover, coding rules imported from the Sonar […]

Upcoming feature: search in coding rules

Starting from version 0.8, in Coding Rules settings tab you can use friendly search engine which helps you easily navigate through coding rules. There are two kind of search: 1) using search window, which limits number of visible nodes to only that which contains given phrase (please see the picture below). 2) simply typing text […]

QAPlug 0.7 release

We’re pleased to announce the release of QAPlug 0.7. This release contains such new functionalities like analysis profiles import/export and update notifications. Moreover, several UI improvements have been made. We will be thankful for your comments, bug reports and suggestions. Feel free to leave comments under that post or use Contact Page.

Upcoming feature: import and export analysis profiles

Starting from version 0.7, in QAPlug there is a possibility to import and export analysis profiles. For that purpose we have added new options: Import and Export, which you can find in Coding Rules settings tab (please see picture below). You are able to import several coding rules configuration files (eg. Checkstyle, PMD, FindBugs) to […]

Upcoming feature: update notification

Starting from version 0.7, every time when a new version of any QAPlug plugin will be available, you will be notified about it by a small window in the right corner of your IntelliJ IDEA (please see picture below).         You can also press plugin updates notification label located on the status […]

Problem: required plugin “QAPlug” not installed

Currently using IntelliJ IDEA Plugin Manager if you try to install plugin (for example QAPlug-PMD), which depends on the QAPlug and you don’t have plugin QAPlug installed already, then you will see an error message as presented on the picture below: To correct that situation, please install also QAPlug plugin.

Install QAPlug using IntelliJ IDEA Plugin Manager

We’re pleased to announce that finally you are able to install QAPlug using IntelliJ IDEA Plugin Manager. Please use “Plugins” tab: (Main menu: Settings | Plugins).

How to install QAPlug manually

Currently it is not possible to install QAPlug and its submodules using IntelliJ IDEA Plugin Manager – still waiting for JetBrains to activate our plugin. That is why we decided to prepare short description how to install QAPlug manually. Let say that you want to install QAPlug – FindBugs plugin. This plugin depends from QAPlug […]