Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Nov 10, 2024
1 parent cf7a630 commit 9e2484f
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ private static boolean processFoundNode(UseExplicitEncodingFixCore fixcore,
if (!ASTNodes.usesGivenSignature(visited, Charset.class.getCanonicalName(), METHOD_FOR_NAME, String.class.getCanonicalName())) {
return true;
}





ASTNode encodingArg = arguments.get(0);

String encodingValue = null;
Expand All @@ -91,20 +86,6 @@ private static boolean processFoundNode(UseExplicitEncodingFixCore fixcore,
operations.add(fixcore.rewrite(visited, cb, holder));
return false;
}








// StringLiteral argstring3= (StringLiteral) arguments.get(0);
// if (!encodings.contains(argstring3.getLiteralValue().toUpperCase())) {
// return false;
// }
// holder.put(visited,encodingmap.get(argstring3.getLiteralValue().toUpperCase()));
// operations.add(fixcore.rewrite(visited, cb, holder));
return false;
}

Expand Down

0 comments on commit 9e2484f

Please sign in to comment.