Changeset 15239 in josm for trunk/test/unit
- Timestamp:
- 2019-07-10T23:04:18+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java
r14781 r15239 7 7 8 8 import java.awt.GraphicsEnvironment; 9 import java.awt.HeadlessException; 9 10 import java.util.Arrays; 10 11 import java.util.Collection; … … 54 55 55 56 Map<String, Throwable> loadingExceptions = PluginHandler.pluginLoadingExceptions.entrySet().stream() 57 .filter(e -> !(e.getValue() instanceof HeadlessException)) 56 58 .collect(Collectors.toMap(e -> e.getKey(), e -> ExceptionUtils.getRootCause(e.getValue()))); 57 59
Note:
See TracChangeset
for help on using the changeset viewer.