1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed 'public' modifier
André Rouél
as André Rouél
More... almost 11 years ago
Spread interface BlueprintConfiguration and renamed main implementation to AbstractBlueprintConfiguration
André Rouél
as André Rouél
More... almost 11 years ago
Moving configuration classes back to ~.blueprint.configuration and introduced interface BlueprintConfiguration
André Rouél
as André Rouél
More... almost 11 years ago
Added copy constructor instead of implementing Cloneable
André Rouél
as André Rouél
More... almost 11 years ago
Moving all blueprint configuration classes to package ~.blueprint to avoid package cycles
André Rouél
as André Rouél
More... almost 11 years ago
Moving class BlueprintConfiguration to package ~.blueprint.configuration to avoid a package cycle
André Rouél
as André Rouél
More... almost 11 years ago
Added NOSONAR comment to suppress 'Illegal Throws' warning, because we implement a native Java interface and cannot decide to do that in a different way
André Rouél
as André Rouél
More... almost 11 years ago
Renamed 'BluePrintInvocationHandler' to 'BlueprintInvocationHandler'
André Rouél
as André Rouél
More... almost 11 years ago
Removed blank documentation line at the end of class description and added @param descritpion when needed
André Rouél
as André Rouél
More... almost 11 years ago
Marked default and random blueprint configuration 'final'
André Rouél
as André Rouél
More... almost 11 years ago
Added NOSONAR comment, because we fully support method clone() and therefore we shouldn't throw CloneNotSupportedException
André Rouél
as André Rouél
More... almost 11 years ago
Suppressing also rawtype when casting to Class<Enum>
André Rouél
as André Rouél
More... almost 11 years ago
@return was missing in JavaDoc of Check.instanceOf
domseichter
as Dominik Seichter
More... almost 11 years ago
Renamed compilation units and documentation with the name 'BluePrint' into 'Blueprint', because it is not a word composition but individual word
André Rouél
as André Rouél
More... almost 11 years ago
Renamed constant name upper case, because it is a constant and not a field
André Rouél
as André Rouél
More... almost 11 years ago
Decreased testcoverage requirements. Will be set to 100% later when feature is finished.
domseichter
as Dominik Seichter
More... almost 11 years ago
Added Unit-Tests for creation-strategies
domseichter
as Dominik Seichter
More... almost 11 years ago
Ignore test for now, because feature is not yet implemented.
domseichter
as Dominik Seichter
More... almost 11 years ago
Fixed a compiler warning
domseichter
as Dominik Seichter
More... almost 11 years ago
Merge branch 'master' of https://github.com/before/quality-check.git
domseichter
as Dominik Seichter
More... almost 11 years ago
Introducing "BluePrinting" for better unit-testing in quality-test.
domseichter
as Dominik Seichter
More... almost 11 years ago
Introducing "BluePrinting" for better unit-testing in quality-test.
domseichter
as Dominik Seichter
More... almost 11 years ago
Removed underline prefix in field names
André Rouél
as André Rouél
More... almost 11 years ago
Marked methods of anonymous classes with NOSONAR comment, because the JSR305 annotations of their arguments will not correctly detected by SonarSource/FindBugs
André Rouél
as André Rouél
More... almost 11 years ago
Changes to keep NOSONAR comment in one line with method header
André Rouél
as André Rouél
More... almost 11 years ago
Improved documentation of parameter 'condition'
André Rouél
as André Rouél
More... almost 11 years ago
Removed redundant modifier 'final', because class is already 'final'
André Rouél
as André Rouél
More... almost 11 years ago
Marked class 'Result' final, because it must be immutable
André Rouél
as André Rouél
More... almost 11 years ago
Made fields private instead of package private
André Rouél
as André Rouél
More... almost 11 years ago
Avoid calling toString() on String objects; this is unnecessary
André Rouél
as André Rouél
More... almost 11 years ago