Skip to content

v.2.0.0

Compare
Choose a tag to compare
@mariazevedo88 mariazevedo88 released this 29 Oct 01:57
· 24 commits to master since this release

RELEASE NOTES - 28/10/2019

  • Adding new measures to the plugin:
    • Number of Packages
    • Number of Interfaces
    • Number of Lambdas (Java 8)
    • Number of Method References (Java 8)
    • Number of Modules (Java 9)
    • Robert Martin's measures: Efferent Coupling, Afferent Coupling, Abstractness, Instability, and Distance from the Main Sequence
  • A new view to demonstrate the results of the new measures: o3smeasures Secondary Measures Diagnostic View

secondary_measures_marketplace

  • Adding new test classes with JUnit5
  • Refactoring all the collections manipulation to use Eclipse Collection tool
  • Refactoring the code of ASTVisitors