We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e6aa6 commit c3c2383Copy full SHA for c3c2383
spring-core/src/main/java/org/springframework/asm/ClassTooLargeException.java
@@ -33,8 +33,8 @@
33
*
34
* @author Jason Zaugg
35
*/
36
-@SuppressWarnings("serial")
37
public final class ClassTooLargeException extends IndexOutOfBoundsException {
+ private static final long serialVersionUID = 160715609518896765L;
38
39
private final String className;
40
private final int constantPoolCount;
spring-core/src/main/java/org/springframework/asm/MethodTooLargeException.java
public final class MethodTooLargeException extends IndexOutOfBoundsException {
+ private static final long serialVersionUID = 6807380416709738314L;
private final String methodName;
0 commit comments