Update FundraiserStatusController.java #263
Open
Codacy Production / Codacy Static Code Analysis
required action
May 1, 2024 in 0s
3 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 3
See the complete overview on Codacy
Annotations
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.
codacy-production / Codacy Static Code Analysis
src/main/java/com/yuriytkach/tracker/fundraiser/rest/FundraiserStatusController.java#L77
Static variable definition in wrong order.
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.
Loading