1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more border cases as tests
André Rouél
as André Rouél
More... about 11 years ago
Enhanced BasicFormatRenderer and added unit tests
André Rouél
as André Rouél
More... about 11 years ago
Added more tests
André Rouél
as André Rouél
More... about 11 years ago
Revised exception message to be more clear
André Rouél
as André Rouél
More... about 11 years ago
Added test to check rendering with and without a builder class
André Rouél
as André Rouél
More... about 11 years ago
Added test to check rendering of package declaration
André Rouél
as André Rouél
More... about 11 years ago
Added test to check the setting 'guava' and reduced code by creating a global settings builder with defaults
André Rouél
as André Rouél
More... about 11 years ago
Added more tests to check specific settings (not finished yet)
André Rouél
as André Rouél
More... about 11 years ago
Changed settings to define more then one interface * the first interface in list should be the definition * the following interfaces are useful additions like Serializable
André Rouél
as André Rouél
More... about 11 years ago
Regarding undefined package
André Rouél
as André Rouél
More... about 11 years ago
Merge branch 'master' of https://github.com/before/quality-check.git
domseichter
as Dominik Seichter
More... about 11 years ago
Checked wheter JavaDoc corresponds to return statements, because all methods which do conversion cannot have a return value in ConditionalChecks.
domseichter
as Dominik Seichter
More... about 11 years ago
Added missing tests case to get full code coverage
domseichter
as Dominik Seichter
More... about 11 years ago
Added unit test
domseichter
as Dominik Seichter
More... about 11 years ago
Added examples and documentation
domseichter
as Dominik Seichter
More... about 11 years ago
Added check to abort the processing if an interface includes a method with arguments More... about 11 years ago
Updated javaparser to version 1.0.9 More... about 11 years ago
Test to assure that all checks are implemented in Check and ConditionalCheck
domseichter
as Dominik Seichter
More... about 11 years ago
Initial implementation of the class ConditionalCheck. JavaDoc is still missing, as well as tests.
domseichter
as Dominik Seichter
More... about 11 years ago
Argument name was missing in the thrown Exception.
domseichter
as Dominik Seichter
More... about 11 years ago
The argument to notNegative should be called 'value' instead of 'reference'.
domseichter
as Dominik Seichter
More... about 11 years ago
Annotated thread safety
André Rouél
as André Rouél
More... about 11 years ago
Added private constructor
André Rouél
as André Rouél
More... about 11 years ago
Added modifier 'final' to BasicFormatRenderer and annotated BasicFormatRenderer and FieldRenderer thread safe
André Rouél
as André Rouél
More... about 11 years ago
Restructured generation process and create an interface analyzer
André Rouél
as André Rouél
More... about 11 years ago
Fixed test expectation
André Rouél
as André Rouél
More... about 11 years ago
Added function to convert a field name if it is a reserved word
André Rouél
as André Rouél
More... about 11 years ago
Removed misleading comment
André Rouél
as André Rouél
More... about 11 years ago
Enhanced the methods 'find' and 'filter' of class 'Imports' to resolve types from the package 'java.lang', because these classes are automatically imported (JLS 7.5.3)
André Rouél
as André Rouél
More... about 11 years ago
Added type definition to be able to query them in StringTemplate templates which have very limited conditionals
André Rouél
as André Rouél
More... about 11 years ago