Skip to content

Releases: MysterAitch/JavaParser-AST-Inspector

v0.5.4

18 Apr 15:25
4520e69
Compare
Choose a tag to compare

Added

  • Added compatibility for 2022.1 (build 221.*)

Changed

  • Multiple dependency updates

Fixed

v0.5.3

29 Jan 18:29
3657318
Compare
Choose a tag to compare

Added

  • Automatically set the language level to match the language level set within the IntelliJ IDEA project

Changed

  • Bumped pluginUntilBuild to allow for 2021.3 (redo)

Fixed

  • Fixed release / changelog update action

v0.5.2

22 Jan 23:46
da7b3c3
Compare
Choose a tag to compare

Changed

  • Bumped pluginUntilBuild to allow for 2021.3
  • Upgraded to using JavaParser v3.24.0
  • Update the project with recent template project changes (workflow tweaks, added qodana, keeping detekt (for now))
  • Multiple other dependency updates

v0.5.1

17 Sep 12:13
82dcf2d
Compare
Choose a tag to compare

Changed

  • Builds now require JDK11 minimum, per IntelliJ Plugin requirement
  • Upgraded to using JavaParser v3.23.0
  • Multiple other dependency updates

v0.5.0

16 May 22:11
Compare
Choose a tag to compare

Added

  • Detection of the IntelliJ's project language level, and default to that within the AST Inspector

Changed

  • Upgraded to using JavaParser v3.22.1
  • Upgraded multiple dependencies
  • Made the plugin dumbAware, enabling it to be used while the project is being indexed
  • The exporters now use the system's newline, rather than \n

Fixed

  • Exporters now respect the include new line configuration option

v0.4.5

28 Mar 04:02
Compare
Choose a tag to compare

Changed

  • Upgraded to using JavaParser v3.20.2
  • Upgraded many other dependencies too
  • Upgraded compatibility with recent intellij builds

v0.4.4

30 Oct 19:20
Compare
Choose a tag to compare

Changed

  • Upgraded to using JavaParser v3.16.2
  • Upgraded multiple dependencies
  • Upgraded compatability with recent intellij builds
  • Switched to kotlin DSL for builds

v0.4.3

07 May 21:53
Compare
Choose a tag to compare

Upgraded to using JavaParser v3.15.21

v0.4.2

04 May 14:41
Compare
Choose a tag to compare

Mostly feature-complete now, with respect to parsing.

Just have the "Export as DOT Image" to re-implement / enable, and later to include symbol resolution.

Screenshots

Logging of the Results - successful parse

idea64_javaparser_ast_inspector_–ConfigPanel java javap_7CLcIk6Sb3_20200504_144943 224

Highlighting of the selected AST node

idea64_javaparser_ast_inspector_–ConfigPanel java javap_I7VWYA9G2B_20200504_145035 194

Parse Results - successful parse

idea64_javaparser_ast_inspector_–ConfigPanel java javap_Pg8fQBuNon_20200504_144930 020

Details of the tokens found within the given file

Note that the EOF token will only appear here when the parse has been unsuccessful.
idea64_javaparser_ast_inspector_–ConfigPanel java javap_Sj0IVW3k3L_20200504_144923 402

v0.4.1

04 May 14:39
Compare
Choose a tag to compare
bump to v0.4.1