We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a6c1d commit b6be468Copy full SHA for b6be468
src/main/java/org/openrewrite/java/migrate/search/AboutJavaVersion.java
@@ -49,12 +49,13 @@ public class AboutJavaVersion extends Recipe {
49
50
@Override
51
public String getDisplayName() {
52
- return "List calculated information about Java version on source files";
+ return "Find which Java version is in use";
53
}
54
55
56
public String getDescription() {
57
- return "A diagnostic for studying the applicability of Java version constraints.";
+ return "A diagnostic for studying the distribution of Java language version levels " +
58
+ "(both source and target compatibility across files and source sets).";
59
60
61
0 commit comments