Migrate to Spring Boot #1822
Migrate to Spring Boot #1822
reviewdog [checkstyle] report
reported by reviewdog 🐶
Findings (17)
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp15/Ocpp15WebSocketEndpoint.java|59| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp16/Ocpp16WebSocketEndpoint.java|59| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp12/Ocpp12WebSocketEndpoint.java|58| Line is longer than 120 characters (found 154).
src/main/java/de/rwth/idsg/steve/config/OcppConfiguration.java|85| Line is longer than 120 characters (found 134).
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|46 col 12| Variable 'version' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|47 col 10| Variable 'auth' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|48 col 10| Variable 'jooq' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|49 col 10| Variable 'ocpp' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|53 col 17| Variable 'executiveLogging' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|58 col 16| Variable 'username' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|59 col 16| Variable 'password' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|60 col 16| Variable 'webApiKey' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|61 col 16| Variable 'webApiSecret' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|66 col 37| Variable 'wsSessionSelectStrategy' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|67 col 17| Variable 'autoRegisterUnknownStations' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/SteveProperties.java|68 col 16| Variable 'chargeBoxIdValidationRegex' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/SteveApplication.java|57| Line is longer than 120 characters (found 136).
Filtered Findings (253)
src/main/java/de/rwth/idsg/steve/utils/CustomDSL.java|39 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/CustomDSL.java|43| Line is longer than 120 characters (found 128).
src/main/java/de/rwth/idsg/steve/utils/CountryCodesProvider.java|36 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/ControllerHelper.java|23 col 8| Unused import - lombok.experimental.UtilityClass.
src/main/java/de/rwth/idsg/steve/utils/ControllerHelper.java|35 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/TransactionStopServiceHelper.java|27 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/TransactionStopServiceHelper.java|55 col 9| Avoid nested blocks.
src/main/java/de/rwth/idsg/steve/utils/TransactionStopServiceHelper.java|68 col 9| Avoid nested blocks.
src/main/java/de/rwth/idsg/steve/utils/TransactionStopServiceHelper.java|79 col 9| Avoid nested blocks.
src/main/java/de/rwth/idsg/steve/utils/InternetChecker.java|36 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/DateTimeUtils.java|36 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/StringUtils.java|40 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/OcppTagActivityRecordUtils.java|26 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/ConnectorStatusFilter.java|37 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/mapper/ChargingProfileDetailsMapper.java|41 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/mapper/ChargingProfileDetailsMapper.java|73| Line is longer than 120 characters (found 135).
src/main/java/de/rwth/idsg/steve/utils/mapper/ChargingProfileDetailsMapper.java|90| Line is longer than 120 characters (found 135).
src/main/java/de/rwth/idsg/steve/utils/mapper/AddressMapper.java|31 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/mapper/UserFormMapper.java|32 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/mapper/ChargePointDetailsMapper.java|31 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/mapper/OcppTagFormMapper.java|31 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/utils/PropertiesFileLoader.java|50 col 113| '+' should be on a new line.
src/main/java/de/rwth/idsg/steve/utils/PropertiesFileLoader.java|66 col 33| ',' is not followed by whitespace.
src/main/java/de/rwth/idsg/steve/utils/PropertiesFileLoader.java|70 col 33| ',' is not followed by whitespace.
src/main/java/de/rwth/idsg/steve/utils/ConnectorStatusCountFilter.java|37 col 1| Utility classes should not have a public or default constructor.
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/ocpp/soap/CentralSystemService12_SoapServer.java|74 col 14| Name 'CentralSystemService12_SoapServer' must match pattern '^[A-Z][a-zA-Z0-9]$'.
src/main/java/de/rwth/idsg/steve/ocpp/soap/CentralSystemService16_SoapServer.java|72 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|255| Line is longer than 120 characters (found 123).
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|75 col 14| Name 'CentralSystemService15_SoapServer' must match pattern '^[A-Z][a-zA-Z0-9]$'.
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/task/SetChargingProfileTaskFromDB.java|26 col 8| Unused import - jooq.steve.db.tables.records.ChargingProfileRecord.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|27 col 8| Unused import - ocpp.cp._2015._10.ChargingProfileKindType.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|29 col 8| Unused import - ocpp.cp._2015._10.ChargingRateUnitType.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|30 col 8| Unused import - ocpp.cp._2015._10.ChargingSchedule.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|31 col 8| Unused import - ocpp.cp._2015._10.ChargingSchedulePeriod.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|32 col 8| Unused import - ocpp.cp._2015._10.RecurrencyKindType.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|35 col 8| Unused import - java.util.List.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|36 col 8| Unused import - java.util.stream.Collectors.
src/main/java/de/rwth/idsg/steve/ocpp/task/SetChargingProfileTaskFromDB.java|64| Line is longer than 120 characters (found 140).
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/ws/OcppWebSocketHandshakeHandler.java|67| Line is longer than 120 characters (found 125).
src/main/java/de/rwth/idsg/steve/ocpp/ws/OcppWebSocketHandshakeHandler.java|119 col 86| ')' is preceded with whitespace.
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp15/Ocpp15WebSocketEndpoint.java|73| Line is longer than 120 characters (found 124).
src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp16/Ocpp16WebSocketEndpoint.java|73| Line is longer than 120 characters (found 124).
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/ocpp12/Ocpp12WebSocketEndpoint.java|72| Line is longer than 120 characters (found 124).
src/main/java/de/rwth/idsg/steve/ocpp/ws/AbstractWebSocketEndpoint.java|60| Line is longer than 120 characters (found 131).
src/main/java/de/rwth/idsg/steve/ocpp/ws/AbstractWebSocketEndpoint.java|87| Line is longer than 120 characters (found 139).
src/main/java/de/rwth/idsg/steve/ocpp/ws/AbstractWebSocketEndpoint.java|88| Line is longer than 120 characters (found 145).
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/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/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/WebSocketLogger.java|31 col 1| Utility classes should not have a public or default constructor.
src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java|40| Line is longer than 120 characters (found 127).
src/main/java/de/rwth/idsg/steve/ocpp/ws/WebSocketLogger.java|60| Line is longer than 120 characters (found 144).
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/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/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/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/OcppCallback.java|36| Line is longer than 120 characters (found 121).
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/CommunicationTask.java|54 col 23| Variable 'params' must be private and have accessor methods.
src/main/java/de/rwth/idsg/steve/config/WebSocketConfiguration.java|76| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/config/SecurityConfiguration.java|48| Line is longer than 120 characters (found 121).
src/main/java/de/rwth/idsg/steve/config/SecurityConfiguration.java|70| Line is longer than 120 characters (found 134).
src/main/java/de/rwth/idsg/steve/config/SecurityConfiguration.java|86| Line is longer than 120 characters (found 137).
src/main/java/de/rwth/idsg/steve/config/BeanConfiguration.java|218| Line is longer than 120 characters (found 148).
src/main/java/de/rwth/idsg/steve/config/BeanConfiguration.java|220| Line is longer than 120 characters (found 169).
... (Too many findings. Dropped some findings)
Annotations
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp15/Ocpp15WebSocketEndpoint.java#L59 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>
Line is longer than 120 characters (found 154).
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp15/Ocpp15WebSocketEndpoint.java:59:0: error: Line is longer than 120 characters (found 154). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp16/Ocpp16WebSocketEndpoint.java#L59 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>
Line is longer than 120 characters (found 154).
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp16/Ocpp16WebSocketEndpoint.java:59:0: error: Line is longer than 120 characters (found 154). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp12/Ocpp12WebSocketEndpoint.java#L58 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>
Line is longer than 120 characters (found 154).
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/ocpp/ws/ocpp12/Ocpp12WebSocketEndpoint.java:58:0: error: Line is longer than 120 characters (found 154). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Check failure on line 85 in src/main/java/de/rwth/idsg/steve/config/OcppConfiguration.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/OcppConfiguration.java#L85 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>
Line is longer than 120 characters (found 134).
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/OcppConfiguration.java:85:0: error: Line is longer than 120 characters (found 134). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
Check failure on line 46 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L46 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'version' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:46:12: error: Variable 'version' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 47 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L47 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'auth' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:47:10: error: Variable 'auth' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 48 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L48 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'jooq' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:48:10: error: Variable 'jooq' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 49 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L49 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'ocpp' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:49:10: error: Variable 'ocpp' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 53 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L53 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'executiveLogging' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:53:17: error: Variable 'executiveLogging' 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/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L58 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'username' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:58:16: error: Variable 'username' 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/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L59 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'password' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:59:16: error: Variable 'password' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 60 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L60 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'webApiKey' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:60:16: error: Variable 'webApiKey' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 61 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L61 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'webApiSecret' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:61:16: error: Variable 'webApiSecret' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 66 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L66 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'wsSessionSelectStrategy' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:66:37: error: Variable 'wsSessionSelectStrategy' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 67 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L67 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'autoRegisterUnknownStations' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:67:17: error: Variable 'autoRegisterUnknownStations' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 68 in src/main/java/de/rwth/idsg/steve/config/SteveProperties.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/config/SteveProperties.java#L68 <com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck>
Variable 'chargeBoxIdValidationRegex' must be private and have accessor methods.
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/config/SteveProperties.java:68:16: error: Variable 'chargeBoxIdValidationRegex' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
Check failure on line 57 in src/main/java/de/rwth/idsg/steve/SteveApplication.java
github-actions / checkstyle
[checkstyle] src/main/java/de/rwth/idsg/steve/SteveApplication.java#L57 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>
Line is longer than 120 characters (found 136).
Raw output
/github/workspace/./src/main/java/de/rwth/idsg/steve/SteveApplication.java:57:0: error: Line is longer than 120 characters (found 136). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)