You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lombok v1.18.21 adds StandardException. When I delombok my project, I get the following error on a class annotated with StandardException:
E:\IntelliJWorkspace\VehiclesPlus-v3\API\src\main\java\nl\sbdeveloper\vehiclesplus\api\vehicles\impl\StorageVehicle.java:135: error: constructor UnsupportedTrunkSizeException in class nl.sbdeveloper.vehiclesplus.api.exceptions.UnsupportedTrunkSizeException cannot be applied to given types;
throw new UnsupportedTrunkSizeException("BaseVehicle " + getVehicleModel().getId() + " has an invalid trunk size.");
^
required: no arguments
found: java.lang.String
reason: actual and formal argument lists differ in length
Lombok v1.18.21 adds StandardException. When I delombok my project, I get the following error on a class annotated with StandardException:
This will probably be fixed by #162.
The text was updated successfully, but these errors were encountered: