18 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 18
Complexity increasing per file
==============================
- src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java 1
- src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java 1
See the complete overview on Codacy
Annotations
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L4
Unused import - com.yuriytkach.tracker.fundraiser.model.Donation.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L5
Unused import - com.yuriytkach.tracker.fundraiser.model.Fund.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L14
JUnit 5 tests should be package-private.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L14
The class name 'TrackServiceIT' doesn't match '^Test.*$|^[A-Z][a-zA-Z0-9]*Test(s|Case)?$'
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L18
'method def modifier' has incorrect indentation level 4, expected level should be 2.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L19
JUnit 5 tests should be package-private.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L20
'method def' child has incorrect indentation level 8, expected level should be 4.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L29
'method def' child has incorrect indentation level 8, expected level should be 4.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L40
'method def' child has incorrect indentation level 8, expected level should be 4.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L41
'method def' child has incorrect indentation level 8, expected level should be 4.
codacy-production / Codacy Static Code Analysis
src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L42
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L3
Redundant import from the java.lang package - java.lang.RuntimeException.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L3
Unused import - java.lang.RuntimeException.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L7
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L8
'ctor def' child has incorrect indentation level 8, expected level should be 4.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L9
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L11
'ctor def modifier' has incorrect indentation level 4, expected level should be 2.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L12
'ctor def' child has incorrect indentation level 8, expected level should be 4.