File tree Expand file tree Collapse file tree
sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -956,10 +956,11 @@ public boolean visit(MethodInvocation node) {
956956 optionals .add (qn );
957957 }
958958 }
959- //sgurin: fix for bug http://sourceforge.net/tracker/?func=det ail&aid=3037341&group_id=155436&atid=795800
960- String methodOwnerClassName = resolveMethodBinding .getDeclaringClass ().getQualifiedName ();
961- if (methodOwnerClassName !=null && !methodOwnerClassName .equals ("" ))
962- requires .add (methodOwnerClassName );
959+ //the ofllowing fix introduces an error... reverting fix until a solution is found
960+ // //sgurin: fix for bug http://sourceforge.net/tracker/?func=det ail&aid=3037341&group_id=155436&atid=795800
961+ // String methodOwnerClassName = resolveMethodBinding.getDeclaringClass().getQualifiedName();
962+ // if(methodOwnerClassName!=null && !methodOwnerClassName.equals(""))
963+ // requires.add(methodOwnerClassName);
963964 }
964965 return super .visit (node );
965966 }
You can’t perform that action at this time.
0 commit comments