-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
9
-
generic
-
generic
Low coverage rate of the fix for 8050804
Need to implement new tests to cover new code.
+ 985 | if (!jdkinternals.isEmpty()) {
- 986 | log.println();
- 987 | log.format("%-40s %s%n", "JDK Internal API", "Suggested Replacement");
- 988 | log.format("%-40s %s%n", "----------------", "---------------------");
- 989 | for (Map.Entry<String,String> e : jdkinternals.entrySet()) {
- 990 | log.format("%-40s %s%n", e.getKey(), e.getValue());
- 991 | }
Not covered code is marked with '-'.
Need to implement new tests to cover new code.
+ 985 | if (!jdkinternals.isEmpty()) {
- 986 | log.println();
- 987 | log.format("%-40s %s%n", "JDK Internal API", "Suggested Replacement");
- 988 | log.format("%-40s %s%n", "----------------", "---------------------");
- 989 | for (Map.Entry<String,String> e : jdkinternals.entrySet()) {
- 990 | log.format("%-40s %s%n", e.getKey(), e.getValue());
- 991 | }
Not covered code is marked with '-'.
- relates to
-
JDK-8050804 (jdeps) Recommend supported API to replace use of JDK internal API
- Resolved