2
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unneeded uses of 'this' in FrameHelp More... about 9 years ago
Removed unneeded uses of 'this' in FrameComponentInit More... about 9 years ago
Removed unneeded uses of 'this' in FileListModelEntry More... about 9 years ago
Removed unneeded uses of 'this' in Configurator More... about 9 years ago
Merge pull request #50 from FridaTveit/ExtractNestedClassFromPlateVerticalGraph
oskopek
as Ondrej Skopek
More... about 9 years ago
Merge branch 'master' into ExtractNestedClassFromPlateVerticalGraph
oskopek
as Ondrej Skopek
More... about 9 years ago
Added full stop to javadoc comments in RecognizedPlate More... about 9 years ago
Added full stops to javadoc comments in ImageFileFilter More... about 9 years ago
Renamed method names in PlateHorizontalGraph to be camel case. Remove unnecessary this. statements. More... about 9 years ago
Moved statements out of try, catch block in FrameMain. Removed unnecessary this. statements. More... about 9 years ago
Fixed bug in PeakComparator (and changed PeakComparatorTest to reflect that). Made PeakComparator take a vector of floats instead of a PlateVerticalGraph in its constructor. More... about 9 years ago
Added javadoc to RecognizedPlate. More... about 9 years ago
Added javadoc for ImageFileFilter More... about 9 years ago
Added javadoc for PatternComparator More... about 9 years ago
Added javadoc for SyntaxAnalysisMode More... about 9 years ago
Added unit tests for PeakComparator. More... about 9 years ago
Extracted nested class PeakComparer from PlateVerticalGraph. Renamed it to PeakComparator and simplified compare method. Extracting PeakComparer also required extracting Peak from Graph. Changed Plate, CatSnapShot, Band and BandGraph to reflect this. Removed unused field handle from PlateVerticalGraph. More... about 9 years ago
Fixed analysis warning about if statements in PlateHorizontalGraph. Changed empty if statements to while statements. Removed unused argument count. Removed unused field handle. Changed Plate.java to reflect this change. More... about 9 years ago
Fixed TODO in FrameMain. Changed catch exception to catch specific exceptions. More... about 9 years ago
Merge pull request #32 from FridaTveit/AddEnumForSyntaxAnalysisModeInParser
oskopek
as Ondrej Skopek
More... about 9 years ago
Added documentation in docs/upgradeRecipies/upgradeRecipe-2.0.0.adoc for the change to Parser.parse. Pulled SyntaxAnalysisMode into its own file and moved getSyntaxAnalysisModeFromInt into this file. Renamed ParserTest to SyntaxAnalysisModeTest to reflect this change. More... about 9 years ago
Made epsilon a constant in TestUtility so that it can be used in tests to compare doubles. More... about 9 years ago
Simplified the compare method in PatternComparator. Changed PatternComparatorTest to check for < 0 and > 0 instead of = -1 and = 1. More... about 9 years ago
Renamed PatternComparer to PatternComparator and made it implement Comparator<RecognizedPattern>. Changed PatternComparator to take a boolean shouldSortDescending instead of int direction. More... about 9 years ago
Added upgrade recipe
oskopek
as Ondrej Skopek
More... about 9 years ago
Merge pull request #35 from FridaTveit/ExecutableJarInBuild
oskopek
as Ondrej Skopek
More... about 9 years ago
Issue #29: Added maven assembly plugin to create executable jarduring build process. Jar (called javaanpr-jar-with-dependencies) will be created during mvn install. More... about 9 years ago
Issue #1: Added unit tests for Configurator. More... about 9 years ago
Added unit tests for getSyntaxAnalysisModeFromInt. More... about 9 years ago
Fixed TODO: enum in Parser.java. Changed SyntaxAnalysisMode from int to enum. More... about 9 years ago