Skip to content

Commit e0cf8c3

Browse files
merge next small set of changes and enhancements (#1)
* various reliability and usability changes plus tighten up locating files, clean up the generated report, improve reliability matching method signatures, hardwire AnalyzeCodeStructure for this semester's LinkedBag assignment (will eventually be pulled out as an example rather than a general-purpose tool) * bump snapshot version to 0.0.2-SNAPSHOT * fix Javadoc comment
1 parent 4543559 commit e0cf8c3

11 files changed

Lines changed: 678 additions & 189 deletions

File tree

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>education.the-software-toolsmith</groupId>
99
<artifactId>java-analyzer-framework-for-education-parent</artifactId>
10-
<version>0.0.1-SNAPSHOT</version>
10+
<version>0.0.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>education.the-software-toolsmith</groupId>
99
<artifactId>java-analyzer-framework-for-education-parent</artifactId>
10-
<version>0.0.1-SNAPSHOT</version>
10+
<version>0.0.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)