Releases: pmd/pmd-designer
Releases · pmd/pmd-designer
7.2.0
7.0.0
- Bump required pmd-core version to 7.0.0.
Changed maven GAV
The maven coordinates (GAV) have been changed. The artifactId has been renamed to pmd-designer.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-designer</artifactId>
<version>7.0.0</version>
</dependency>
At the same time, the release artefact name changed to pmd-designer-7.0.0.jar.
Changed default OpenJFX version to be 17
The designer is built now against openjfx 17. When using the designer with OpenJDK, at least Java 11
is required with openjfx 17 or later.
The designer can still be started with Oracle's Java 8, which includes JavaFX. But this is not
explicitly tested.
Fixed issues:
Merged pull requests:
7.0.0-rc4
- Bump required pmd-core version to 7.0.0-rc4.
Fixed issues:
- #61 Remove dependency to jcommander
- #62 Exceptions and errors are not always logged
- #63 Update to PMD 7.0.0-rc3
- #72 NPE when launching Designer
- #73 Remove commons-io dependency
Merged pull requests:
- #68 Expose all properties with default values by @jsotuyod
- #69 Perform the persistence asynchronously to not block the main (UI) thread #69 by @adangel
- #70 Fix drag and drop for tests case violations by @adangel
- #74 Remove commons-io by @adangel
- #75 Update to PMD 7.0.0-SNAPSHOT (upcoming 7.0.0-rc4) by @adangel
- #76 Correctly determine JavaFX version when embedded by @adangel
7.0.0-rc1
- Bump required pmd-core version to 7.0.0-rc1.
Fixed issues:
- #43 Update PMD 7 Logo in the Designer
Merged pull requests:
- #51 Compat with pmd/pmd#3893 by @oowekyala
- #57 Update to latest pmd 7 changes by @oowekyala
6.49.0
6.37.0
6.27.0
6.24.0
- Bump required pmd-core version to 6.23.0. The previous minimal pmd-core version was 6.21.0.
- Display the "main attribute" of nodes in the tree. This is usually the
@Name
of a node or the@Image
. (refs #42) - XPath attributes panel is revamped to a table, "extra info" is listed at the bottom (this includes the resolved type for Java) (refs #42)
- Deprecated XPath attributes are displayed crossed out. There is even a tooltip showing, which attribute to use instead. (refs #42)
6.21.0
- Bump required pmd-core version to 6.21.0. The previous minimal pmd-core version was 6.12.0.
- Add Modelica syntax highlighter, thanks to Anatoly Trosinenko
- Add GUI to export trees to XML or text format. This integrates the new experimental TreeRenderer API. (refs #37)
- Add scrollbars to code area (fixes #22)
- Fix popover focus issues (fixes #38)
- Internal improvements (refs #33)
- Plain text language is not loaded through the language registry anymore (see revision da47f37)
6.19.0
- Add scala syntax highlighter
- When no language modules are on the classpath, the app will still run normally, opening files with a "plain text" language and displaying a warning.
- Fix #27: Rule export escapes special characters in rules unnecessarily
- Fix some internal issues
- Version stamping not working