You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ Eclipse Update Site:
17
17
outline when checking code". If these options are checked, then theses PMD views are shown automatically,
18
18
when PMD check is executed for a project. This behaves similar like "Show PMD perspective", but just doesn't
19
19
switch the current perspective.
20
+
* PMD is now only executed automatically, if the option "Check code after saving" is enabled. This allows
21
+
to simply disable automatic PMD checks temporarily. Executing PMD via the project's context menu "Check Code"
22
+
is not affected and can still be used to manually execute PMD to update the markers.
20
23
21
24
### Fixed Issues
22
25
@@ -31,7 +34,7 @@ Eclipse Update Site:
31
34
*[#26](https://github.com/pmd/pmd-eclipse-plugin/pull/26): Updated french translations - [Clément Fournier](https://github.com/oowekyala)
32
35
*[#37](https://github.com/pmd/pmd-eclipse-plugin/pull/37): Global Priority Filter for Violations Overview/Outline - [Phillip Krall](https://github.com/pkrall520)
33
36
*[#39](https://github.com/pmd/pmd-eclipse-plugin/pull/39): Show PMD violations overview/outline views when checking code - [Phillip Krall](https://github.com/pkrall520)
34
-
*[#40](https://github.com/pmd/pmd-eclipse-plugin/pull/40): Only excute PMD when check on save is enabled - [Phillip Krall](https://github.com/pkrall520)
37
+
*[#40](https://github.com/pmd/pmd-eclipse-plugin/pull/40): Only execute PMD when check on save is enabled - [Phillip Krall](https://github.com/pkrall520)
0 commit comments