File tree 5 files changed +0
-5
lines changed
src/main/java/io/github/jeddict/ai/fix
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ protected void performRewrite(JavaFix.TransformationContext tc) throws Exception
52
52
if (copy .toPhase (JavaSource .Phase .RESOLVED ).compareTo (JavaSource .Phase .RESOLVED ) < 0 ) {
53
53
return ;
54
54
}
55
- saveOpenEditor ();
56
55
57
56
Tree leaf = treePath .getLeaf ();
58
57
String content ;
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ protected void performRewrite(JavaFix.TransformationContext tc) throws Exception
68
68
if (copy .toPhase (JavaSource .Phase .RESOLVED ).compareTo (JavaSource .Phase .RESOLVED ) < 0 ) {
69
69
return ;
70
70
}
71
- saveOpenEditor ();
72
71
73
72
TreePath treePath = tc .getPath ();
74
73
Tree leaf = treePath .getLeaf ();
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ protected void performRewrite(JavaFix.TransformationContext tc) throws Exception
50
50
if (copy .toPhase (JavaSource .Phase .RESOLVED ).compareTo (JavaSource .Phase .RESOLVED ) < 0 ) {
51
51
return ;
52
52
}
53
- saveOpenEditor ();
54
53
55
54
TreePath treePath = tc .getPath ();
56
55
Tree leaf = treePath .getLeaf ();
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ protected void performRewrite(JavaFix.TransformationContext tc) throws Exception
47
47
if (copy .toPhase (JavaSource .Phase .RESOLVED ).compareTo (JavaSource .Phase .RESOLVED ) < 0 ) {
48
48
return ;
49
49
}
50
- saveOpenEditor ();
51
50
52
51
Tree leaf = treePath .getLeaf ();
53
52
if (leaf .getKind () != STRING_LITERAL ) {
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ protected void performRewrite(JavaFix.TransformationContext tc) throws Exception
60
60
if (copy .toPhase (JavaSource .Phase .RESOLVED ).compareTo (JavaSource .Phase .RESOLVED ) < 0 ) {
61
61
return ;
62
62
}
63
- saveOpenEditor (); // Assuming this is implemented elsewhere
64
63
65
64
TreePath treePath = tc .getPath ();
66
65
Tree leaf = treePath .getLeaf ();
You can’t perform that action at this time.
0 commit comments