Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.73 KB

ReleaseNotes.md

File metadata and controls

68 lines (45 loc) · 2.73 KB

pmd-bluej Release Notes

??-????-???? - 5.0.2

  • New Git default branch - "main": We are joining the Git community and updating "master" to "main". Using the term "master" for the main development branch can be offensive to some people. Existing versions of Git have been always capable of working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable (init.defaultBranch). Since October 2020, the default branch for new repositories on GitHub is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.

26-January-2024 - 5.0.1

25-February-2021 - 5.0.0

  • Updated minimum required Java Version to Java 11.
  • The bluej extension now works with BlueJ 5.0.0
  • Fixed #4: Support BlueJ 5

16-December-2017 - 2.2.0

27-June-2015 - 2.1

  • The extension detects the operating system (Windows vs. Linux) and handles both. So, from now on, there is only one jar file.
  • There is no extra shell script needed anymore.
  • The "Path to PMD Installation" and the "PMD Options" can be configured now.

Installation

  • Make sure, you have PMD installed. It is not anymore included with this extension.
  • Copy the file PMDExecExt.jar to BlueJ's extension directory.
  • Make sure, you have the "Path to PMD Installation" configured in BlueJ.

See https://github.com/pmd/pmd-bluej/blob/2.1/README.md for more information.

08-June-2015 - 2.0

  • pmd-bluej extension uses now a PMD installed on the local pc
  • This allows you to use the latest PMD version (e.g. 5.3.2)

Installation

The prior version of this extension from 2001 included PMD, so to use it, PMD did not have to be installed. This version of this extension does not include PMD so you must install PMD under your operating system of choice and you must get it operating at the command line.

There are two versions of the extension:

  1. PMDExecExt.jar for Linux
  2. PMDExecExt-win.jar for Windows

See https://github.com/pmd/pmd-bluej/blob/2.0/README.md for more information.