Skip to content

Commit 5514adb

Browse files
committed
#1419 delete package net.sourceforge.pmd.eclipse.core.rulesets - it
was not used and implementation not finished. Rulesets can be written and read via core PMD functionality
1 parent 65635ff commit 5514adb

File tree

23 files changed

+8
-3997
lines changed

23 files changed

+8
-3997
lines changed

ReleaseNotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Eclipse Update Site: <https://sourceforge.net/projects/pmd/files/pmd-eclipse/upd
88

99
* Updated PMD to 5.3.4
1010

11+
**API Changes**:
12+
13+
* The package `net.sourceforge.pmd.eclipse.core.rulesets` including sub-packages has been removed from the plugin.
14+
It won't export these package anymore. The purpose of this package was probably to provide a way of serializing
15+
and deserializing rulesets. As only the writer has been implemented and the reader was missing, it's not useful.
16+
If you need to read/write rulesets, use the core PMD functionality provided by `net.sourceforge.pmd.RuleSetWriter`.
17+
In order to read it back, use `net.sourceforge.pmd.RuleSetFactory`.
18+
1119

1220
## 22-May-2015: 4.0.7.v20150522-1709
1321

net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/core/rulesets/AllTests.java

Lines changed: 0 additions & 60 deletions
This file was deleted.

net.sourceforge.pmd.eclipse.plugin.test/src/main/java/net/sourceforge/pmd/eclipse/core/rulesets/impl/RuleSetsManagerImplTest.java

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)