-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b168
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179781 | 10 | Stuart Marks | P2 | Resolved | Fixed | b07 |
If dependent classes can't be found, it might result in a large amount of output of the form:
> error: can't find class org/hamcrest/MatcherAssert
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/StringDescription
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
It would be helpful to eliminate the duplicates, as they can overwhelm the rest of the output.
> error: can't find class org/hamcrest/MatcherAssert
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/StringDescription
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
> error: can't find class org/hamcrest/CoreMatchers
It would be helpful to eliminate the duplicates, as they can overwhelm the rest of the output.
- backported by
-
JDK-8179781 (jdeprscan) eliminate duplicate "can't find class" errors
-
- Resolved
-