You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/recipes/java/removeunusedimports.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
9
9
10
10
**org.openrewrite.java.RemoveUnusedImports**
11
11
12
-
_Remove imports for types that are not referenced. As a precaution against incorrect changes no imports will be removed from any source where unknown types are referenced. The most common cause of unknown types is the use of annotation processors not supported by OpenRewrite, such as lombok._
12
+
_Remove imports for types that are not referenced. As a precaution against incorrect changes no imports will be removed from any source where unknown types are referenced._
_Source files that were modified by the recipe run._
48
+
49
+
| Column Name | Description |
50
+
| ----------- | ----------- |
51
+
| Source path before the run | The source path of the file before the run. `null` when a source file was created during the run. |
52
+
| Source path after the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
53
+
| Parent of the recipe that made changes | In a hierarchical recipe, the parent of the recipe that made a change. Empty if this is the root of a hierarchy or if the recipe is not hierarchical at all. |
54
+
| Recipe that made changes | The specific recipe that made a change. |
55
+
| Estimated time saving | An estimated effort that a developer to fix manually instead of using this recipe, in unit of seconds. |
56
+
| Cycle | The recipe cycle in which the change was made. |
_Search results that were found during the recipe run._
66
+
67
+
| Column Name | Description |
68
+
| ----------- | ----------- |
69
+
| Source path of search result before the run | The source path of the file with the search result markers present. |
70
+
| Source path of search result after run the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
71
+
| Result | The trimmed printed tree of the LST element that the marker is attached to. |
72
+
| Description | The content of the description of the marker. |
73
+
| Recipe that added the search marker | The specific recipe that added the Search marker. |
_Source files that were modified by the recipe run._
48
+
49
+
| Column Name | Description |
50
+
| ----------- | ----------- |
51
+
| Source path before the run | The source path of the file before the run. `null` when a source file was created during the run. |
52
+
| Source path after the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
53
+
| Parent of the recipe that made changes | In a hierarchical recipe, the parent of the recipe that made a change. Empty if this is the root of a hierarchy or if the recipe is not hierarchical at all. |
54
+
| Recipe that made changes | The specific recipe that made a change. |
55
+
| Estimated time saving | An estimated effort that a developer to fix manually instead of using this recipe, in unit of seconds. |
56
+
| Cycle | The recipe cycle in which the change was made. |
_Search results that were found during the recipe run._
66
+
67
+
| Column Name | Description |
68
+
| ----------- | ----------- |
69
+
| Source path of search result before the run | The source path of the file with the search result markers present. |
70
+
| Source path of search result after run the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
71
+
| Result | The trimmed printed tree of the LST element that the marker is attached to. |
72
+
| Description | The content of the description of the marker. |
73
+
| Recipe that added the search marker | The specific recipe that added the Search marker. |
_Source files that were modified by the recipe run._
56
+
57
+
| Column Name | Description |
58
+
| ----------- | ----------- |
59
+
| Source path before the run | The source path of the file before the run. `null` when a source file was created during the run. |
60
+
| Source path after the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
61
+
| Parent of the recipe that made changes | In a hierarchical recipe, the parent of the recipe that made a change. Empty if this is the root of a hierarchy or if the recipe is not hierarchical at all. |
62
+
| Recipe that made changes | The specific recipe that made a change. |
63
+
| Estimated time saving | An estimated effort that a developer to fix manually instead of using this recipe, in unit of seconds. |
64
+
| Cycle | The recipe cycle in which the change was made. |
_Search results that were found during the recipe run._
74
+
75
+
| Column Name | Description |
76
+
| ----------- | ----------- |
77
+
| Source path of search result before the run | The source path of the file with the search result markers present. |
78
+
| Source path of search result after run the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
79
+
| Result | The trimmed printed tree of the LST element that the marker is attached to. |
80
+
| Description | The content of the description of the marker. |
81
+
| Recipe that added the search marker | The specific recipe that added the Search marker. |
_Source files that were modified by the recipe run._
48
+
49
+
| Column Name | Description |
50
+
| ----------- | ----------- |
51
+
| Source path before the run | The source path of the file before the run. `null` when a source file was created during the run. |
52
+
| Source path after the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
53
+
| Parent of the recipe that made changes | In a hierarchical recipe, the parent of the recipe that made a change. Empty if this is the root of a hierarchy or if the recipe is not hierarchical at all. |
54
+
| Recipe that made changes | The specific recipe that made a change. |
55
+
| Estimated time saving | An estimated effort that a developer to fix manually instead of using this recipe, in unit of seconds. |
56
+
| Cycle | The recipe cycle in which the change was made. |
_Search results that were found during the recipe run._
66
+
67
+
| Column Name | Description |
68
+
| ----------- | ----------- |
69
+
| Source path of search result before the run | The source path of the file with the search result markers present. |
70
+
| Source path of search result after run the run | A recipe may modify the source path. This is the path after the run. `null` when a source file was deleted during the run. |
71
+
| Result | The trimmed printed tree of the LST element that the marker is attached to. |
72
+
| Description | The content of the description of the marker. |
73
+
| Recipe that added the search marker | The specific recipe that added the Search marker. |
0 commit comments