OCD-4788: Remove a lot of deprecated things #3365
Annotations
4 warnings
Run check style:
chpl/chpl-api/src/main/java/gov/healthit/chpl/web/controller/StatisticsController.java#L46
[reviewdog] reported by reviewdog 🐶
Redundant 'public' modifier.
Raw Output:
/github/workspace/./chpl/chpl-api/src/main/java/gov/healthit/chpl/web/controller/StatisticsController.java:46:9: warning: Redundant 'public' modifier. (com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck)
|
Run check style:
chpl/chpl-service/src/main/java/gov/healthit/chpl/domain/CertifiedProductSearchBasicDetails.java#L282
[reviewdog] reported by reviewdog 🐶
'||' is not preceded with whitespace.
Raw Output:
/github/workspace/./chpl/chpl-service/src/main/java/gov/healthit/chpl/domain/CertifiedProductSearchBasicDetails.java:282:77: warning: '||' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
Run check style:
chpl/chpl-service/src/test/java/gov/healthit/chpl/certifiedproduct/csv/ListingCsvDataWriterTest.java#L57
[reviewdog] reported by reviewdog 🐶
'2024' is a magic number.
Raw Output:
/github/workspace/./chpl/chpl-service/src/test/java/gov/healthit/chpl/certifiedproduct/csv/ListingCsvDataWriterTest.java:57:48: warning: '2024' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
|
Run check style:
chpl/chpl-service/src/test/java/gov/healthit/chpl/certifiedproduct/csv/ListingCsvDataWriterTest.java#L57
[reviewdog] reported by reviewdog 🐶
'8' is a magic number.
Raw Output:
/github/workspace/./chpl/chpl-service/src/test/java/gov/healthit/chpl/certifiedproduct/csv/ListingCsvDataWriterTest.java:57:54: warning: '8' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
|
Loading