Skip to content

Releases: diogosmendonca/PatternLanguage

v0.2.1-beta

v0.2.1-beta Pre-release
Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 15 Dec 13:53

Resolving issue from pull request #30.

v0.2.0-beta

v0.2.0-beta Pre-release
Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 10 Dec 14:54

Enhancements #22 and #16. More unit tests for code coverage. Alpha testing was finished successfully.

v0.1.6-alpha

v0.1.6-alpha Pre-release
Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 17 Nov 17:28

Resolves issue #17 and implements enhancement #22.

v0.1.5-alpha

v0.1.5-alpha Pre-release
Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 09 Nov 18:53

Resolves Issue #20

v0.1.4-alpha

v0.1.4-alpha Pre-release
Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 04 Nov 14:02

Issue #15 complements issue #6 .

v0.1.3-alpha

v0.1.3-alpha Pre-release
Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 03 Nov 14:00

Solving issues #6 #7 #8 and #10.

Bugfix + Downgrade of Java version to 11

Choose a tag to compare

@diogosmendonca diogosmendonca released this 21 Oct 12:38
  • Downgrade of Java version from 13 to 11
  • Bugfix of accentuation in alert messages
  • Bugfix of alerting on default modifier
  • Bugfix of alerting nodes without childrens

Bugfix on Linux Line Breaks

Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 16 Oct 18:47
  • Bugfix: Line breaks on Linux were not working properly, breaking the tests.

0.1.0-alpha

0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@diogosmendonca diogosmendonca released this 14 Oct 17:19
04166ce

Initial version.
Alpha for testing in-loco with inidividuals.

Java

  • Wildcards any and some for identifiers abstraction
  • Block Patterns (patterns that works with code block structures)
  • Annotations for modifiers checking
  • exists and not_exists operator
  • Pre-processing for describing multiple patterns in the same pattern file
  • SonarQube generic issue output formating
  • Debug and verbose output modes

Python

  • Incomplete prototype (needs more testing)