-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove Lombok Sl4j annotation in classes that don't use the Logger (KillTimeoutAction, CidrRange, and KiwiPagingTest) * Remove unused private constant from EndpointConfiguration * Use GenericType in KiwiStandardResponsesIntegrationTest when reading the response entity, which makes the unchecked warning suppression unnecessary * Replace deprecated AssertJ usingElementComparatorOnFields with usingRecursiveFieldByFieldElementComparatorOnFields * Add an unused warning suppression to one of the classes inside KiwiReflectionTest, because the fields are never accessed directly or via reflection (the test is asking for non-static fields)
- Loading branch information
1 parent
bbb58bb
commit d86741a
Showing
7 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
src/main/java/org/kiwiproject/base/process/KillTimeoutAction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters