feat: add api for chargebox/reservation/user #34
reviewdog [checkstyle] report
reported by reviewdog 🐶
Findings (13)
src/main/java/de/rwth/idsg/steve/web/controller/Ocpp16Controller.java|38 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/web/controller/AboutSettingsController.java|34 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/web/controller/AjaxCallController.java|31 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/web/controller/ChargePointsController.java|34 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java|40 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java|57 col 46| Variable 'chargePointHelperService' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java|58 col 37| Variable 'ocppTagsService' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java|59 col 46| Variable 'chargePointServiceClient' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java|31 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java|97| Line is longer than 120 characters (found 123).
src/main/java/de/rwth/idsg/steve/web/controller/ChargingProfilesController.java|31 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/web/controller/Ocpp15Controller.java|36 col 47| Using the '.' form of import should be avoided - org.springframework.web.bind.annotation..
src/main/java/de/rwth/idsg/steve/repository/impl/UserRepositoryImpl.java|43 col 17| Using the '.' form of import should be avoided - java.util..
Filtered Findings (228)
src/main/java/de/rwth/idsg/steve/service/ChargePointServiceClient.java|437| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/service/CentralSystemService16_Service.java|72 col 14| Name 'CentralSystemService16_Service' must match pattern '^[A-Z][a-zA-Z0-9]$'.
src/main/java/de/rwth/idsg/steve/service/CentralSystemService16_Service.java|93| Line is longer than 120 characters (found 129).
src/main/java/de/rwth/idsg/steve/service/OcppTagsService.java|111| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/service/OcppTagsService.java|161| Line is longer than 120 characters (found 126).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|83| Line is longer than 120 characters (found 123).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|116| Line is longer than 120 characters (found 122).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|151| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|162| Line is longer than 120 characters (found 146).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|165| Line is longer than 120 characters (found 123).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|167| Line is longer than 120 characters (found 123).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|169| Line is longer than 120 characters (found 123).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|217| Line is longer than 120 characters (found 125).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|224| Line is longer than 120 characters (found 131).
src/main/java/de/rwth/idsg/steve/service/ChargePointHelperService.java|230| Line is longer than 120 characters (found 122).
src/main/java/de/rwth/idsg/steve/service/NotificationService.java|65| Line is longer than 120 characters (found 171).
src/main/java/de/rwth/idsg/steve/service/NotificationService.java|101| Line is longer than 120 characters (found 148).
src/main/java/de/rwth/idsg/steve/service/NotificationService.java|113| Line is longer than 120 characters (found 226).
src/main/java/de/rwth/idsg/steve/service/NotificationService.java|124| Line is longer than 120 characters (found 175).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|53| Line is longer than 120 characters (found 139).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|54| Line is longer than 120 characters (found 139).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|71 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|72| Line is longer than 120 characters (found 140).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|73| Line is longer than 120 characters (found 140).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|74| Line is longer than 120 characters (found 140).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|80 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|81| Line is longer than 120 characters (found 145).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|82| Line is longer than 120 characters (found 145).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|83| Line is longer than 120 characters (found 145).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|89 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|90| Line is longer than 120 characters (found 149).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|91| Line is longer than 120 characters (found 149).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|92| Line is longer than 120 characters (found 149).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|98 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|99| Line is longer than 120 characters (found 149).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|100| Line is longer than 120 characters (found 149).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|101| Line is longer than 120 characters (found 149).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|107 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|108| Line is longer than 120 characters (found 150).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|109| Line is longer than 120 characters (found 150).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|110| Line is longer than 120 characters (found 150).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|115 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|116| Line is longer than 120 characters (found 153).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|117| Line is longer than 120 characters (found 153).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|118| Line is longer than 120 characters (found 153).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|124 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|125| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|126| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|127| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|133 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|134| Line is longer than 120 characters (found 157).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|135| Line is longer than 120 characters (found 157).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|136| Line is longer than 120 characters (found 157).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|142 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|143| Line is longer than 120 characters (found 156).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|144| Line is longer than 120 characters (found 156).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|145| Line is longer than 120 characters (found 156).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|155 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|157| Line is longer than 120 characters (found 147).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|158| Line is longer than 120 characters (found 147).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|164 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|166| Line is longer than 120 characters (found 151).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|167| Line is longer than 120 characters (found 151).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|173 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|175| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|176| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|182 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|184| Line is longer than 120 characters (found 148).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|185| Line is longer than 120 characters (found 148).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|191 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|193| Line is longer than 120 characters (found 145).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|194| Line is longer than 120 characters (found 145).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|200 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|202| Line is longer than 120 characters (found 152).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|203| Line is longer than 120 characters (found 152).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|213 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|216| Line is longer than 120 characters (found 155).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|222 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|225| Line is longer than 120 characters (found 153).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|231 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|234| Line is longer than 120 characters (found 155).
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|240 col 9| switch without "default" clause.
src/main/java/de/rwth/idsg/steve/ocpp/soap/ChargePointServiceSoapInvoker.java|243| Line is longer than 120 characters (found 149).
src/main/java/de/rwth/idsg/steve/ocpp/soap/CentralSystemService15_SoapServer.java|73 col 14| Name 'CentralSystemService15_SoapServer' must match pattern '^[A-Z][a-zA-Z0-9]$'.
src/main/java/de/rwth/idsg/steve/ocpp/soap/CentralSystemService16_SoapServer.java|70 col 14| Name 'CentralSystemService16_SoapServer' must match pattern '^[A-Z][a-zA-Z0-9]$'.
src/main/java/de/rwth/idsg/steve/ocpp/soap/CentralSystemService16_SoapServer.java|253| Line is longer than 120 characters (found 123).
src/main/java/de/rwth/idsg/steve/ocpp/soap/CentralSystemService12_SoapServer.java|72 col 14| Name 'CentralSystemService12_SoapServer' must match pattern '^[A-Z][a-zA-Z0-9]$'.
src/main/java/de/rwth/idsg/steve/ocpp/CommunicationTask.java|54 col 23| Variable 'params' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/ocpp/converter/Convert.java|27 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server15to16.java|33| Line is longer than 120 characters (found 132).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server15to16.java|39| Line is longer than 120 characters (found 138).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server15to16.java|57| Line is longer than 120 characters (found 136).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server15to16.java|63| Line is longer than 120 characters (found 142).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15.java|33| Line is longer than 120 characters (found 132).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15.java|39| Line is longer than 120 characters (found 138).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15.java|55| Line is longer than 120 characters (found 136).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15.java|61| Line is longer than 120 characters (found 142).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15Impl.java|77| Line is longer than 120 characters (found 122).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15Impl.java|96| Line is longer than 120 characters (found 126).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15Impl.java|105| Line is longer than 120 characters (found 128).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15Impl.java|152| Line is longer than 120 characters (found 126).
src/main/java/de/rwth/idsg/steve/ocpp/converter/Server12to15Impl.java|167| Line is longer than 120 characters (found 132).
src/main/java/de/rwth/idsg/steve/ocpp/OcppCallback.java|36| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp15/Ocpp15WebSocketEndpoint.java|79| Line is longer than 120 characters (found 128).
src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java|39| Line is longer than 120 characters (found 127).
src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java|59| Line is longer than 120 characters (found 144).
src/main/java/de/rwth/idsg/steve/ocpp/ws/ConcurrentWebSocketHandler.java|38 col 30| Name 'sendTimeLimit' must match pattern '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.
src/main/java/de/rwth/idsg/steve/ocpp/ws/ConcurrentWebSocketHandler.java|39 col 30| Name 'bufferSizeLimit' must match pattern '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.
src/main/java/de/rwth/idsg/steve/ocpp/ws/ConcurrentWebSocketHandler.java|64| Line is longer than 120 characters (found 144).
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp16/Ocpp16WebSocketEndpoint.java|79| Line is longer than 120 characters (found 128).
src/main/java/de/rwth/idsg/steve/ocpp/ws/AbstractWebSocketEndpoint.java|77| Line is longer than 120 characters (found 139).
src/main/java/de/rwth/idsg/steve/ocpp/ws/AbstractWebSocketEndpoint.java|78| Line is longer than 120 characters (found 145).
src/main/java/de/rwth/idsg/steve/ocpp/ws/data/CommunicationContext.java|65 col 11| Comment matches to-do format 'TODO:'.
src/main/java/de/rwth/idsg/steve/ocpp/ws/data/CommunicationContext.java|71 col 11| Comment matches to-do format 'TODO:'.
src/main/java/de/rwth/idsg/steve/ocpp/ws/OcppWebSocketHandshakeHandler.java|21 col 8| Unused import - de.rwth.idsg.steve.config.WebSocketConfiguration.
src/main/java/de/rwth/idsg/steve/ocpp/ws/OcppWebSocketHandshakeHandler.java|69| Line is longer than 120 characters (found 125).
src/main/java/de/rwth/idsg/steve/ocpp/ws/OcppWebSocketHandshakeHandler.java|121 col 86| ')' is preceded with whitespace.
src/main/java/de/rwth/idsg/steve/ocpp/ws/custom/MeterValue15Mixin.java|33 col 22| Variable 'values' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/ocpp/ws/custom/CustomStringModule.java|60 col 9| Redundant 'public' modifier.
src/main/java/de/rwth/idsg/steve/ocpp/ws/custom/CustomStringModule.java|87| Line is longer than 120 characters (found 126).
src/main/java/de/rwth/idsg/steve/ocpp/ws/PingTask.java|50 col 15| Comment matches to-do format 'TODO:'.
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp12/Ocpp12WebSocketEndpoint.java|79| Line is longer than 120 characters (found 128).
src/main/java/de/rwth/idsg/steve/ocpp/task/RemoteStartTransactionTask.java|60 col 7| Comment matches to-do format 'TODO:'.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|99| Line is longer than 120 characters (found 139).
src/main/java/de/rwth/idsg/steve/ocpp/task/ClearChargingProfileTask.java|68| Line is longer than 120 characters (found 145).
src/main/java/de/rwth/idsg/steve/ocpp/task/GetCompositeScheduleTask.java|35| Line is longer than 120 characters (found 124).
src/main/java/de/rwth/idsg/steve/ocpp/task/GetConfigurationTask.java|40| Line is longer than 120 characters (found 124).
src/main/java/de/rwth/idsg/steve/ocpp/task/GetConfigurationTask.java|106 col 5| Class ResponseWrapper should be declared as final.
src/main/java/de/rwth/idsg/steve/ocpp/Ocpp16AndAboveTask.java|31| Line is longer than 120 characters (found 124).
src/main/java/de/rwth/idsg/steve/ocpp/Ocpp15AndAboveTask.java|31| Line is longer than 120 characters (found 123).
src/main/java/de/rwth/idsg/steve/web/LocalDateTimeEditor.java|28 col 8| Unused import - org.springframework.security.core.parameters.P.
src/main/java/de/rwth/idsg/steve/web/api/TransactionsRestController.java|44| Line is longer than 120 characters (found 172).
src/main/java/de/rwth/idsg/steve/web/api/ApiControllerAdvice.java|73| Line is longer than 120 characters (found 122).
src/main/java/de/rwth/idsg/steve/web/api/ApiControllerAdvice.java|89| Line is longer than 120 characters (found 142).
src/main/java/de/rwth/idsg/steve/web/api/OcppTagsRestController.java|94| Line is longer than 120 characters (found 185).
src/main/java/de/rwth/idsg/steve/web/api/OcppTagsRestController.java|95| Line is longer than 120 characters (found 186).
src/main/java/de/rwth/idsg/steve/web/api/OcppTagsRestController.java|96| Line is longer than 120 characters (found 194).
src/main/java/de/rwth/idsg/steve/web/api/OcppTagsRestController.java|97| Line is longer than 120 characters (found 183).
src/main/java/de/rwth/idsg/steve/web/api/OcppTagsRestController.java|98| Line is longer than 120 characters (found 195).
src/main/java/de/rwth/idsg/steve/web/api/OcppTagsRestController.java|113| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/web/dto/OcppTagQueryForm.java|57| Line is longer than 120 characters (found 171).
src/main/java/de/rwth/idsg/steve/web/dto/ocpp/ClearChargingProfileParams.java|45| Line is longer than 120 characters (found 130).
src/main/java/de/rwth/idsg/steve/web/dto/ocpp/SendLocalListParams.java|52| Line is longer than 120 characters (found 126).
src/main/java/de/rwth/idsg/steve/web/dto/QueryForm.java|45| Line is longer than 120 characters (found 142).
src/main/java/de/rwth/idsg/steve/web/dto/QueryForm.java|48| Line is longer than 120 characters (found 143).
src/main/java/de/rwth/idsg/steve/web/dto/EndpointInfo.java|38| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/web/dto/EndpointInfo.java|39| Line is longer than 120 characters (found 151).
src/main/java/de/rwth/idsg/steve/web/dto/EndpointInfo.java|41 col 5| Class ItemsWithInfo should be declared as final.
src/main/java/de/rwth/idsg/steve/web/dto/TransactionQueryForm.java|49| Line is longer than 120 characters (found 170).
src/main/java/de/rwth/idsg/steve/web/dto/ChargingProfileForm.java|125 col 34| Name 'defaultNumberPhases' must match pattern '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.
... (Too many findings. Dropped some findings)
Annotations
Check failure on line 38 in src/main/java/de/rwth/idsg/steve/web/controller/Ocpp16Controller.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/Ocpp16Controller.java#L38 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/Ocpp16Controller.java:38:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/AboutSettingsController.java#L34 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/AboutSettingsController.java:34:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
Check failure on line 31 in src/main/java/de/rwth/idsg/steve/web/controller/AjaxCallController.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/AjaxCallController.java#L31 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/AjaxCallController.java:31:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/ChargePointsController.java#L34 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/ChargePointsController.java:34:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
Check failure on line 40 in src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java#L40 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java:40:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
Check failure on line 57 in src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java#L57 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'chargePointHelperService' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java:57:46: error: Variable 'chargePointHelperService' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 58 in src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java#L58 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'ocppTagsService' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java:58:37: error: Variable 'ocppTagsService' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 59 in src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java#L59 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'chargePointServiceClient' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/Ocpp12Controller.java:59:46: error: Variable 'chargePointServiceClient' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 31 in src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java#L31 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java:31:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
Check failure on line 97 in src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java#L97 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>
Line is longer than 120 characters (found 123).
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/TasksController.java:97:0: error: Line is longer than 120 characters (found 123). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/ChargingProfilesController.java#L31 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/ChargingProfilesController.java:31:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
Check failure on line 36 in src/main/java/de/rwth/idsg/steve/web/controller/Ocpp15Controller.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/web/controller/Ocpp15Controller.java#L36 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/web/controller/Ocpp15Controller.java:36:47: error: Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)
Check failure on line 43 in src/main/java/de/rwth/idsg/steve/repository/impl/UserRepositoryImpl.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/repository/impl/UserRepositoryImpl.java#L43 <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck>
Using the '.*' form of import should be avoided - java.util.*.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/repository/impl/UserRepositoryImpl.java:43:17: error: Using the '.*' form of import should be avoided - java.util.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)