@ -96,8 +101,7 @@ public class OrderComparator implements Comparator<Object> {
@@ -96,8 +101,7 @@ public class OrderComparator implements Comparator<Object> {
@ -149,8 +149,9 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@@ -149,8 +149,9 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
if(info.name.isEmpty()){
name=parameter.getParameterName();
if(name==null){
thrownewIllegalArgumentException("Name for argument type ["+parameter.getParameterType().getName()+
"] not available, and parameter name information not found in class file either.");
thrownewIllegalArgumentException(
"Name for argument of type ["+parameter.getNestedParameterType().getName()+
"] not specified, and parameter name information not found in class file either.");
@ -111,7 +111,7 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
@@ -111,7 +111,7 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
/* Whether the client is willfully closing the connection */
privatevolatilebooleanclosing=false;
privatevolatilebooleanclosing;
/**
@ -256,7 +256,7 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
@@ -256,7 +256,7 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
@ -271,10 +271,6 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
@@ -271,10 +271,6 @@ public class DefaultStompSession implements ConnectionHandlingStompSession {
@ -131,7 +131,6 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@@ -131,7 +131,6 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@ -170,8 +169,8 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@@ -170,8 +169,8 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
name=parameter.getParameterName();
if(name==null){
thrownewIllegalArgumentException(
"Name for argument type ["+parameter.getNestedParameterType().getName()+
"] not available, and parameter name information not found in class file either.");
"Name for argument of type ["+parameter.getNestedParameterType().getName()+
"] not specified, and parameter name information not found in class file either.");
@ -184,12 +183,12 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@@ -184,12 +183,12 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
@ -144,9 +144,9 @@ public abstract class AbstractNamedValueArgumentResolver extends HandlerMethodAr
@@ -144,9 +144,9 @@ public abstract class AbstractNamedValueArgumentResolver extends HandlerMethodAr