Skip to content

feat: Updated src/integrationTest/java/com/yuriytk

Codacy Production / Codacy Static Code Analysis required action Dec 16, 2023 in 0s

18 new issues (0 max.) of at least minor severity.

Codacy 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

Check notice on line 4 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 5 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check warning on line 14 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L14

JUnit 5 tests should be package-private.

Check notice on line 14 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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)?$'

Check notice on line 18 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check warning on line 19 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java#L19

JUnit 5 tests should be package-private.

Check notice on line 20 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 29 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 40 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 41 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 42 in src/integrationTest/java/com/yuriytkach/tracker/fundraiser/service/TrackServiceIT.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 3 in src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 3 in src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java#L3

Unused import - java.lang.RuntimeException.

Check notice on line 7 in src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 8 in src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 9 in src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 11 in src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java

See this annotation in the file changed.

@codacy-production 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.

Check notice on line 12 in src/main/java/com/yuriytkach/tracker/fundraiser/model/exception/FundTotalMismatchException.java

See this annotation in the file changed.

@codacy-production 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.