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: manpages/jurand.1.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ jurand - remove dependency declarations or annotations from Java source files
13
13
This tool removes annotations, corresponding *import* statements and modular *requires* statements from Java source files.
14
14
15
15
The tool can be used for patching Java sources in cases where using sed is insufficient due to Java language syntax.
16
-
The tool follows Java language rules rather than applying simple regular expressions on the source code.
16
+
It follows Java language rules rather than applying simple regular expressions on the source code.
17
17
18
18
The tool matches all non-whitespace content following the 'import [static]' statement against all patterns provided via the *-p* flag and all simple class names against names provided by the *-n* flag.
19
19
@@ -24,7 +24,7 @@ File path arguments are handled the following way:
24
24
* Symlinks are ignored.
25
25
* Regular files are handled regardless of the file name.
26
26
* Directories are traversed recursively and all *.java* files are handled.
27
-
* *module-info.java* files are handled specifically.
27
+
* Files named *module-info.java* are handled specifically.
0 commit comments