|
Rename Parameter libName : String to lib : String in method public checkLink(lib String) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public NegativeArraySizeException(s String) in class java.lang.NegativeArraySizeException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public NoSuchMethodException(s String) in class java.lang.NoSuchMethodException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public InstantiationException(s String) in class java.lang.InstantiationException |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public RuntimeException(message String) in class java.lang.RuntimeException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IllegalThreadStateException(s String) in class java.lang.IllegalThreadStateException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ClassNotFoundException(s String, ex Throwable) in class java.lang.ClassNotFoundException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public StackOverflowError(s String) in class java.lang.StackOverflowError |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public Error(message String) in class java.lang.Error |
From |
To |
|
Rename Parameter permission : Permission to perm : Permission in method public checkPermission(perm Permission) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter type : int to which : int in method public checkMemberAccess(clazz Class<?>, which int) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public NoSuchFieldException(s String) in class java.lang.NoSuchFieldException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ClassFormatError(s String) in class java.lang.ClassFormatError |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public Exception(message String, cause Throwable) in class java.lang.Exception |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public NoSuchFieldError(s String) in class java.lang.NoSuchFieldError |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ArrayIndexOutOfBoundsException(s String) in class java.lang.ArrayIndexOutOfBoundsException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public InterruptedException(s String) in class java.lang.InterruptedException |
From |
To |
|
Rename Parameter packageName : String to pkg : String in method public checkPackageAccess(pkg String) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public VirtualMachineError(message String) in class java.lang.VirtualMachineError |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ArrayStoreException(s String) in class java.lang.ArrayStoreException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IllegalAccessException(s String) in class java.lang.IllegalAccessException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public NoClassDefFoundError(s String) in class java.lang.NoClassDefFoundError |
From |
To |
|
Rename Parameter packageName : String to pkg : String in method public checkPackageDefinition(pkg String) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter throwable : Throwable to cause : Throwable in method public RuntimeException(message String, cause Throwable) in class java.lang.RuntimeException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IncompatibleClassChangeError(s String) in class java.lang.IncompatibleClassChangeError |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public RuntimeException(message String, cause Throwable) in class java.lang.RuntimeException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public NullPointerException(s String) in class java.lang.NullPointerException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public OutOfMemoryError(s String) in class java.lang.OutOfMemoryError |
From |
To |
|
Rename Parameter thread : Thread to t : Thread in method public checkAccess(t Thread) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IndexOutOfBoundsException(s String) in class java.lang.IndexOutOfBoundsException |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public Error(message String, cause Throwable) in class java.lang.Error |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public LinkageError(s String, cause Throwable) in class java.lang.LinkageError |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public AssertionError(message String, cause Throwable) in class java.lang.AssertionError |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public InternalError(message String) in class java.lang.InternalError |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public ReflectiveOperationException(message String) in class java.lang.ReflectiveOperationException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IllegalArgumentException(s String) in class java.lang.IllegalArgumentException |
From |
To |
|
Rename Parameter exception : Throwable to thrown : Throwable in method public ExceptionInInitializerError(thrown Throwable) in class java.lang.ExceptionInInitializerError |
From |
To |
|
Rename Parameter cls : Class<?> to clazz : Class<?> in method public checkMemberAccess(clazz Class<?>, which int) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter permission : Permission to perm : Permission in method public checkPermission(perm Permission, context Object) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter throwable : Throwable to cause : Throwable in method public Error(message String, cause Throwable) in class java.lang.Error |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ClassCastException(s String) in class java.lang.ClassCastException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public NoSuchMethodError(s String) in class java.lang.NoSuchMethodError |
From |
To |
|
Rename Parameter throwable : Throwable to cause : Throwable in method public Error(cause Throwable) in class java.lang.Error |
From |
To |
|
Rename Parameter exception : Throwable to ex : Throwable in method public ClassNotFoundException(s String, ex Throwable) in class java.lang.ClassNotFoundException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IllegalMonitorStateException(s String) in class java.lang.IllegalMonitorStateException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ExceptionInInitializerError(s String) in class java.lang.ExceptionInInitializerError |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public LinkageError(s String) in class java.lang.LinkageError |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public AbstractMethodError(s String) in class java.lang.AbstractMethodError |
From |
To |
|
Rename Parameter group : ThreadGroup to g : ThreadGroup in method public checkAccess(g ThreadGroup) : void in class java.lang.SecurityManager |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public SecurityException(s String) in class java.lang.SecurityException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IllegalAccessError(s String) in class java.lang.IllegalAccessError |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public IllegalStateException(s String) in class java.lang.IllegalStateException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ClassNotFoundException(s String) in class java.lang.ClassNotFoundException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public StringIndexOutOfBoundsException(s String) in class java.lang.StringIndexOutOfBoundsException |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public ArithmeticException(s String) in class java.lang.ArithmeticException |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public UnsupportedOperationException(message String) in class java.lang.UnsupportedOperationException |
From |
To |
|
Rename Parameter throwable : Throwable to cause : Throwable in method public RuntimeException(cause Throwable) in class java.lang.RuntimeException |
From |
To |
|
Rename Parameter detailMessage : String to message : String in method public Exception(message String) in class java.lang.Exception |
From |
To |
|
Rename Parameter throwable : Throwable to cause : Throwable in method public Exception(message String, cause Throwable) in class java.lang.Exception |
From |
To |
|
Rename Parameter throwable : Throwable to cause : Throwable in method public Exception(cause Throwable) in class java.lang.Exception |
From |
To |
|
Rename Parameter detailMessage : String to s : String in method public CloneNotSupportedException(s String) in class java.lang.CloneNotSupportedException |
From |
To |