Skip to content

Commit

Permalink
FixMethodOrderJUnitPlugin.java aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Nov 17, 2024
1 parent 67aeebe commit 04f14f3
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ private boolean processFoundNodeRunWith(JUnitCleanUpFixCore fixcore,
@Override
public void rewrite(JUnitCleanUpFixCore upp, final ReferenceHolder<Integer, JunitHolder> hit,
final CompilationUnitRewrite cuRewrite, TextEditGroup group) {
ASTRewrite rewrite= cuRewrite.getASTRewrite();
AST ast= cuRewrite.getRoot().getAST();
ImportRewrite importrewriter= cuRewrite.getImportRewrite();
for (Entry<Integer, JunitHolder> entry : hit.entrySet()) {
JunitHolder mh= entry.getValue();
@SuppressWarnings("unused")
Annotation minv= mh.getAnnotation();
}
// ASTRewrite rewrite= cuRewrite.getASTRewrite();
// AST ast= cuRewrite.getRoot().getAST();
// ImportRewrite importrewriter= cuRewrite.getImportRewrite();
// for (Entry<Integer, JunitHolder> entry : hit.entrySet()) {
//JunitHolder mh= entry.getValue();
// @SuppressWarnings("unused")
// Annotation minv= mh.getAnnotation();
// }
}

@Override
Expand Down

0 comments on commit 04f14f3

Please sign in to comment.