Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 741 Bytes

File metadata and controls

38 lines (27 loc) · 741 Bytes

1.1.1

  • Improve performance by using ConcurrentReferenceHashMap instead of synchronized

1.1.0

  • Update PMD to 7.24.0
  • Dropped support for IntelliJ IDEA < 261 to fix deprecations

1.0.8

  • Correctly handle missing/removal of built-in configuration
  • Fix crash on non Java-IDEs #67

1.0.7

  • Update PMD to 7.23.0

1.0.6

  • Correctly handle control flow exceptions in "doAnnotate"

1.0.5

  • Update PMD to 7.22.0

1.0.4

  • Update PMD to 7.21.0

1.0.3

  • Update PMD to 7.20.0

1.0.2

  • Update PMD to 7.19.0

1.0.1

  • Workaround inaccurate analysis due to outdated classpath #6
  • Add some additional details why an analysis was not executed

1.0.0

Initial release

  • Bundled PMD version: 7.18.0
  • Support for Java and Kotlin