Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FundraiserStatusController.java #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update FundraiserStatusController.java

740fde0
Select commit
Loading
Failed to load commit list.
Open

Update FundraiserStatusController.java #263

Update FundraiserStatusController.java
740fde0
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 1, 2024 in 0s

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

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 3
           

See the complete overview on Codacy

Annotations

Check notice on line 77 in src/main/java/com/yuriytkach/tracker/fundraiser/rest/FundraiserStatusController.java

See this annotation in the file changed.

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

src/main/java/com/yuriytkach/tracker/fundraiser/rest/FundraiserStatusController.java#L77

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 77 in src/main/java/com/yuriytkach/tracker/fundraiser/rest/FundraiserStatusController.java

See this annotation in the file changed.

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

src/main/java/com/yuriytkach/tracker/fundraiser/rest/FundraiserStatusController.java#L77

Static variable definition in wrong order.

Check notice on line 77 in src/main/java/com/yuriytkach/tracker/fundraiser/rest/FundraiserStatusController.java

See this annotation in the file changed.

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

src/main/java/com/yuriytkach/tracker/fundraiser/rest/FundraiserStatusController.java#L77

Variable 'lastPageSize' must be private and have accessor methods.