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
flow-commands\src\main\java\com\flowpowered\commands\annotated\WrappedCommandException.java:28: warning: [serial] serializable class WrappedCommandException has no definition of serialVersionUID
public class WrappedCommandException extends CommandException {
^
The text was updated successfully, but these errors were encountered:
not significant - it's because Exception (which is, directly or indirectly, a superclass of CommandException, which is a superclass of WrappedCommandException) implements the Serializable interface. technically all objects which implement it are supposed to provide serialVersionUID, but it isn't going to break anything
Maven probably shows the same, I just haven't looked yet. @DziNeIT, it was meant to be posted as a warning, not an error. It was posted though as it would be good to resolve the warning.
lukespragg
changed the title
Source error on compile with Gradle
Source warning on compile with Gradle
Aug 12, 2014
lukespragg
changed the title
Source warning on compile with Gradle
Source warning on compile
Aug 12, 2014
The text was updated successfully, but these errors were encountered: