From 647e88440a083ed1ec0e057fb2d23bbb825003a9 Mon Sep 17 00:00:00 2001 From: aieque Date: Mon, 4 Jan 2021 10:37:01 +0100 Subject: [PATCH] Restructured the PPU.q --- .metadata/.log | 13209 ++++++++++++++++ .../.safetable/org.eclipse.core.resources | Bin 1735 -> 15775 bytes .../org.eclipse.e4.workbench/workbench.xmi | 5589 +++---- .../org.eclipse.jdt.core/savedIndexNames.txt | 1 + .../0.log | 924 ++ .../application/Application.java | 5 +- .../main/java/playingcoffee/core/GameBoy.java | 2 +- .../main/java/playingcoffee/core/cpu/CPU.java | 2 +- .../interrupt/InterruptManager.java | 2 +- .../src/main/java/playingcoffee/ppu/PPU.java | 280 +- .../main/java/playingcoffee/ppu/PPUOld.java | 237 + .../java/playingcoffee/ppu/PPURegisters.java | 37 +- .../src/main/java/playingcoffee/ppu/VRAM.java | 9 +- .../playingcoffee/ppu/mode/HBlankMode.java | 38 + .../playingcoffee/ppu/mode/OAMSearchMode.java | 34 + .../java/playingcoffee/ppu/mode/PPUMode.java | 15 + .../ppu/mode/PixelTransferMode.java | 36 + .../playingcoffee/ppu/mode/VBlankMode.java | 35 + 18 files changed, 17450 insertions(+), 3005 deletions(-) create mode 100644 playing-coffee/src/main/java/playingcoffee/ppu/PPUOld.java create mode 100644 playing-coffee/src/main/java/playingcoffee/ppu/mode/HBlankMode.java create mode 100644 playing-coffee/src/main/java/playingcoffee/ppu/mode/OAMSearchMode.java create mode 100644 playing-coffee/src/main/java/playingcoffee/ppu/mode/PPUMode.java create mode 100644 playing-coffee/src/main/java/playingcoffee/ppu/mode/PixelTransferMode.java create mode 100644 playing-coffee/src/main/java/playingcoffee/ppu/mode/VBlankMode.java diff --git a/.metadata/.log b/.metadata/.log index 8a3c0fc..cd26bcd 100644 --- a/.metadata/.log +++ b/.metadata/.log @@ -324,3 +324,13212 @@ Binding(ALT+T, !ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 07:29:42.042 !MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:07:40.945 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:07:40.951 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:08:16.362 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:08:16.366 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:08:45.792 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:08:45.794 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:09:22.525 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:09:22.527 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:09:40.559 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:09:40.561 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:14.738 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:14.742 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:20.473 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:20.477 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:32.123 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:32.125 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:50.580 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:50.583 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:53.942 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:10:53.944 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:10.963 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:10.965 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:15.958 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:15.960 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:17.044 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:17.046 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:22.913 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:22.915 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:28.292 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:13:28.294 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:36.416 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:36.418 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:40.497 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:40.500 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:44.096 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:44.099 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:47.278 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:14:47.280 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:15:27.406 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:15:27.411 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:15:31.149 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:15:31.151 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:14.520 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:14.522 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:20.238 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:20.240 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:22.671 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:22.672 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:27.014 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:27.016 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:50.673 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:17:50.675 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:18:19.155 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:18:19.157 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:18:20.272 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:18:20.274 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:18:27.626 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:18:27.628 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:19:42.512 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:19:42.514 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:07.332 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:07.334 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:45.227 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:45.229 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:52.197 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:52.199 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:55.884 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:20:55.885 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:21:00.077 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:21:00.079 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:21:07.061 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:21:07.063 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:21:12.505 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:21:12.507 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:22:08.820 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:22:08.822 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:22:16.651 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:22:16.654 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:25:03.771 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:25:03.773 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:06.268 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:06.272 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:07.428 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:07.430 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:10.597 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:10.599 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:14.187 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:14.189 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:30.458 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:30.460 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:47.591 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:27:47.593 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:40:44.846 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:40:44.849 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:40:46.032 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:40:46.033 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:08.576 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:08.578 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:17.484 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:17.486 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:22.223 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:22.225 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:39.803 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:39.805 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:49.928 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:42:49.930 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:43:50.841 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:43:50.843 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:11.645 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:11.647 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:28.146 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:28.148 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:29.338 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:29.348 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:51.076 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:44:51.078 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:45:17.368 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:45:17.370 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:45:40.599 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:45:40.601 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:45:41.919 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:45:41.921 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:46:43.737 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:46:43.739 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:46:47.236 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:46:47.238 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:15.922 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:15.924 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:28.525 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:28.527 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:36.748 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:36.750 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:45.623 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:45.625 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:51.886 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:51.888 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:53.483 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:47:53.485 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:01.267 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:01.269 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:13.969 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:13.970 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:19.445 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:19.446 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:26.460 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:48:26.461 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:03.073 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:03.075 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:18.318 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:18.320 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:23.069 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:23.071 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:50.160 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:49:50.161 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:02.000 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:02.002 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:10.014 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:10.016 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:23.936 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:23.938 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:25.427 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:50:25.428 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:16.960 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:16.963 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:24.132 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:24.134 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:39.617 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:39.619 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:48.319 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:48.321 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:53.835 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:51:53.837 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:52:09.997 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:52:09.998 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:52:42.750 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:52:42.752 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:52:51.417 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:52:51.419 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:53:01.386 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:53:01.388 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:53:09.489 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:53:09.491 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:53:30.691 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:53:30.693 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:54:26.744 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:54:26.746 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:54:38.899 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:54:38.902 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:54:45.677 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:54:45.679 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:58:05.870 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:58:05.872 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:59:38.549 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:59:38.552 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:59:47.533 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:59:47.535 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:59:57.737 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 08:59:57.738 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:02:37.990 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:02:37.992 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:02:42.769 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:02:42.771 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:03:04.016 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:03:04.018 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:04:37.687 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:04:37.689 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:04.215 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:04.218 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:07.802 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:07.804 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:24.393 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:24.394 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:26.742 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:26.744 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:36.182 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:36.184 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:42.123 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:42.125 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:44.185 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:08:44.187 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:09:26.429 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:09:26.431 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:09:29.948 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:09:29.950 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:09:42.315 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:09:42.318 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:38.164 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:38.164 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:42.831 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:42.833 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:46.729 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:46.730 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:50.724 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:10:50.726 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:27.433 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:27.434 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:33.883 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:33.885 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:41.236 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:41.238 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:45.269 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:11:45.271 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:24.372 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:24.373 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:27.153 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:27.155 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:29.165 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:29.167 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:44.551 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:12:44.552 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:13:00.079 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:13:00.081 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:13:41.112 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:13:41.115 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:13:45.826 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:13:45.828 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:43.267 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:43.269 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:44.278 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:44.279 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:51.370 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:51.371 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:58.535 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:15:58.536 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:17.110 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:17.111 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:22.713 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:22.715 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:49.933 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:49.934 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:57.076 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:16:57.078 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:17.820 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:17.821 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:18.883 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:18.885 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:28.914 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:28.916 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:30.378 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:30.379 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:37.437 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:37.438 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:59.638 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:17:59.639 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:18:03.674 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:18:03.675 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:18:56.052 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:18:56.054 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:19:01.399 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:19:01.401 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:19:16.730 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:19:16.732 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:19:19.701 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:19:19.703 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:04.036 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:04.039 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:29.460 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:29.462 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:40.474 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:40.476 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:45.247 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:27:45.249 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:15.076 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:15.078 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:24.268 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:24.270 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:35.172 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:35.174 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:36.931 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:28:36.932 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.069 +!MESSAGE Cannot handle com.sun.istack [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.070 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.jaxp.datatype [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DatatypeFactoryImpl.class (not open) + DurationDayTimeImpl.class (not open) + DurationImpl$1.class (not open) + DurationImpl$DurationStream.class (not open) + DurationImpl.class (not open) + DurationYearMonthImpl.class (not open) + XMLGregorianCalendarImpl$1.class (not open) + XMLGregorianCalendarImpl$Parser.class (not open) + XMLGregorianCalendarImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.070 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.stax.events [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributeBase.class (not open) + CharactersEvent.class (not open) + CommentEvent.class (not open) + DTDEvent.class (not open) + EmptyIterator.class (not open) + EndDocumentEvent.class (not open) + EndElementEvent.class (not open) + EntityDeclarationImpl.class (not open) + EntityReferenceEvent.class (not open) + EventBase.class (not open) + NamespaceBase.class (not open) + ProcessingInstructionEvent.class (not open) + ReadIterator.class (not open) + StAXEventAllocatorBase.class (not open) + StAXEventReader.class (not open) + StAXEventWriter.class (not open) + StAXFilteredEvent.class (not open) + StartDocumentEvent.class (not open) + StartElementEvent.class (not open) + Util.class (not open) + XMLConstants.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.071 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.prism.sw [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PSWDrawable.class (not open) + PSWRenderer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.071 +!MESSAGE Cannot handle com.sun.xml.internal.bind [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.071 +!MESSAGE Cannot handle com.sun.image [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.072 +!MESSAGE Cannot handle com.sun.java.accessibility.util.java [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jaccess.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.072 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.resolver.helpers [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BootstrapResolver.class (not open) + Debug.class (not open) + FileURL.class (not open) + Namespaces.class (not open) + PublicId.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.072 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xs.traversers [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Container.class (not open) + LargeContainer.class (not open) + OneAttr.class (not open) + SchemaContentHandler.class (not open) + SmallContainer.class (not open) + StAXSchemaParser.class (not open) + XSAnnotationInfo.class (not open) + XSAttributeChecker.class (not open) + XSDAbstractIDConstraintTraverser.class (not open) + XSDAbstractParticleTraverser$ParticleArray.class (not open) + XSDAbstractParticleTraverser.class (not open) + XSDAbstractTraverser$FacetInfo.class (not open) + XSDAbstractTraverser.class (not open) + XSDAttributeGroupTraverser.class (not open) + XSDAttributeTraverser.class (not open) + XSDComplexTypeTraverser$ComplexTypeRecoverableError.class (not open) + XSDComplexTypeTraverser.class (not open) + XSDElementTraverser.class (not open) + XSDGroupTraverser.class (not open) + XSDHandler$1.class (not open) + XSDHandler$SAX2XNIUtil.class (not open) + XSDHandler$XSAnnotationGrammarPool.class (not open) + XSDHandler$XSDKey.class (not open) + XSDHandler.class (not open) + XSDKeyrefTraverser.class (not open) + XSDNotationTraverser.class (not open) + XSDSimpleTypeTraverser.class (not open) + XSDUniqueOrKeyTraverser.class (not open) + XSDWildcardTraverser.class (not open) + XSDocumentInfo.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.073 +!MESSAGE Cannot handle com.sun.jmx.remote.protocol.rmi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientProvider.class (not open) + ServerProvider.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.073 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.jaxp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DefaultValidationErrorHandler.class (not open) + DocumentBuilderFactoryImpl.class (not open) + DocumentBuilderImpl.class (not open) + JAXPConstants.class (not open) + JAXPValidatorComponent$1.class (not open) + JAXPValidatorComponent$2.class (not open) + JAXPValidatorComponent$3.class (not open) + JAXPValidatorComponent$DraconianErrorHandler.class (not open) + JAXPValidatorComponent$SAX2XNI.class (not open) + JAXPValidatorComponent$XNI2SAX.class (not open) + JAXPValidatorComponent.class (not open) + SAXParserFactoryImpl.class (not open) + SAXParserImpl$JAXPSAXParser.class (not open) + SAXParserImpl.class (not open) + SchemaValidatorConfiguration.class (not open) + TeeXMLDocumentFilterImpl.class (not open) + UnparsedEntityHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.073 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.xni.parser [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XMLComponent.class (not open) + XMLComponentManager.class (not open) + XMLConfigurationException.class (not open) + XMLDTDContentModelFilter.class (not open) + XMLDTDContentModelSource.class (not open) + XMLDTDFilter.class (not open) + XMLDTDScanner.class (not open) + XMLDTDSource.class (not open) + XMLDocumentFilter.class (not open) + XMLDocumentScanner.class (not open) + XMLDocumentSource.class (not open) + XMLEntityResolver.class (not open) + XMLErrorHandler.class (not open) + XMLInputSource.class (not open) + XMLParseException.class (not open) + XMLParserConfiguration.class (not open) + XMLPullParserConfiguration.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.074 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ActionBasedOperationFinder.class (not open) + ActionBasedOperationSignature.class (not open) + DispatchException.class (not open) + OperationDispatcher.class (not open) + PayloadQNameBasedOperationFinder.class (not open) + SDDocumentResolver.class (not open) + SOAPActionBasedOperationFinder.class (not open) + WSDLOperationFinder$WSDLOperationMappingImpl.class (not open) + WSDLOperationFinder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.074 +!MESSAGE Cannot handle com.sun.javafx.text [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CharArrayIterator.class (not open) + GlyphLayout.class (not open) + LayoutCache.class (not open) + PrismTextLayout.class (not open) + PrismTextLayoutFactory.class (not open) + ScriptMapper.class (not open) + TextLine.class (not open) + TextRun.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.074 +!MESSAGE Cannot handle com.sun.corba.se.impl.corba [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AnyImpl$1.class (not open) + AnyImpl$AnyInputStream.class (not open) + AnyImpl$AnyOutputStream$1.class (not open) + AnyImpl$AnyOutputStream.class (not open) + AnyImpl.class (not open) + AnyImplHelper.class (not open) + AsynchInvoke.class (not open) + CORBAObjectImpl.class (not open) + ContextImpl.class (not open) + ContextListImpl.class (not open) + EnvironmentImpl.class (not open) + ExceptionListImpl.class (not open) + NVListImpl.class (not open) + NamedValueImpl.class (not open) + PrincipalImpl.class (not open) + RequestImpl.class (not open) + ServerRequestImpl.class (not open) + TCUtility.class (not open) + TypeCodeFactory.class (not open) + TypeCodeImpl.class (not open) + TypeCodeImplHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.075 +!MESSAGE Cannot handle com.sun.net.httpserver.spi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + HttpServerProvider$1.class (not open) + HttpServerProvider.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.075 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.templates [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Constants.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.076 +!MESSAGE Cannot handle com.sun.javafx.scene.input [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DragboardHelper$DragboardAccessor.class (not open) + DragboardHelper.class (not open) + ExtendedInputMethodRequests.class + interface ExtendedInputMethodRequests + InputEventUtils.class + class InputEventUtils + KeyCodeMap.class (not open) + PickResultChooser.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.076 +!MESSAGE Cannot handle com.sun.media.jfxmedia.effects [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AudioEqualizer.class (not open) + AudioSpectrum.class (not open) + EqualizerBand.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.076 +!MESSAGE Cannot handle com.sun.jndi.toolkit [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.077 +!MESSAGE Cannot handle com.sun.xml.internal.ws.transport [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DeferredTransportPipe.class (not open) + Headers$1.class (not open) + Headers$InsensitiveComparator.class (not open) + Headers.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.077 +!MESSAGE Cannot handle com.sun.corba.se.pept.broker [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Broker.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.077 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.hw.d3d [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + D3DShaderSource.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.078 +!MESSAGE Cannot handle com.sun.jmx.remote.protocol.iiop [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientProvider.class (not open) + IIOPProxyImpl$1.class (not open) + IIOPProxyImpl.class (not open) + ProxyInputStream.class (not open) + ServerProvider.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.078 +!MESSAGE Cannot handle com.sun.corba.se.spi.oa [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + NullServant.class (not open) + OADefault.class (not open) + OADestroyed.class (not open) + OAInvocationInfo.class (not open) + ObjectAdapter.class + interface ObjectAdapter + ObjectAdapterBase.class + class ObjectAdapterBase + ObjectAdapterFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.078 +!MESSAGE Cannot handle com.sun.xml.internal.ws.spi.db [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BindingContext.class (not open) + BindingContextFactory$1.class (not open) + BindingContextFactory.class (not open) + BindingHelper.class (not open) + BindingInfo.class (not open) + DatabindingException.class (not open) + DatabindingProvider.class (not open) + FieldGetter$PrivilegedGetter.class (not open) + FieldGetter.class (not open) + FieldSetter$1.class (not open) + FieldSetter.class (not open) + JAXBWrapperAccessor$1.class (not open) + JAXBWrapperAccessor$2.class (not open) + JAXBWrapperAccessor.class (not open) + MethodGetter$PrivilegedGetter.class (not open) + MethodGetter.class (not open) + MethodSetter$1.class (not open) + MethodSetter.class (not open) + OldBridge.class (not open) + PropertyAccessor.class (not open) + PropertyGetter.class (not open) + PropertyGetterBase.class (not open) + PropertySetter.class (not open) + PropertySetterBase.class (not open) + RepeatedElementBridge$1.class (not open) + RepeatedElementBridge$2.class (not open) + RepeatedElementBridge$ArrayHandler$1.class (not open) + RepeatedElementBridge$ArrayHandler.class (not open) + RepeatedElementBridge$BaseCollectionHandler.class (not open) + RepeatedElementBridge$CollectionHandler.class (not open) + RepeatedElementBridge.class (not open) + TypeInfo.class (not open) + Utils$1.class (not open) + Utils.class (not open) + WrapperAccessor$1.class (not open) + WrapperAccessor.class (not open) + WrapperBridge$1.class (not open) + WrapperBridge.class (not open) + WrapperComposite.class (not open) + XMLBridge.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.079 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.soap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.079 +!MESSAGE Cannot handle com.sun.xml.internal.ws.server.sei [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EndpointArgumentsBuilder$1.class (not open) + EndpointArgumentsBuilder$AttachmentBuilder.class (not open) + EndpointArgumentsBuilder$Body.class (not open) + EndpointArgumentsBuilder$ByteArrayBuilder.class (not open) + EndpointArgumentsBuilder$Composite.class (not open) + EndpointArgumentsBuilder$DataHandlerBuilder.class (not open) + EndpointArgumentsBuilder$DocLit$PartBuilder.class (not open) + EndpointArgumentsBuilder$DocLit.class (not open) + EndpointArgumentsBuilder$Header.class (not open) + EndpointArgumentsBuilder$ImageBuilder.class (not open) + EndpointArgumentsBuilder$InputStreamBuilder.class (not open) + EndpointArgumentsBuilder$JAXBBuilder.class (not open) + EndpointArgumentsBuilder$None.class (not open) + EndpointArgumentsBuilder$NullSetter.class (not open) + EndpointArgumentsBuilder$RpcLit.class (not open) + EndpointArgumentsBuilder$SourceBuilder.class (not open) + EndpointArgumentsBuilder$StringBuilder.class (not open) + EndpointArgumentsBuilder$WrappedPartBuilder.class (not open) + EndpointArgumentsBuilder.class (not open) + EndpointResponseMessageBuilder$Bare.class (not open) + EndpointResponseMessageBuilder$DocLit.class (not open) + EndpointResponseMessageBuilder$Empty.class (not open) + EndpointResponseMessageBuilder$JAXB.class (not open) + EndpointResponseMessageBuilder$RpcLit.class (not open) + EndpointResponseMessageBuilder$Wrapped.class (not open) + EndpointResponseMessageBuilder.class (not open) + EndpointValueSetter$1.class (not open) + EndpointValueSetter$HolderParam.class (not open) + EndpointValueSetter$Param.class (not open) + EndpointValueSetter.class (not open) + Invoker.class (not open) + InvokerSource.class (not open) + InvokerTube.class (not open) + MessageFiller$AttachmentFiller.class (not open) + MessageFiller$ByteArrayFiller.class (not open) + MessageFiller$DataHandlerFiller.class (not open) + MessageFiller$Header.class (not open) + MessageFiller$JAXBFiller.class (not open) + MessageFiller.class (not open) + SEIInvokerTube.class (not open) + TieHandler$1.class (not open) + TieHandler.class (not open) + ValueGetter$1.class (not open) + ValueGetter$2.class (not open) + ValueGetter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.079 +!MESSAGE Cannot handle com.sun.corba.se.internal.CosNaming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BootstrapServer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.080 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl.writer [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DocumentLocationResolver.class (not open) + TXWContentHandler.class (not open) + UsingAddressing.class (not open) + W3CAddressingMetadataWSDLGeneratorExtension.class (not open) + W3CAddressingWSDLGeneratorExtension.class (not open) + WSDLGenerator$1.class (not open) + WSDLGenerator$CommentFilter.class (not open) + WSDLGenerator$JAXWSOutputSchemaResolver.class (not open) + WSDLGenerator.class (not open) + WSDLGeneratorExtensionFacade.class (not open) + WSDLPatcher.class (not open) + WSDLResolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.080 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.soap.dynamic [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SOAPFactoryDynamicImpl.class (not open) + SOAPMessageFactoryDynamicImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.080 +!MESSAGE Cannot handle com.sun.xml.internal.ws.server.provider [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AsyncProviderInvokerTube$1.class (not open) + AsyncProviderInvokerTube$AsyncProviderCallbackImpl.class (not open) + AsyncProviderInvokerTube$AsyncWebServiceContext.class (not open) + AsyncProviderInvokerTube$FiberResumer.class (not open) + AsyncProviderInvokerTube$NoSuspendResumer.class (not open) + AsyncProviderInvokerTube$Resumer.class (not open) + AsyncProviderInvokerTube.class (not open) + MessageProviderArgumentBuilder.class (not open) + ProviderArgumentsBuilder$PacketProviderArgumentsBuilder.class (not open) + ProviderArgumentsBuilder.class (not open) + ProviderEndpointModel.class (not open) + ProviderInvokerTube.class (not open) + SOAPProviderArgumentBuilder$1.class (not open) + SOAPProviderArgumentBuilder$MessageSource.class (not open) + SOAPProviderArgumentBuilder$PayloadSource.class (not open) + SOAPProviderArgumentBuilder$SOAPMessageParameter.class (not open) + SOAPProviderArgumentBuilder.class (not open) + SyncProviderInvokerTube.class (not open) + XMLProviderArgumentBuilder$1.class (not open) + XMLProviderArgumentBuilder$DataSourceParameter.class (not open) + XMLProviderArgumentBuilder$PayloadSource.class (not open) + XMLProviderArgumentBuilder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.081 +!MESSAGE Cannot handle com.sun.security.auth.login [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ConfigFile.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.081 +!MESSAGE Cannot handle com.sun.xml.internal.ws.org [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.082 +!MESSAGE Cannot handle com.sun.media.jfxmedia.events [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AudioSpectrumEvent.class (not open) + AudioSpectrumListener.class (not open) + BufferListener.class (not open) + BufferProgressEvent.class (not open) + MarkerEvent.class (not open) + MarkerListener.class (not open) + MediaErrorListener.class (not open) + MetadataListener.class (not open) + NewFrameEvent.class + class NewFrameEvent + PlayerEvent.class (not open) + PlayerStateEvent$PlayerState.class (not open) + PlayerStateEvent.class (not open) + PlayerStateListener.class (not open) + PlayerTimeListener.class (not open) + VideoFrameRateListener.class (not open) + VideoRendererListener.class (not open) + VideoTrackSizeListener.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.082 +!MESSAGE Cannot handle com.sun.xml.internal.ws.client.dispatch [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DataSourceDispatch$1.class (not open) + DataSourceDispatch.class (not open) + DispatchImpl$DispatchAsyncInvoker$1.class (not open) + DispatchImpl$DispatchAsyncInvoker.class (not open) + DispatchImpl$Invoker.class (not open) + DispatchImpl.class (not open) + JAXBDispatch$1.class (not open) + JAXBDispatch.class (not open) + MessageDispatch.class (not open) + PacketDispatch.class (not open) + RESTSourceDispatch.class (not open) + SOAPMessageDispatch.class (not open) + SOAPSourceDispatch$1.class (not open) + SOAPSourceDispatch.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.082 +!MESSAGE Cannot handle com.sun.javafx.css.parser [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CSSLexer$1.class (not open) + CSSLexer$2.class (not open) + CSSLexer$InstanceHolder.class (not open) + CSSLexer$UnitsState.class (not open) + CSSLexer.class (not open) + CSSParser$1.class (not open) + CSSParser$ParseException.class (not open) + CSSParser$Term.class (not open) + CSSParser.class (not open) + Css2Bin.class (not open) + DeriveColorConverter$1.class (not open) + DeriveColorConverter$Holder.class (not open) + DeriveColorConverter.class (not open) + DeriveSizeConverter$1.class (not open) + DeriveSizeConverter$Holder.class (not open) + DeriveSizeConverter.class (not open) + LadderConverter$1.class (not open) + LadderConverter$Holder.class (not open) + LadderConverter.class (not open) + LexerState.class (not open) + Recognizer.class (not open) + StopConverter$1.class (not open) + StopConverter$Holder.class (not open) + StopConverter.class (not open) + Token.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.083 +!MESSAGE Cannot handle com.sun.javafx.beans [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + IDProperty.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.083 +!MESSAGE Cannot handle com.sun.beans.finder [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractFinder.class (not open) + BeanInfoFinder.class (not open) + ClassFinder.class (not open) + ConstructorFinder$1.class (not open) + ConstructorFinder.class (not open) + FieldFinder.class (not open) + InstanceFinder.class (not open) + MethodFinder$1.class (not open) + MethodFinder.class (not open) + PersistenceDelegateFinder.class (not open) + PrimitiveTypeMap.class (not open) + PrimitiveWrapperMap.class (not open) + PropertyEditorFinder.class (not open) + Signature.class (not open) + SignatureException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.083 +!MESSAGE Cannot handle com.sun.javafx.font [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AndroidFontFinder$1.class (not open) + AndroidFontFinder.class (not open) + CMap$CMapFormat0.class (not open) + CMap$CMapFormat10.class (not open) + CMap$CMapFormat12.class (not open) + CMap$CMapFormat2.class (not open) + CMap$CMapFormat4.class (not open) + CMap$CMapFormat6.class (not open) + CMap$CMapFormat8.class (not open) + CMap$NullCMapClass.class (not open) + CMap.class (not open) + CharToGlyphMapper.class (not open) + CompositeFontResource.class (not open) + CompositeGlyphMapper.class (not open) + CompositeStrike.class (not open) + CompositeStrikeDisposer.class (not open) + DFontDecoder.class (not open) + Disposer$1.class (not open) + Disposer.class (not open) + DisposerRecord.class (not open) + FallbackResource.class (not open) + FontConfigManager$EmbeddedFontSupport.class (not open) + FontConfigManager$FcCompFont.class (not open) + FontConfigManager$FontConfigFont.class (not open) + FontConfigManager.class (not open) + FontConstants.class (not open) + FontFactory.class (not open) + FontFileReader$Buffer.class (not open) + FontFileReader.class (not open) + FontFileWriter$FontTracker$TempFileDeletionHook.class (not open) + FontFileWriter$FontTracker.class (not open) + FontFileWriter.class (not open) + FontResource.class (not open) + FontStrike.class (not open) + FontStrikeDesc.class (not open) + Glyph.class (not open) + LogicalFont.class (not open) + MacFontFinder.class (not open) + Metrics.class (not open) + OpenTypeGlyphMapper.class (not open) + PGFont.class (not open) + PrismCompositeFontResource.class (not open) + PrismFont.class (not open) + PrismFontFactory$1.class (not open) + PrismFontFactory$TTFilter.class (not open) + PrismFontFactory.class (not open) + PrismFontFile$DirectoryEntry.class (not open) + PrismFontFile$FileDisposer.class (not open) + PrismFontFile.class (not open) + PrismFontLoader.class (not open) + PrismFontStrike.class (not open) + PrismFontUtils.class (not open) + PrismMetrics.class (not open) + WindowsFontMap$FamilyDescription.class (not open) + WindowsFontMap.class (not open) + WoffDecoder$WoffDirectoryEntry.class (not open) + WoffDecoder$WoffHeader.class (not open) + WoffDecoder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.084 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.runtime.output [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + OutputBuffer.class (not open) + StringOutputBuffer.class (not open) + TransletOutputHandlerFactory.class (not open) + WriterOutputBuffer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.084 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl.writer.document [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Binding.class (not open) + BindingOperationType.class (not open) + Definitions.class (not open) + Documented.class (not open) + Fault.class (not open) + FaultType.class (not open) + Import.class (not open) + Message.class (not open) + OpenAtts.class (not open) + Operation.class (not open) + ParamType.class (not open) + Part.class (not open) + Port.class (not open) + PortType.class (not open) + Service.class (not open) + StartWithExtensionsType.class (not open) + Types.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.084 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Arg.class (not open) + CachedXPathAPI.class (not open) + Expression.class (not open) + ExpressionNode.class (not open) + ExpressionOwner.class (not open) + ExtensionsProvider.class (not open) + FoundIndex.class (not open) + NodeSet.class (not open) + NodeSetDTM.class (not open) + SourceTree.class (not open) + SourceTreeManager.class (not open) + VariableStack.class (not open) + WhitespaceStrippingElementMatcher.class (not open) + XPath.class (not open) + XPathAPI.class (not open) + XPathContext$XPathExpressionContext.class (not open) + XPathContext.class (not open) + XPathException.class (not open) + XPathFactory.class (not open) + XPathProcessorException.class (not open) + XPathVisitable.class (not open) + XPathVisitor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.085 +!MESSAGE Cannot handle com.sun.rowset.providers [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + RIOptimisticProvider.class (not open) + RIXMLProvider.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.085 +!MESSAGE Cannot handle com.sun.javafx.scene.layout [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.085 +!MESSAGE Cannot handle com.sun.javafx.embed [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AbstractEvents.class (not open) + EmbeddedSceneDSInterface.class (not open) + EmbeddedSceneDTInterface.class (not open) + EmbeddedSceneInterface.class (not open) + EmbeddedStageInterface.class (not open) + HostDragStartListener.class (not open) + HostInterface.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.086 +!MESSAGE Cannot handle com.sun.javafx.geometry [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BoundsUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.086 +!MESSAGE Cannot handle com.sun.beans.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Cache$1.class (not open) + Cache$Kind$Soft.class (not open) + Cache$Kind$Strong.class (not open) + Cache$Kind$Weak.class (not open) + Cache$Ref.class (not open) + Cache$CacheEntry.class (not open) + Cache$Kind$3.class (not open) + Cache$Kind$2.class (not open) + Cache$Kind$1.class (not open) + Cache$Kind.class (not open) + Cache.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.086 +!MESSAGE Cannot handle com.sun.corba.se.impl.ior [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ByteBuffer.class (not open) + EncapsulationUtility.class (not open) + FreezableList.class (not open) + GenericIdentifiable.class (not open) + GenericTaggedComponent.class (not open) + GenericTaggedProfile.class (not open) + Handler.class (not open) + IORImpl.class (not open) + IORTemplateImpl.class (not open) + IORTemplateListImpl.class (not open) + IdentifiableFactoryFinderBase.class (not open) + JIDLObjectKeyTemplate.class (not open) + NewObjectKeyTemplateBase.class + class NewObjectKeyTemplateBase + ObjectAdapterIdArray.class (not open) + ObjectAdapterIdBase.class (not open) + ObjectAdapterIdNumber.class (not open) + ObjectIdImpl.class (not open) + ObjectKeyFactoryImpl$1.class (not open) + ObjectKeyFactoryImpl$2.class (not open) + ObjectKeyFactoryImpl.class (not open) + ObjectKeyImpl.class (not open) + ObjectKeyTemplateBase.class (not open) + ObjectReferenceFactoryImpl.class (not open) + ObjectReferenceProducerBase.class (not open) + ObjectReferenceTemplateImpl.class (not open) + OldJIDLObjectKeyTemplate.class (not open) + OldObjectKeyTemplateBase.class (not open) + OldPOAObjectKeyTemplate.class (not open) + POAObjectKeyTemplate.class (not open) + StubIORImpl.class (not open) + TaggedComponentFactoryFinderImpl.class (not open) + TaggedProfileFactoryFinderImpl.class (not open) + TaggedProfileTemplateFactoryFinderImpl.class (not open) + WireObjectKeyTemplate.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.087 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.resolver [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Catalog.class (not open) + CatalogEntry.class (not open) + CatalogException.class (not open) + CatalogManager.class (not open) + Resolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.087 +!MESSAGE Cannot handle com.sun.jmx.snmp.mpm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SnmpMsgTranslator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.087 +!MESSAGE Cannot handle com.sun.javafx.geom [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Arc2D.class (not open) + ArcIterator.class (not open) + Area.class (not open) + AreaIterator.class (not open) + AreaOp$1.class (not open) + AreaOp$AddOp.class (not open) + AreaOp$CAGOp.class + class CAGOp + AreaOp$EOWindOp.class (not open) + AreaOp$IntOp.class + class IntOp + AreaOp$NZWindOp.class (not open) + AreaOp$SubOp.class (not open) + AreaOp$XorOp.class (not open) + AreaOp.class + class AreaOp + BaseBounds$BoundsType.class (not open) + BaseBounds.class (not open) + BoxBounds.class (not open) + ChainEnd.class (not open) + ConcentricShapePair$PairIterator.class (not open) + ConcentricShapePair.class (not open) + Crossings$EvenOdd.class (not open) + Crossings.class (not open) + CubicApproximator.class (not open) + CubicCurve2D.class (not open) + CubicIterator.class (not open) + Curve.class (not open) + CurveLink.class (not open) + Dimension2D.class (not open) + DirtyRegionContainer.class (not open) + DirtyRegionPool$PoolItem.class (not open) + DirtyRegionPool.class (not open) + Edge.class (not open) + Ellipse2D.class (not open) + EllipseIterator.class (not open) + FlatteningPathIterator.class (not open) + GeneralShapePair.class (not open) + IllegalPathStateException.class (not open) + Line2D.class (not open) + LineIterator.class (not open) + Matrix3f.class (not open) + Order0.class (not open) + Order1.class (not open) + Order2.class (not open) + Order3.class (not open) + Path2D$CopyIterator.class (not open) + Path2D$CornerPrefix.class + enum CornerPrefix + Path2D$Iterator.class (not open) + Path2D$SVGParser.class (not open) + Path2D$TxIterator.class (not open) + Path2D.class (not open) + PathConsumer2D.class (not open) + PathIterator.class (not open) + PickRay.class (not open) + Point2D.class (not open) + QuadCurve2D.class (not open) + QuadIterator.class (not open) + Quat4f.class (not open) + RectBounds.class (not open) + Rectangle.class (not open) + RectangularShape.class (not open) + RoundRectIterator.class (not open) + RoundRectangle2D.class (not open) + Shape.class (not open) + ShapePair.class (not open) + TransformedShape$General.class (not open) + TransformedShape$Translate.class (not open) + TransformedShape.class (not open) + Vec2d.class (not open) + Vec2f.class (not open) + Vec3d.class (not open) + Vec3f.class (not open) + Vec4d.class (not open) + Vec4f.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.088 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.model.nav [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + GenericArrayTypeImpl.class (not open) + Navigator.class (not open) + ParameterizedTypeImpl.class (not open) + ReflectionNavigator$1.class (not open) + ReflectionNavigator$2.class (not open) + ReflectionNavigator$3.class (not open) + ReflectionNavigator$4.class (not open) + ReflectionNavigator$5.class (not open) + ReflectionNavigator$6.class (not open) + ReflectionNavigator$BinderArg.class (not open) + ReflectionNavigator.class (not open) + SecureLoader$1.class (not open) + SecureLoader$2.class (not open) + SecureLoader$3.class (not open) + SecureLoader.class (not open) + TypeVisitor.class (not open) + WildcardTypeImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.088 +!MESSAGE Cannot handle com.sun.corba.se.impl.dynamicany [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DynAnyBasicImpl.class (not open) + DynAnyCollectionImpl.class (not open) + DynAnyComplexImpl.class (not open) + DynAnyConstructedImpl.class (not open) + DynAnyFactoryImpl.class (not open) + DynAnyImpl.class (not open) + DynAnyUtil.class (not open) + DynArrayImpl.class (not open) + DynEnumImpl.class (not open) + DynFixedImpl.class (not open) + DynSequenceImpl.class (not open) + DynStructImpl.class (not open) + DynUnionImpl.class (not open) + DynValueBoxImpl.class (not open) + DynValueCommonImpl.class (not open) + DynValueImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.088 +!MESSAGE Cannot handle com.sun.jmx.mbeanserver [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClassLoaderRepositorySupport$LoaderEntry.class (not open) + ClassLoaderRepositorySupport.class (not open) + ConvertingMethod.class (not open) + DefaultMXBeanMappingFactory$1.class (not open) + DefaultMXBeanMappingFactory$ArrayMapping.class (not open) + DefaultMXBeanMappingFactory$CollectionMapping.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilder.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilderCheckGetters.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilderViaConstructor$AnnotationHelper.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilderViaConstructor$Constr.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilderViaConstructor.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilderViaFrom.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilderViaProxy.class (not open) + DefaultMXBeanMappingFactory$CompositeBuilderViaSetters.class (not open) + DefaultMXBeanMappingFactory$CompositeMapping.class (not open) + DefaultMXBeanMappingFactory$EnumMapping.class (not open) + DefaultMXBeanMappingFactory$IdentityMapping.class (not open) + DefaultMXBeanMappingFactory$MXBeanRefMapping.class (not open) + DefaultMXBeanMappingFactory$Mappings.class (not open) + DefaultMXBeanMappingFactory$NonNullMXBeanMapping.class (not open) + DefaultMXBeanMappingFactory$TabularMapping.class (not open) + DefaultMXBeanMappingFactory.class (not open) + DescriptorCache.class (not open) + DynamicMBean2.class (not open) + GetPropertyAction.class (not open) + Introspector$BeansHelper.class (not open) + Introspector$SimpleIntrospector.class (not open) + Introspector.class (not open) + JmxMBeanServer$1.class (not open) + JmxMBeanServer$2.class (not open) + JmxMBeanServer$3.class (not open) + JmxMBeanServer.class (not open) + JmxMBeanServerBuilder.class (not open) + MBeanAnalyzer$1.class (not open) + MBeanAnalyzer$AttrMethods.class (not open) + MBeanAnalyzer$MBeanVisitor.class (not open) + MBeanAnalyzer$MethodOrder.class (not open) + MBeanAnalyzer.class (not open) + MBeanInstantiator$1.class (not open) + MBeanInstantiator.class (not open) + MBeanIntrospector$1.class (not open) + MBeanIntrospector$MBeanInfoMaker.class (not open) + MBeanIntrospector$MBeanInfoMap.class (not open) + MBeanIntrospector$PerInterfaceMap.class (not open) + MBeanIntrospector.class (not open) + MBeanServerDelegateImpl.class (not open) + MBeanSupport.class (not open) + MXBeanIntrospector.class (not open) + MXBeanLookup.class (not open) + MXBeanMapping.class (not open) + MXBeanMappingFactory.class (not open) + MXBeanProxy$1.class (not open) + MXBeanProxy$GetHandler.class (not open) + MXBeanProxy$Handler.class (not open) + MXBeanProxy$InvokeHandler.class (not open) + MXBeanProxy$SetHandler.class (not open) + MXBeanProxy$Visitor.class (not open) + MXBeanProxy.class (not open) + MXBeanSupport.class (not open) + ModifiableClassLoaderRepository.class (not open) + NamedObject.class (not open) + ObjectInputStreamWithLoader.class (not open) + PerInterface$1.class (not open) + PerInterface$InitMaps.class (not open) + PerInterface$MethodAndSig.class (not open) + PerInterface.class (not open) + Repository$ObjectNamePattern.class (not open) + Repository$RegistrationContext.class (not open) + Repository.class (not open) + SecureClassLoaderRepository.class (not open) + StandardMBeanIntrospector.class (not open) + StandardMBeanSupport.class (not open) + SunJmxMBeanServer.class (not open) + Util.class (not open) + WeakIdentityHashMap$IdentityWeakReference.class (not open) + WeakIdentityHashMap.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.089 +!MESSAGE Cannot handle com.sun.imageio.plugins.common [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.089 +!MESSAGE Cannot handle com.sun.glass.events [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DndEvent.class (not open) + GestureEvent.class (not open) + KeyEvent.class (not open) + MouseEvent.class (not open) + SwipeGesture.class (not open) + TouchEvent.class (not open) + ViewEvent.class (not open) + WheelEvent.class (not open) + WindowEvent.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.089 +!MESSAGE Cannot handle com.sun.corba.se.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.090 +!MESSAGE Cannot handle com.sun.org.glassfish.external.statistics [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AverageRangeStatistic.class (not open) + BoundaryStatistic.class (not open) + BoundedRangeStatistic.class (not open) + CountStatistic.class (not open) + RangeStatistic.class (not open) + Statistic.class (not open) + Stats.class (not open) + StringStatistic.class (not open) + TimeStatistic.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.090 +!MESSAGE Cannot handle com.sun.xml.internal.ws.addressing.model [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ActionNotSupportedException.class (not open) + InvalidAddressingHeaderException.class (not open) + MissingAddressingHeaderException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.090 +!MESSAGE Cannot handle com.sun.org.omg.SendingContext [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CodeBase.class (not open) + CodeBaseHelper.class (not open) + CodeBaseOperations.class (not open) + _CodeBaseImplBase.class (not open) + _CodeBaseStub.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.091 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.dv [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DTDDVFactory.class (not open) + DVFactoryException.class (not open) + DatatypeException.class (not open) + DatatypeValidator.class (not open) + InvalidDatatypeFacetException.class (not open) + InvalidDatatypeValueException.class (not open) + SchemaDVFactory.class (not open) + ValidatedInfo.class (not open) + ValidationContext.class (not open) + XSFacets.class (not open) + XSSimpleType.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.091 +!MESSAGE Cannot handle com.sun.corba.se.spi.orbutil.proxy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CompositeInvocationHandler.class (not open) + CompositeInvocationHandlerImpl.class (not open) + DelegateInvocationHandlerImpl$1.class (not open) + DelegateInvocationHandlerImpl.class (not open) + InvocationHandlerFactory.class (not open) + LinkedInvocationHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.091 +!MESSAGE Cannot handle com.sun.corba.se.spi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.092 +!MESSAGE Cannot handle com.sun.javafx.webkit.prism [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PrismGraphicsManager$1.class (not open) + PrismGraphicsManager.class (not open) + PrismImage.class (not open) + PrismInvoker.class (not open) + RTImage$1.class (not open) + RTImage.class (not open) + TextUtilities$1.class (not open) + TextUtilities.class (not open) + WCBufferedContext.class (not open) + WCFontCustomPlatformDataImpl.class (not open) + WCFontImpl.class (not open) + WCGraphicsPrismContext$1.class (not open) + WCGraphicsPrismContext$10.class (not open) + WCGraphicsPrismContext$11.class (not open) + WCGraphicsPrismContext$12.class (not open) + WCGraphicsPrismContext$13.class (not open) + WCGraphicsPrismContext$14.class (not open) + WCGraphicsPrismContext$15.class (not open) + WCGraphicsPrismContext$16.class (not open) + WCGraphicsPrismContext$17.class (not open) + WCGraphicsPrismContext$2.class (not open) + WCGraphicsPrismContext$3.class (not open) + WCGraphicsPrismContext$4.class (not open) + WCGraphicsPrismContext$5.class (not open) + WCGraphicsPrismContext$6.class (not open) + WCGraphicsPrismContext$7.class (not open) + WCGraphicsPrismContext$8.class (not open) + WCGraphicsPrismContext$9.class (not open) + WCGraphicsPrismContext$ClipLayer.class (not open) + WCGraphicsPrismContext$Composite.class (not open) + WCGraphicsPrismContext$ContextState.class (not open) + WCGraphicsPrismContext$Layer.class (not open) + WCGraphicsPrismContext$PassThrough.class (not open) + WCGraphicsPrismContext$TransparencyLayer$1.class (not open) + WCGraphicsPrismContext$TransparencyLayer.class (not open) + WCGraphicsPrismContext$Type.class (not open) + WCGraphicsPrismContext.class (not open) + WCImageDecoderImpl$1$1.class (not open) + WCImageDecoderImpl$1.class (not open) + WCImageDecoderImpl$2.class (not open) + WCImageDecoderImpl$Frame.class (not open) + WCImageDecoderImpl.class (not open) + WCImageImpl.class (not open) + WCLinearGradient.class (not open) + WCMediaPlayerImpl$1.class (not open) + WCMediaPlayerImpl$CreateThread.class (not open) + WCMediaPlayerImpl$MediaFrameListener.class (not open) + WCMediaPlayerImpl.class (not open) + WCPageBackBufferImpl.class (not open) + WCPathImpl$1.class (not open) + WCPathImpl.class (not open) + WCRadialGradient.class (not open) + WCRenderQueueImpl.class (not open) + WCStrokeImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.092 +!MESSAGE Cannot handle com.sun.javafx.iio.common [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ImageDescriptor.class (not open) + ImageLoaderImpl.class (not open) + ImageTools$1.class (not open) + ImageTools.class (not open) + PushbroomScaler.class (not open) + RoughScaler.class (not open) + ScalerFactory.class (not open) + SmoothMinifier.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.093 +!MESSAGE Cannot handle com.sun.xml.internal.ws.config.metro [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.093 +!MESSAGE Cannot handle com.sun.jndi.ldap.sasl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DefaultCallbackHandler.class (not open) + LdapSasl.class (not open) + SaslInputStream.class (not open) + SaslOutputStream.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.093 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.axes [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributeIterator.class (not open) + AxesWalker.class (not open) + BasicTestIterator.class (not open) + ChildIterator.class (not open) + ChildTestIterator.class (not open) + ContextNodeList.class (not open) + DescendantIterator.class (not open) + FilterExprIterator$filterExprOwner.class (not open) + FilterExprIterator.class (not open) + FilterExprIteratorSimple$filterExprOwner.class (not open) + FilterExprIteratorSimple.class (not open) + FilterExprWalker$filterExprOwner.class (not open) + FilterExprWalker.class (not open) + HasPositionalPredChecker.class (not open) + IteratorPool.class (not open) + LocPathIterator.class (not open) + MatchPatternIterator.class (not open) + NodeSequence$IteratorCache.class (not open) + NodeSequence.class (not open) + OneStepIterator.class (not open) + OneStepIteratorForward.class (not open) + PathComponent.class (not open) + PredicatedNodeTest$PredOwner.class (not open) + PredicatedNodeTest.class (not open) + RTFIterator.class (not open) + ReverseAxesWalker.class (not open) + SelfIteratorNoPredicate.class (not open) + SubContextList.class (not open) + UnionChildIterator.class (not open) + UnionPathIterator$iterOwner.class (not open) + UnionPathIterator.class (not open) + WalkerFactory.class (not open) + WalkingIterator.class (not open) + WalkingIteratorSorted.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.094 +!MESSAGE Cannot handle com.sun.xml.internal.ws.config.management.policy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ManagementAssertionCreator.class (not open) + ManagementPolicyValidator.class (not open) + ManagementPrefixMapper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.094 +!MESSAGE Cannot handle com.sun.corba.se.impl.logging [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.094 +!MESSAGE Cannot handle com.sun.java.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.095 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.095 +!MESSAGE Cannot handle com.sun.webkit.network.about [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AboutURLConnection$1.class (not open) + AboutURLConnection$AboutRecord.class (not open) + AboutURLConnection.class (not open) + Handler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.095 +!MESSAGE Cannot handle com.sun.xml.internal.stream.dtd.nonvalidating [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DTDGrammar.class (not open) + XMLAttributeDecl.class (not open) + XMLElementDecl.class (not open) + XMLNotationDecl.class (not open) + XMLSimpleType.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.096 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.transforms [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClassLoaderUtils$1.class (not open) + ClassLoaderUtils.class (not open) + InvalidTransformException.class (not open) + Transform.class (not open) + TransformParam.class (not open) + TransformSpi.class (not open) + TransformationException.class (not open) + Transforms.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.096 +!MESSAGE Cannot handle com.sun.xml.internal.ws.message.source [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + PayloadSourceMessage.class (not open) + ProtocolSourceMessage.class (not open) + SourceUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.096 +!MESSAGE Cannot handle com.sun.webkit.network [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ByteBufferAllocator.class (not open) + ByteBufferPool$1.class (not open) + ByteBufferPool$ByteBufferAllocatorImpl.class (not open) + ByteBufferPool.class (not open) + Cookie.class (not open) + CookieJar.class (not open) + CookieManager.class (not open) + CookieStore$1.class (not open) + CookieStore$GetComparator.class (not open) + CookieStore$RemovalComparator.class (not open) + CookieStore.class (not open) + DateParser$1.class (not open) + DateParser$Time.class (not open) + DateParser.class (not open) + DirectoryURLConnection$1.class (not open) + DirectoryURLConnection$DirectoryInputStream.class (not open) + DirectoryURLConnection.class (not open) + ExtendedTime.class (not open) + FormDataElement$1.class (not open) + FormDataElement$ByteArrayElement.class (not open) + FormDataElement$FileElement.class (not open) + FormDataElement.class (not open) + NetworkContext$1.class (not open) + NetworkContext$URLLoaderThreadFactory.class (not open) + NetworkContext.class (not open) + PublicSuffixes$Rule.class (not open) + PublicSuffixes.class (not open) + SocketStreamHandle$1.class (not open) + SocketStreamHandle$CustomThreadFactory.class (not open) + SocketStreamHandle$State.class (not open) + SocketStreamHandle.class (not open) + URLLoader$1.class (not open) + URLLoader$InvalidResponseException.class (not open) + URLLoader$Redirect.class (not open) + URLLoader$TooManyRedirectsException.class (not open) + URLLoader.class (not open) + URLs.class (not open) + Util.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.097 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.097 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.stax.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + StAXFilteredParser.class (not open) + StAXParserWrapper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.097 +!MESSAGE Cannot handle com.sun.org.glassfish.external.arc [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Stability.class (not open) + Taxonomy.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.098 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.trax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DOM2SAX.class (not open) + DOM2TO.class (not open) + OutputSettings.class (not open) + SAX2DOM.class (not open) + SAX2StAXBaseWriter$1.class (not open) + SAX2StAXBaseWriter$SAXLocation.class (not open) + SAX2StAXBaseWriter.class (not open) + SAX2StAXEventWriter.class (not open) + SAX2StAXStreamWriter.class (not open) + SmartTransformerFactoryImpl.class (not open) + StAXEvent2SAX$1.class (not open) + StAXEvent2SAX.class (not open) + StAXStream2SAX$1.class (not open) + StAXStream2SAX.class (not open) + TemplatesHandlerImpl.class (not open) + TemplatesImpl$1.class (not open) + TemplatesImpl$TransletClassLoader.class (not open) + TemplatesImpl.class (not open) + TrAXFilter.class (not open) + TransformerFactoryImpl$1.class (not open) + TransformerFactoryImpl$PIParamWrapper.class (not open) + TransformerFactoryImpl.class (not open) + TransformerHandlerImpl.class (not open) + TransformerImpl$MessageHandler.class (not open) + TransformerImpl.class (not open) + Util.class (not open) + XSLTCSource.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.098 +!MESSAGE Cannot handle com.sun.scenario.animation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AbstractMasterTimer$1.class (not open) + AbstractMasterTimer$MainLoop.class (not open) + AbstractMasterTimer.class (not open) + AnimationPulse$AnimationPulseHolder.class (not open) + AnimationPulse$PulseData$Accessor.class (not open) + AnimationPulse$PulseData.class (not open) + AnimationPulse.class (not open) + AnimationPulseMBean.class (not open) + NumberTangentInterpolator.class (not open) + SplineInterpolator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.098 +!MESSAGE Cannot handle com.sun.xml.internal.bind.marshaller [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.099 +!MESSAGE Cannot handle com.sun.corba.se.spi.orbutil.threadpool [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + NoSuchThreadPoolException.class (not open) + NoSuchWorkQueueException.class (not open) + ThreadPool.class (not open) + ThreadPoolChooser.class (not open) + ThreadPoolManager.class (not open) + Work.class (not open) + WorkQueue.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.099 +!MESSAGE Cannot handle com.sun.swing.internal.plaf.synth [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.099 +!MESSAGE Cannot handle com.sun.corba.se.spi.orbutil.closure [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Closure.class (not open) + ClosureFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.100 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.utils [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ConfigurationError.class (not open) + ObjectFactory.class (not open) + SecuritySupport$1.class (not open) + SecuritySupport$2.class (not open) + SecuritySupport$3.class (not open) + SecuritySupport$4.class (not open) + SecuritySupport$5.class (not open) + SecuritySupport$6.class (not open) + SecuritySupport$7.class (not open) + SecuritySupport$8.class (not open) + SecuritySupport$9.class (not open) + SecuritySupport.class (not open) + XMLLimitAnalyzer$NameMap.class (not open) + XMLLimitAnalyzer.class (not open) + XMLSecurityManager$Limit.class (not open) + XMLSecurityManager$NameMap.class (not open) + XMLSecurityManager$State.class (not open) + XMLSecurityManager.class (not open) + XMLSecurityPropertyManager$Property.class (not open) + XMLSecurityPropertyManager$State.class (not open) + XMLSecurityPropertyManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.100 +!MESSAGE Cannot handle com.sun.media.jfxmedia [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AudioClip.class (not open) + Media.class (not open) + MediaError.class (not open) + MediaException.class (not open) + MediaManager.class (not open) + MediaPlayer.class (not open) + MetadataParser.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.100 +!MESSAGE Cannot handle com.sun.corba.se.impl.resolver [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BootstrapResolverImpl.class (not open) + CompositeResolverImpl.class (not open) + FileResolverImpl.class (not open) + INSURLOperationImpl$1.class (not open) + INSURLOperationImpl.class (not open) + LocalResolverImpl.class (not open) + ORBDefaultInitRefResolverImpl.class (not open) + ORBInitRefResolverImpl.class (not open) + SplitLocalResolverImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.101 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.operations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + And.class (not open) + Bool.class (not open) + Div.class (not open) + Equals.class (not open) + Gt.class (not open) + Gte.class (not open) + Lt.class (not open) + Lte.class (not open) + Minus.class (not open) + Mod.class (not open) + Mult.class (not open) + Neg.class (not open) + NotEquals.class (not open) + Number.class (not open) + Operation$LeftExprOwner.class (not open) + Operation.class (not open) + Or.class (not open) + Plus.class (not open) + Quo.class (not open) + String.class (not open) + UnaryOperation.class (not open) + Variable.class (not open) + VariableSafeAbsRef.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.101 +!MESSAGE Cannot handle com.sun.corba.se.spi.legacy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.101 +!MESSAGE Cannot handle com.sun.corba.se.spi.orbutil [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.102 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.102 +!MESSAGE Cannot handle com.sun.security.sasl.digest [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DigestMD5Base$DigestIntegrity.class (not open) + DigestMD5Base$DigestPrivacy.class (not open) + DigestMD5Base.class (not open) + DigestMD5Client.class (not open) + DigestMD5Server.class (not open) + FactoryImpl.class (not open) + SecurityCtx.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.102 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.runtime.output [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + C14nXmlOutput$DynamicAttribute.class (not open) + C14nXmlOutput$StaticAttribute.class (not open) + C14nXmlOutput.class (not open) + DOMOutput.class (not open) + Encoded.class (not open) + FastInfosetStreamWriterOutput$AppData.class (not open) + FastInfosetStreamWriterOutput$TablesPerJAXBContext.class (not open) + FastInfosetStreamWriterOutput.class (not open) + ForkXmlOutput.class (not open) + IndentingUTF8XmlOutput.class (not open) + MTOMXmlOutput.class (not open) + NamespaceContextImpl$1.class (not open) + NamespaceContextImpl$Element.class (not open) + NamespaceContextImpl.class (not open) + Pcdata.class (not open) + SAXOutput.class (not open) + SecureLoader$1.class (not open) + SecureLoader$2.class (not open) + SecureLoader$3.class (not open) + SecureLoader.class (not open) + StAXExStreamWriterOutput.class (not open) + UTF8XmlOutput.class (not open) + XMLEventWriterOutput.class (not open) + XMLStreamWriterOutput.class (not open) + XmlOutput.class (not open) + XmlOutputAbstractImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.103 +!MESSAGE Cannot handle com.sun.xml.internal.ws.message.jaxb [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttachmentMarshallerImpl.class (not open) + JAXBBridgeSource$1.class (not open) + JAXBBridgeSource.class (not open) + JAXBDispatchMessage.class (not open) + JAXBHeader.class (not open) + JAXBMessage.class (not open) + MarshallerBridge.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.103 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xs.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + LSInputListImpl.class (not open) + ObjectListImpl.class (not open) + ShortListImpl.class (not open) + SimpleLocator.class (not open) + StringListImpl.class (not open) + XInt.class (not open) + XIntPool.class (not open) + XSGrammarPool.class (not open) + XSInputSource.class (not open) + XSNamedMap4Types.class (not open) + XSNamedMapImpl$1$1.class (not open) + XSNamedMapImpl$1.class (not open) + XSNamedMapImpl$XSNamedMapEntry.class (not open) + XSNamedMapImpl.class (not open) + XSObjectListImpl$1.class (not open) + XSObjectListImpl$XSObjectListIterator.class (not open) + XSObjectListImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.103 +!MESSAGE Cannot handle com.sun.corba.se.spi.ior.iiop [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AlternateIIOPAddressComponent.class (not open) + CodeSetsComponent.class (not open) + GIOPVersion.class (not open) + IIOPAddress.class (not open) + IIOPFactories$1.class (not open) + IIOPFactories$2.class (not open) + IIOPFactories$3.class (not open) + IIOPFactories$4.class (not open) + IIOPFactories$5.class (not open) + IIOPFactories$6.class (not open) + IIOPFactories$7.class (not open) + IIOPFactories$8.class (not open) + IIOPFactories$9.class (not open) + IIOPFactories.class (not open) + IIOPProfile.class (not open) + IIOPProfileTemplate.class (not open) + JavaCodebaseComponent.class (not open) + MaxStreamFormatVersionComponent.class (not open) + ORBTypeComponent.class (not open) + RequestPartitioningComponent.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.104 +!MESSAGE Cannot handle com.sun.corba.se.impl.presentation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.104 +!MESSAGE Cannot handle com.sun.javafx.sg [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.104 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.spi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractQNameValidator.class (not open) + AssertionCreationException.class (not open) + PolicyAssertionCreator.class (not open) + PolicyAssertionValidator$Fitness.class (not open) + PolicyAssertionValidator.class (not open) + PrefixMapper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.105 +!MESSAGE Cannot handle com.sun.beans.editors [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BooleanEditor.class (not open) + ByteEditor.class (not open) + ColorEditor.class (not open) + DoubleEditor.class (not open) + EnumEditor.class (not open) + FloatEditor.class (not open) + FontEditor.class (not open) + IntegerEditor.class (not open) + LongEditor.class (not open) + NumberEditor.class (not open) + ShortEditor.class (not open) + StringEditor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.105 +!MESSAGE Cannot handle com.sun.xml.internal.ws.config.management [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.105 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.runtime [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.105 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys.content.x509 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XMLX509CRL.class (not open) + XMLX509Certificate.class (not open) + XMLX509DataContent.class (not open) + XMLX509Digest.class (not open) + XMLX509IssuerSerial.class (not open) + XMLX509SKI.class (not open) + XMLX509SubjectName.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.106 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.signature [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + InvalidDigestValueException.class (not open) + InvalidSignatureValueException.class (not open) + Manifest.class (not open) + MissingResourceFailureException.class (not open) + NodeFilter.class (not open) + ObjectContainer.class (not open) + Reference$1.class (not open) + Reference$2$1.class (not open) + Reference$2.class (not open) + Reference.class (not open) + ReferenceNotInitializedException.class (not open) + SignatureProperties.class (not open) + SignatureProperty.class (not open) + SignedInfo.class (not open) + XMLSignature.class (not open) + XMLSignatureException.class (not open) + XMLSignatureInput.class (not open) + XMLSignatureInputDebugger.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.106 +!MESSAGE Cannot handle com.sun.org.apache.bcel [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.106 +!MESSAGE Cannot handle com.sun.javafx.image.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BaseByteToByteConverter$ByteAnyToSameConverter.class (not open) + BaseByteToByteConverter$FourByteReorderer.class (not open) + BaseByteToByteConverter.class (not open) + BaseByteToIntConverter.class (not open) + BaseIntToByteConverter.class (not open) + BaseIntToIntConverter$IntAnyToSameConverter.class (not open) + BaseIntToIntConverter.class (not open) + ByteArgb$Accessor.class (not open) + ByteArgb.class (not open) + ByteBgr$Accessor.class (not open) + ByteBgr$ToByteBgrfConv.class (not open) + ByteBgr$ToByteFrgbConv.class (not open) + ByteBgr$ToIntFrgbConv.class (not open) + ByteBgr.class (not open) + ByteBgra$Accessor.class (not open) + ByteBgra$ToByteBgraPreConv.class (not open) + ByteBgra$ToIntArgbPreConv.class (not open) + ByteBgra$ToIntArgbSameConv.class (not open) + ByteBgra.class (not open) + ByteBgraPre$Accessor.class (not open) + ByteBgraPre$ToByteBgraConv.class (not open) + ByteBgraPre$ToIntArgbConv.class (not open) + ByteBgraPre.class (not open) + ByteGray$Accessor.class (not open) + ByteGray$ToByteBgrfConv.class (not open) + ByteGray$ToByteRgbAnyConv.class (not open) + ByteGray$ToIntFrgbConv.class (not open) + ByteGray.class (not open) + ByteGrayAlpha$Accessor.class (not open) + ByteGrayAlpha$ToByteBgraSameConv.class (not open) + ByteGrayAlpha$ToByteGrayAlphaPreConv.class (not open) + ByteGrayAlpha.class (not open) + ByteGrayAlphaPre.class (not open) + ByteIndexed$Getter.class (not open) + ByteIndexed$ToByteBgraAnyConverter.class (not open) + ByteIndexed$ToIntArgbAnyConverter.class (not open) + ByteIndexed.class (not open) + ByteRgb$Getter.class (not open) + ByteRgb$SwapThreeByteConverter.class (not open) + ByteRgb$ToByteBgrfConv.class (not open) + ByteRgb$ToByteFrgbConv.class (not open) + ByteRgb$ToIntFrgbConv.class (not open) + ByteRgb.class (not open) + ByteRgba$Accessor.class (not open) + ByteRgba$ToByteBgraPreConv.class (not open) + ByteRgba$ToIntArgbPreConv.class (not open) + ByteRgba$ToIntArgbSameConv.class (not open) + ByteRgba.class (not open) + General$ByteToByteGeneralConverter.class (not open) + General$ByteToIntGeneralConverter.class (not open) + General$IntToByteGeneralConverter.class (not open) + General$IntToIntGeneralConverter.class (not open) + General.class (not open) + IntArgb$Accessor.class (not open) + IntArgb$ToByteBgraPreConv.class (not open) + IntArgb$ToIntArgbPreConv.class (not open) + IntArgb.class + class IntArgb + IntArgbPre$Accessor.class (not open) + IntArgbPre$ToByteBgraConv.class (not open) + IntArgbPre$ToIntArgbConv.class (not open) + IntArgbPre.class + class IntArgbPre + IntTo4ByteSameConverter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.107 +!MESSAGE Cannot handle com.sun.net.ssl.internal.www [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.107 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.model.runtime [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + RuntimeArrayInfo.class (not open) + RuntimeAttributePropertyInfo.class (not open) + RuntimeBuiltinLeafInfo.class (not open) + RuntimeClassInfo.class (not open) + RuntimeElement.class (not open) + RuntimeElementInfo.class (not open) + RuntimeElementPropertyInfo.class (not open) + RuntimeEnumLeafInfo.class (not open) + RuntimeLeafInfo.class (not open) + RuntimeMapPropertyInfo.class (not open) + RuntimeNonElement.class (not open) + RuntimeNonElementRef.class (not open) + RuntimePropertyInfo.class (not open) + RuntimeReferencePropertyInfo.class (not open) + RuntimeTypeInfo.class (not open) + RuntimeTypeInfoSet.class (not open) + RuntimeTypeRef.class (not open) + RuntimeValuePropertyInfo.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.107 +!MESSAGE Cannot handle com.sun.awt [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AWTUtilities$1.class (not open) + AWTUtilities$Translucency.class (not open) + AWTUtilities.class (not open) + SecurityWarning.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.108 +!MESSAGE Cannot handle com.sun.jndi.toolkit.corba [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CorbaUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.108 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.dv.dtd [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DTDDVFactoryImpl.class (not open) + ENTITYDatatypeValidator.class (not open) + IDDatatypeValidator.class (not open) + IDREFDatatypeValidator.class (not open) + ListDatatypeValidator.class (not open) + NMTOKENDatatypeValidator.class (not open) + NOTATIONDatatypeValidator.class (not open) + StringDatatypeValidator.class (not open) + XML11DTDDVFactoryImpl.class (not open) + XML11IDDatatypeValidator.class (not open) + XML11IDREFDatatypeValidator.class (not open) + XML11NMTOKENDatatypeValidator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.108 +!MESSAGE Cannot handle com.sun.javafx.jmx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + HighlightRegion.class (not open) + MXExtension.class (not open) + MXNodeAlgorithm.class (not open) + MXNodeAlgorithmContext.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.109 +!MESSAGE Cannot handle com.sun.jmx.snmp.tasks [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Task.class (not open) + TaskServer.class (not open) + ThreadService$ExecutorThread.class (not open) + ThreadService.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.109 +!MESSAGE Cannot handle com.sun.xml [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.109 +!MESSAGE Cannot handle com.sun.nio.sctp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractNotificationHandler.class (not open) + Association.class (not open) + AssociationChangeNotification$AssocChangeEvent.class (not open) + AssociationChangeNotification.class (not open) + HandlerResult.class (not open) + IllegalReceiveException.class (not open) + IllegalUnbindException.class (not open) + InvalidStreamException.class (not open) + MessageInfo.class (not open) + Notification.class (not open) + NotificationHandler.class (not open) + PeerAddressChangeNotification$AddressChangeEvent.class (not open) + PeerAddressChangeNotification.class (not open) + SctpChannel.class (not open) + SctpMultiChannel.class (not open) + SctpServerChannel.class (not open) + SctpSocketOption.class (not open) + SctpStandardSocketOptions$InitMaxStreams.class (not open) + SctpStandardSocketOptions.class (not open) + SendFailedNotification.class (not open) + ShutdownNotification.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.110 +!MESSAGE Cannot handle com.sun.corba.se.impl.orb [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AppletDataCollector.class (not open) + DataCollectorBase$1.class (not open) + DataCollectorBase$2.class (not open) + DataCollectorBase$3.class (not open) + DataCollectorBase$4.class (not open) + DataCollectorBase$5.class (not open) + DataCollectorBase$6.class (not open) + DataCollectorBase.class (not open) + DataCollectorFactory.class (not open) + NormalDataCollector.class (not open) + NormalParserAction.class (not open) + NormalParserData.class (not open) + ORBConfiguratorImpl$1.class (not open) + ORBConfiguratorImpl$2.class (not open) + ORBConfiguratorImpl$3.class (not open) + ORBConfiguratorImpl$ConfigParser.class (not open) + ORBConfiguratorImpl.class (not open) + ORBDataParserImpl.class (not open) + ORBImpl$1.class (not open) + ORBImpl$2.class (not open) + ORBImpl$3.class (not open) + ORBImpl$4.class (not open) + ORBImpl$ConfigParser.class (not open) + ORBImpl.class (not open) + ORBSingleton.class (not open) + ORBVersionImpl.class (not open) + ParserAction.class (not open) + ParserActionBase.class (not open) + ParserActionFactory.class (not open) + ParserDataBase.class (not open) + ParserTable$1.class (not open) + ParserTable$10.class (not open) + ParserTable$11.class (not open) + ParserTable$12.class (not open) + ParserTable$13$1.class (not open) + ParserTable$13.class (not open) + ParserTable$14$1.class (not open) + ParserTable$14.class (not open) + ParserTable$15.class (not open) + ParserTable$2.class (not open) + ParserTable$3.class (not open) + ParserTable$4.class (not open) + ParserTable$5.class (not open) + ParserTable$6.class (not open) + ParserTable$7.class (not open) + ParserTable$8.class (not open) + ParserTable$9.class (not open) + ParserTable$TestAcceptor1.class (not open) + ParserTable$TestAcceptor2.class (not open) + ParserTable$TestBadServerIdHandler.class (not open) + ParserTable$TestContactInfoListFactory.class (not open) + ParserTable$TestIIOPPrimaryToContactInfo.class (not open) + ParserTable$TestIORToSocketInfo.class (not open) + ParserTable$TestLegacyORBSocketFactory.class (not open) + ParserTable$TestORBInitializer1.class (not open) + ParserTable$TestORBInitializer2.class (not open) + ParserTable$TestORBSocketFactory.class (not open) + ParserTable.class (not open) + PrefixParserAction.class (not open) + PrefixParserData.class (not open) + PropertyCallback.class (not open) + PropertyOnlyDataCollector.class (not open) + SynchVariable.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.110 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.model [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.110 +!MESSAGE Cannot handle com.sun [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.110 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.client [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientPipelineHook.class (not open) + SelectOptimalEncodingFeature.class (not open) + ServiceInterceptor$1.class (not open) + ServiceInterceptor.class (not open) + ServiceInterceptorFactory$1.class (not open) + ServiceInterceptorFactory.class (not open) + ThrowableInPacketCompletionFeature.class (not open) + WSPortInfo.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.111 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.dtm.ref.sax2dtm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SAX2DTM.class (not open) + SAX2DTM2$AncestorIterator.class (not open) + SAX2DTM2$AttributeIterator.class (not open) + SAX2DTM2$ChildrenIterator.class (not open) + SAX2DTM2$DescendantIterator.class (not open) + SAX2DTM2$FollowingIterator.class (not open) + SAX2DTM2$FollowingSiblingIterator.class (not open) + SAX2DTM2$ParentIterator.class (not open) + SAX2DTM2$PrecedingIterator.class (not open) + SAX2DTM2$PrecedingSiblingIterator.class (not open) + SAX2DTM2$TypedAncestorIterator.class (not open) + SAX2DTM2$TypedAttributeIterator.class (not open) + SAX2DTM2$TypedChildrenIterator.class (not open) + SAX2DTM2$TypedDescendantIterator.class (not open) + SAX2DTM2$TypedFollowingIterator.class (not open) + SAX2DTM2$TypedFollowingSiblingIterator.class (not open) + SAX2DTM2$TypedPrecedingIterator.class (not open) + SAX2DTM2$TypedPrecedingSiblingIterator.class (not open) + SAX2DTM2$TypedRootIterator.class (not open) + SAX2DTM2$TypedSingletonIterator.class (not open) + SAX2DTM2.class (not open) + SAX2RTFDTM.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.111 +!MESSAGE Cannot handle com.sun.xml.internal.org.jvnet.fastinfoset.stax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FastInfosetStreamReader.class (not open) + LowLevelFastInfosetStreamWriter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.111 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.soap.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.112 +!MESSAGE Cannot handle com.sun.xml.internal.ws.model.soap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SOAPBindingImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.112 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.domapi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XPathEvaluatorImpl$DummyPrefixResolver.class (not open) + XPathEvaluatorImpl.class (not open) + XPathExpressionImpl.class (not open) + XPathNSResolverImpl.class (not open) + XPathNamespaceImpl.class (not open) + XPathResultImpl.class (not open) + XPathStylesheetDOM3Exception.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.112 +!MESSAGE Cannot handle com.sun.javafx.css [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BitSet$1.class (not open) + BitSet$Change.class (not open) + BitSet.class (not open) + CalculatedValue.class (not open) + CascadingStyle.class (not open) + Combinator$1.class (not open) + Combinator$2.class (not open) + Combinator.class (not open) + CompoundSelector.class (not open) + CssError$InlineStyleParsingError.class + class InlineStyleParsingError + CssError$PropertySetError.class (not open) + CssError$StringParsingError.class (not open) + CssError$StylesheetParsingError.class (not open) + CssError.class + class CssError + Declaration.class (not open) + FontFace$FontFaceSrc.class (not open) + FontFace$FontFaceSrcType.class (not open) + FontFace.class (not open) + Match.class (not open) + ParsedValueImpl.class (not open) + PseudoClassImpl.class (not open) + PseudoClassState.class (not open) + Rule$1.class (not open) + Rule$Observables$1.class (not open) + Rule$Observables$2.class (not open) + Rule$Observables.class (not open) + Rule.class (not open) + Selector$UniversalSelector.class (not open) + Selector.class (not open) + SelectorPartitioning$1.class (not open) + SelectorPartitioning$Partition.class (not open) + SelectorPartitioning$PartitionKey.class (not open) + SelectorPartitioning$Slot.class (not open) + SelectorPartitioning.class (not open) + SimpleSelector.class (not open) + Size.class (not open) + SizeUnits$1.class (not open) + SizeUnits$10.class (not open) + SizeUnits$11.class (not open) + SizeUnits$12.class (not open) + SizeUnits$13.class (not open) + SizeUnits$14.class (not open) + SizeUnits$15.class (not open) + SizeUnits$2.class (not open) + SizeUnits$3.class (not open) + SizeUnits$4.class (not open) + SizeUnits$5.class (not open) + SizeUnits$6.class (not open) + SizeUnits$7.class (not open) + SizeUnits$8.class (not open) + SizeUnits$9.class (not open) + SizeUnits.class (not open) + StringStore.class (not open) + Style.class (not open) + StyleCache$Key.class (not open) + StyleCache.class (not open) + StyleCacheEntry$Key.class (not open) + StyleCacheEntry.class (not open) + StyleClass.class (not open) + StyleClassSet.class (not open) + StyleConverterImpl.class + class StyleConverterImpl + StyleManager$1.class (not open) + StyleManager$Cache$Key.class (not open) + StyleManager$Cache.class (not open) + StyleManager$CacheContainer.class (not open) + StyleManager$InstanceHolder.class (not open) + StyleManager$Key.class (not open) + StyleManager$RefList.class (not open) + StyleManager$StylesheetContainer.class (not open) + StyleManager.class (not open) + StyleMap.class (not open) + Stylesheet$1.class (not open) + Stylesheet.class (not open) + SubCssMetaData.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.113 +!MESSAGE Cannot handle com.sun.javafx.font.freetype [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + FTDisposer.class (not open) + FTFactory$StubGlyphLayout.class (not open) + FTFactory.class (not open) + FTFontFile.class (not open) + FTFontStrike.class (not open) + FTGlyph.class (not open) + FT_Bitmap.class (not open) + FT_GlyphSlotRec.class (not open) + FT_Glyph_Metrics.class (not open) + FT_Matrix.class (not open) + HBGlyphLayout.class (not open) + OSFreetype.class (not open) + OSPango.class (not open) + PangoGlyphLayout.class (not open) + PangoGlyphString.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.113 +!MESSAGE Cannot handle com.sun.imageio.plugins.bmp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BMPCompressionTypes.class (not open) + BMPConstants.class (not open) + BMPImageReader$1.class (not open) + BMPImageReader$2.class (not open) + BMPImageReader$3.class (not open) + BMPImageReader$4.class (not open) + BMPImageReader$5.class (not open) + BMPImageReader$EmbeddedProgressAdapter.class (not open) + BMPImageReader.class (not open) + BMPImageReaderSpi.class (not open) + BMPImageWriter$1.class (not open) + BMPImageWriter$2.class (not open) + BMPImageWriter$IIOWriteProgressAdapter.class (not open) + BMPImageWriter.class (not open) + BMPImageWriterSpi.class (not open) + BMPMetadata.class (not open) + BMPMetadataFormat.class (not open) + BMPMetadataFormatResources.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.113 +!MESSAGE Cannot handle com.sun.xml.internal.ws.client [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AsyncInvoker.class (not open) + AsyncResponseImpl$1CallbackFuture.class (not open) + AsyncResponseImpl.class (not open) + BindingProviderProperties.class (not open) + ClientContainer$1.class (not open) + ClientContainer.class (not open) + ClientSchemaValidationTube.class (not open) + ClientTransportException.class (not open) + ContentNegotiation.class (not open) + HandlerConfiguration.class (not open) + HandlerConfigurator$AnnotationConfigurator$1.class (not open) + HandlerConfigurator$AnnotationConfigurator.class (not open) + HandlerConfigurator$HandlerResolverImpl.class (not open) + HandlerConfigurator.class (not open) + MonitorRootClient.class (not open) + PortInfo.class (not open) + RequestContext.class (not open) + ResponseContext.class (not open) + ResponseContextReceiver.class (not open) + SCAnnotations$1.class (not open) + SCAnnotations.class (not open) + SEIPortInfo.class (not open) + SenderException.class (not open) + Stub$1.class (not open) + Stub.class (not open) + WSServiceDelegate$1.class (not open) + WSServiceDelegate$2.class (not open) + WSServiceDelegate$3.class (not open) + WSServiceDelegate$4.class (not open) + WSServiceDelegate$5.class (not open) + WSServiceDelegate$DaemonThreadFactory.class (not open) + WSServiceDelegate$DelegatingLoader.class (not open) + WSServiceDelegate.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.114 +!MESSAGE Cannot handle com.sun.nio [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.114 +!MESSAGE Cannot handle com.sun.jmx.snmp.agent [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AcmChecker.class (not open) + LongList.class (not open) + SnmpEntryOid.class (not open) + SnmpErrorHandlerAgent.class (not open) + SnmpGenericMetaServer.class (not open) + SnmpGenericObjectServer.class (not open) + SnmpIndex.class (not open) + SnmpMib.class (not open) + SnmpMibAgent.class (not open) + SnmpMibAgentMBean.class (not open) + SnmpMibEntry.class (not open) + SnmpMibGroup.class (not open) + SnmpMibHandler.class (not open) + SnmpMibNode.class (not open) + SnmpMibOid$NonSyncVector.class (not open) + SnmpMibOid.class (not open) + SnmpMibRequest.class (not open) + SnmpMibRequestImpl.class (not open) + SnmpMibSubRequest.class (not open) + SnmpMibTable.class (not open) + SnmpRequestTree$Enum.class (not open) + SnmpRequestTree$Handler.class (not open) + SnmpRequestTree$SnmpMibSubRequestImpl.class (not open) + SnmpRequestTree.class (not open) + SnmpStandardMetaServer.class (not open) + SnmpStandardObjectServer.class (not open) + SnmpTableCallbackHandler.class (not open) + SnmpTableEntryFactory.class (not open) + SnmpTableEntryNotification.class (not open) + SnmpTableSupport.class (not open) + SnmpUserDataFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.114 +!MESSAGE Cannot handle com.sun.xml.internal.ws.commons.xmlutil [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.115 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.patterns [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ContextMatchStepPattern.class (not open) + FunctionPattern$FunctionOwner.class (not open) + FunctionPattern.class (not open) + NodeTest.class (not open) + NodeTestFilter.class (not open) + StepPattern$PredOwner.class (not open) + StepPattern.class (not open) + UnionPattern$UnionPathPartOwner.class (not open) + UnionPattern.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.115 +!MESSAGE Cannot handle com.sun.xml.internal.org.jvnet.mimepull [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ASCIIUtility.class (not open) + BASE64DecoderStream.class (not open) + Chunk.class (not open) + ChunkInputStream.class (not open) + CleanUpExecutorFactory.class (not open) + Data.class (not open) + DataFile.class (not open) + DataHead$ReadMultiStream.class (not open) + DataHead$ReadOnceStream.class (not open) + DataHead.class (not open) + DecodingException.class (not open) + FactoryFinder.class (not open) + FileData.class (not open) + FinalArrayList.class (not open) + Hdr.class (not open) + Header.class (not open) + InternetHeaders.class (not open) + LineInputStream.class (not open) + MIMEConfig.class (not open) + MIMEEvent$Content.class (not open) + MIMEEvent$EVENT_TYPE.class (not open) + MIMEEvent$EndMessage.class (not open) + MIMEEvent$EndPart.class (not open) + MIMEEvent$Headers.class (not open) + MIMEEvent$StartMessage.class (not open) + MIMEEvent$StartPart.class (not open) + MIMEEvent.class (not open) + MIMEMessage$1.class (not open) + MIMEMessage.class (not open) + MIMEParser$1.class (not open) + MIMEParser$LineInputStream.class (not open) + MIMEParser$MIMEEventIterator.class (not open) + MIMEParser$STATE.class (not open) + MIMEParser.class (not open) + MIMEParsingException.class (not open) + MIMEPart.class (not open) + MemoryData.class (not open) + MimeUtility.class (not open) + PropUtil.class (not open) + QPDecoderStream.class (not open) + TempFiles.class (not open) + UUDecoderStream.class (not open) + WeakDataFile$1.class (not open) + WeakDataFile.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.115 +!MESSAGE Cannot handle com.sun.javafx.iio.bmp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BMPDescriptor.class (not open) + BMPImageLoader$BitConverter.class (not open) + BMPImageLoader.class (not open) + BMPImageLoaderFactory.class (not open) + BitmapInfoHeader.class (not open) + LEInputStream.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.116 +!MESSAGE Cannot handle com.sun.javafx.event [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BasicEventDispatcher.class (not open) + CompositeEventDispatcher.class (not open) + CompositeEventHandler$1.class (not open) + CompositeEventHandler$EventProcessorRecord.class (not open) + CompositeEventHandler$NormalEventFilterRecord.class (not open) + CompositeEventHandler$NormalEventHandlerRecord.class (not open) + CompositeEventHandler$WeakEventFilterRecord.class (not open) + CompositeEventHandler$WeakEventHandlerRecord.class (not open) + CompositeEventHandler.class (not open) + CompositeEventTarget.class (not open) + CompositeEventTargetImpl.class (not open) + DirectEvent.class (not open) + EventDispatchChainImpl.class (not open) + EventDispatchTree.class (not open) + EventDispatchTreeImpl.class (not open) + EventHandlerManager.class (not open) + EventQueue.class (not open) + EventRedirector.class (not open) + EventUtil.class (not open) + RedirectedEvent.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.116 +!MESSAGE Cannot handle com.sun.xml.internal.ws.developer [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.116 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.client [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.117 +!MESSAGE Cannot handle com.sun.corba.se.impl.interceptors [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CDREncapsCodec.class (not open) + ClientRequestInfoImpl.class (not open) + CodecFactoryImpl.class (not open) + IORInfoImpl.class (not open) + InterceptorInvoker.class (not open) + InterceptorList.class (not open) + ORBInitInfoImpl.class (not open) + PICurrent$1.class (not open) + PICurrent.class (not open) + PIHandlerImpl$1.class (not open) + PIHandlerImpl$2.class (not open) + PIHandlerImpl$RequestInfoStack.class (not open) + PIHandlerImpl.class (not open) + PINoOpHandlerImpl.class (not open) + RequestInfoImpl.class (not open) + ServerRequestInfoImpl$1.class (not open) + ServerRequestInfoImpl$AddReplyServiceContextCommand.class (not open) + ServerRequestInfoImpl.class (not open) + SlotTable.class (not open) + SlotTableStack$SlotTablePool.class (not open) + SlotTableStack.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.117 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.jaxp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + JAXPExtensionsProvider.class (not open) + JAXPPrefixResolver.class (not open) + JAXPVariableStack.class (not open) + XPathExpressionImpl.class (not open) + XPathFactoryImpl.class (not open) + XPathImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.117 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.118 +!MESSAGE Cannot handle com.sun.java.browser.net [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ProxyInfo.class (not open) + ProxyService.class (not open) + ProxyServiceProvider.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.118 +!MESSAGE Cannot handle com.sun.corba.se.spi.transport [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CorbaAcceptor.class (not open) + CorbaConnection.class (not open) + CorbaConnectionCache.class (not open) + CorbaContactInfo.class (not open) + CorbaContactInfoList.class (not open) + CorbaContactInfoListFactory.class (not open) + CorbaContactInfoListIterator.class (not open) + CorbaResponseWaitingRoom.class (not open) + CorbaTransportManager.class (not open) + IIOPPrimaryToContactInfo.class (not open) + IORToSocketInfo.class (not open) + IORTransformer.class (not open) + ORBSocketFactory.class (not open) + ReadTimeouts.class (not open) + ReadTimeoutsFactory.class (not open) + SocketInfo.class (not open) + SocketOrChannelAcceptor.class (not open) + TransportDefault$1.class (not open) + TransportDefault$2.class (not open) + TransportDefault$3.class (not open) + TransportDefault.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.118 +!MESSAGE Cannot handle com.sun.java.browser [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.119 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.serializer.utils [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttList.class (not open) + BoolStack.class (not open) + DOM2Helper.class (not open) + Messages.class (not open) + MsgKey.class (not open) + SerializerMessages.class (not open) + SerializerMessages_ca.class (not open) + SerializerMessages_cs.class (not open) + SerializerMessages_de.class (not open) + SerializerMessages_en.class (not open) + SerializerMessages_es.class (not open) + SerializerMessages_fr.class (not open) + SerializerMessages_it.class (not open) + SerializerMessages_ja.class (not open) + SerializerMessages_ko.class (not open) + SerializerMessages_pt_BR.class (not open) + SerializerMessages_sv.class (not open) + SerializerMessages_zh_CN.class (not open) + SerializerMessages_zh_TW.class (not open) + StringToIntTable.class (not open) + SystemIDResolver.class (not open) + URI$MalformedURIException.class (not open) + URI.class (not open) + Utils.class (not open) + WrappedRuntimeException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.119 +!MESSAGE Cannot handle com.sun.javafx.sg.prism.web [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + NGWebView.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.119 +!MESSAGE Cannot handle com.sun.management [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DiagnosticCommandMBean.class (not open) + GarbageCollectionNotificationInfo.class (not open) + GarbageCollectorMXBean.class (not open) + GcInfo.class (not open) + HotSpotDiagnosticMXBean.class (not open) + MissionControl$1.class (not open) + MissionControl$2.class (not open) + MissionControl$FlightRecorderHelper.class (not open) + MissionControl.class (not open) + MissionControlMXBean.class (not open) + OperatingSystemMXBean.class (not open) + ThreadMXBean.class (not open) + UnixOperatingSystemMXBean.class (not open) + VMOption$Origin.class (not open) + VMOption.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.119 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.transforms.params [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + InclusiveNamespaces.class (not open) + XPath2FilterContainer.class (not open) + XPath2FilterContainer04.class (not open) + XPathContainer.class (not open) + XPathFilterCHGPContainer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.120 +!MESSAGE Cannot handle com.sun.javafx.font.directwrite [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + D2D1_COLOR_F.class (not open) + D2D1_MATRIX_3X2_F.class (not open) + D2D1_PIXEL_FORMAT.class (not open) + D2D1_POINT_2F.class (not open) + D2D1_RENDER_TARGET_PROPERTIES.class (not open) + DWDisposer.class (not open) + DWFactory.class (not open) + DWFontFile.class (not open) + DWFontStrike.class (not open) + DWGlyph.class (not open) + DWGlyphLayout.class (not open) + DWRITE_GLYPH_METRICS.class (not open) + DWRITE_GLYPH_RUN.class (not open) + DWRITE_MATRIX.class (not open) + DWRITE_SCRIPT_ANALYSIS.class (not open) + ID2D1Brush.class (not open) + ID2D1Factory.class (not open) + ID2D1RenderTarget.class (not open) + IDWriteFactory.class (not open) + IDWriteFont.class (not open) + IDWriteFontCollection.class (not open) + IDWriteFontFace.class (not open) + IDWriteFontFamily.class (not open) + IDWriteFontFile.class (not open) + IDWriteFontList.class (not open) + IDWriteGlyphRunAnalysis.class (not open) + IDWriteLocalizedStrings.class (not open) + IDWriteTextAnalyzer.class (not open) + IDWriteTextFormat.class (not open) + IDWriteTextLayout.class (not open) + IUnknown.class (not open) + IWICBitmap.class (not open) + IWICBitmapLock.class (not open) + IWICImagingFactory.class (not open) + JFXTextAnalysisSink.class (not open) + JFXTextRenderer.class (not open) + OS.class (not open) + RECT.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.120 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.compiler.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributeSetMethodGenerator.class (not open) + BooleanType.class (not open) + ClassGenerator.class (not open) + CompareGenerator.class (not open) + ErrorMessages.class (not open) + ErrorMessages_ca.class (not open) + ErrorMessages_cs.class (not open) + ErrorMessages_de.class (not open) + ErrorMessages_es.class (not open) + ErrorMessages_fr.class (not open) + ErrorMessages_it.class (not open) + ErrorMessages_ja.class (not open) + ErrorMessages_ko.class (not open) + ErrorMessages_pt_BR.class (not open) + ErrorMessages_sk.class (not open) + ErrorMessages_sv.class (not open) + ErrorMessages_zh_CN.class (not open) + ErrorMessages_zh_TW.class (not open) + ErrorMsg.class (not open) + FilterGenerator.class (not open) + IntType.class (not open) + InternalError.class (not open) + MarkerInstruction.class (not open) + MatchGenerator.class (not open) + MethodGenerator$1.class (not open) + MethodGenerator$Chunk.class (not open) + MethodGenerator$LocalVariableRegistry.class (not open) + MethodGenerator.class (not open) + MethodType.class (not open) + MultiHashtable.class (not open) + NamedMethodGenerator.class (not open) + NodeCounterGenerator.class (not open) + NodeSetType.class (not open) + NodeSortRecordFactGenerator.class (not open) + NodeSortRecordGenerator.class (not open) + NodeType.class (not open) + NumberType.class (not open) + ObjectType.class (not open) + OutlineableChunkEnd.class (not open) + OutlineableChunkStart.class (not open) + RealType.class (not open) + ReferenceType.class (not open) + ResultTreeType.class (not open) + RtMethodGenerator.class (not open) + SlotAllocator.class (not open) + StringStack.class (not open) + StringType.class (not open) + TestGenerator.class (not open) + Type.class (not open) + TypeCheckError.class (not open) + Util.class (not open) + VoidType.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.120 +!MESSAGE Cannot handle com.sun.jmx.remote.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClassLoaderWithRepository.class (not open) + ClassLogger.class (not open) + EnvHelp$1.class (not open) + EnvHelp$SinkOutputStream.class (not open) + EnvHelp.class (not open) + OrderClassLoaders.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.121 +!MESSAGE Cannot handle com.sun.corba.se.pept.encoding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + InputObject.class (not open) + OutputObject.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.121 +!MESSAGE Cannot handle com.sun.corba.se.impl.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + IdentityHashtable.class (not open) + IdentityHashtableEntry.class (not open) + IdentityHashtableEnumerator.class (not open) + JDKBridge.class (not open) + JDKClassLoader$1.class (not open) + JDKClassLoader$JDKClassLoaderCache$CacheKey.class (not open) + JDKClassLoader$JDKClassLoaderCache.class (not open) + JDKClassLoader.class (not open) + ORBProperties.class (not open) + PackagePrefixChecker.class (not open) + RepositoryId.class (not open) + RepositoryIdCache.class (not open) + RepositoryIdPool.class (not open) + SUNVMCID.class (not open) + StubEntry.class (not open) + Utility.class (not open) + Version.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.121 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.schemagen.xmlschema [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Annotated.class (not open) + Annotation.class (not open) + Any.class (not open) + Appinfo.class (not open) + AttrDecls.class (not open) + AttributeType.class (not open) + ComplexContent.class (not open) + ComplexExtension.class (not open) + ComplexRestriction.class (not open) + ComplexType.class (not open) + ComplexTypeHost.class (not open) + ComplexTypeModel.class (not open) + ContentModelContainer.class (not open) + Documentation.class (not open) + Element.class (not open) + ExplicitGroup.class (not open) + ExtensionType.class (not open) + FixedOrDefault.class (not open) + Import.class (not open) + List.class (not open) + LocalAttribute.class (not open) + LocalElement.class (not open) + NestedParticle.class (not open) + NoFixedFacet.class (not open) + Occurs.class (not open) + Particle.class (not open) + Redefinable.class (not open) + Schema.class (not open) + SchemaTop.class (not open) + SimpleContent.class (not open) + SimpleDerivation.class (not open) + SimpleExtension.class (not open) + SimpleRestriction.class (not open) + SimpleRestrictionModel.class (not open) + SimpleType.class (not open) + SimpleTypeHost.class (not open) + TopLevelAttribute.class (not open) + TopLevelElement.class (not open) + TypeDefParticle.class (not open) + TypeHost.class (not open) + Union.class (not open) + Wildcard.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.122 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.config.management [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EndpointCreationAttributes.class (not open) + ManagedEndpointFactory.class (not open) + Reconfigurable.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.122 +!MESSAGE Cannot handle com.sun.xml.internal.ws.encoding.fastinfoset [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FastInfosetCodec.class (not open) + FastInfosetMIMETypes.class (not open) + FastInfosetStreamReaderFactory.class (not open) + FastInfosetStreamReaderRecyclable.class (not open) + FastInfosetStreamSOAP11Codec.class (not open) + FastInfosetStreamSOAP12Codec.class (not open) + FastInfosetStreamSOAPCodec$1.class (not open) + FastInfosetStreamSOAPCodec.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.122 +!MESSAGE Cannot handle com.sun.swing [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.123 +!MESSAGE Cannot handle com.sun.org.omg [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.123 +!MESSAGE Cannot handle com.oracle.webservices.internal.api.message [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BaseDistributedPropertySet$DistributedMapView.class (not open) + BaseDistributedPropertySet.class (not open) + BasePropertySet$1.class (not open) + BasePropertySet$2.class (not open) + BasePropertySet$3.class (not open) + BasePropertySet$Accessor.class (not open) + BasePropertySet$FieldAccessor.class (not open) + BasePropertySet$MapView.class (not open) + BasePropertySet$MethodAccessor.class (not open) + BasePropertySet$PropertyMap.class (not open) + BasePropertySet$PropertyMapEntry.class (not open) + BasePropertySet.class (not open) + ContentType$Builder.class (not open) + ContentType.class (not open) + DistributedPropertySet.class (not open) + MessageContext.class (not open) + MessageContextFactory$1.class (not open) + MessageContextFactory$2.class (not open) + MessageContextFactory$3.class (not open) + MessageContextFactory$Creator.class (not open) + MessageContextFactory.class (not open) + PropertySet$Property.class (not open) + PropertySet.class (not open) + ReadOnlyPropertyException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.123 +!MESSAGE Cannot handle com.sun.xml.internal.ws.util.xml [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.124 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.wsdl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.124 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.124 +!MESSAGE Cannot handle com.sun.xml.internal.ws.binding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BindingImpl$MessageKey.class (not open) + BindingImpl.class (not open) + FeatureListUtil.class (not open) + HTTPBindingImpl.class (not open) + SOAPBindingImpl.class (not open) + WebServiceFeatureList$MergedFeatures.class (not open) + WebServiceFeatureList.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.125 +!MESSAGE Cannot handle com.sun.xml.internal.stream.dtd [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DTDGrammarUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.125 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys.storage [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + StorageResolver$StorageResolverIterator.class (not open) + StorageResolver.class (not open) + StorageResolverException.class (not open) + StorageResolverSpi.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.125 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.algorithms [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Algorithm.class (not open) + ClassLoaderUtils$1.class (not open) + ClassLoaderUtils.class (not open) + JCEMapper$Algorithm.class (not open) + JCEMapper.class (not open) + MessageDigestAlgorithm.class (not open) + SignatureAlgorithm.class (not open) + SignatureAlgorithmSpi.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.126 +!MESSAGE Cannot handle com.sun.jndi.ldap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.126 +!MESSAGE Cannot handle com.sun.net.ssl.internal.www.protocol [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.126 +!MESSAGE Cannot handle com.sun.prism.j2d [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + J2DFontFactory$1.class (not open) + J2DFontFactory.class (not open) + J2DPipeline.class (not open) + J2DPresentable$Bimg.class (not open) + J2DPresentable$Glass.class (not open) + J2DPresentable.class (not open) + J2DPrismGraphics$1.class (not open) + J2DPrismGraphics$AdaptorPathIterator.class (not open) + J2DPrismGraphics$AdaptorShape.class (not open) + J2DPrismGraphics$FilterStroke.class (not open) + J2DPrismGraphics$InnerStroke.class (not open) + J2DPrismGraphics$OuterStroke.class (not open) + J2DPrismGraphics.class (not open) + J2DRTTexture.class (not open) + J2DResourceFactory$1.class (not open) + J2DResourceFactory.class (not open) + J2DTexture$1.class (not open) + J2DTexture$J2DTexResource.class (not open) + J2DTexture.class (not open) + J2DTexturePool$1.class (not open) + J2DTexturePool.class (not open) + PrismPrintGraphics$PagePresentable.class (not open) + PrismPrintGraphics$PrintResourceFactory.class (not open) + PrismPrintGraphics.class (not open) + PrismPrintPipeline$NameComparator.class (not open) + PrismPrintPipeline.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.127 +!MESSAGE Cannot handle com.sun.glass.ui.win [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + EHTMLReadMode.class (not open) + HTMLCodec$1.class (not open) + HTMLCodec.class (not open) + WinAccessible$1.class (not open) + WinAccessible.class (not open) + WinApplication$1.class (not open) + WinApplication.class (not open) + WinChildWindow.class (not open) + WinClipboardDelegate.class (not open) + WinCommonDialogs.class (not open) + WinCursor.class (not open) + WinDnDClipboard.class (not open) + WinGestureSupport.class (not open) + WinHTMLCodec.class (not open) + WinMenuBarDelegate.class (not open) + WinMenuDelegate.class (not open) + WinMenuImpl.class (not open) + WinMenuItemDelegate$CommandIDManager.class (not open) + WinMenuItemDelegate.class (not open) + WinPixels.class (not open) + WinPlatformFactory.class (not open) + WinRobot.class (not open) + WinSystemClipboard$MimeTypeParser.class (not open) + WinSystemClipboard.class (not open) + WinTextRangeProvider.class (not open) + WinTimer.class (not open) + WinVariant.class (not open) + WinView.class (not open) + WinWindow.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.127 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.runtime.unmarshaller [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.127 +!MESSAGE Cannot handle com.sun.security.cert.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.127 +!MESSAGE Cannot handle com.sun.corba.se.impl.naming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.128 +!MESSAGE Cannot handle com.sun.xml.internal.ws.util.pipe [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractSchemaValidationTube$1.class (not open) + AbstractSchemaValidationTube$2.class (not open) + AbstractSchemaValidationTube$MetadataResolverImpl$1.class (not open) + AbstractSchemaValidationTube$MetadataResolverImpl.class (not open) + AbstractSchemaValidationTube$ValidationDocumentAddressResolver.class (not open) + AbstractSchemaValidationTube.class (not open) + DumpTube$1.class (not open) + DumpTube.class (not open) + StandalonePipeAssembler.class (not open) + StandaloneTubeAssembler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.128 +!MESSAGE Cannot handle com.sun.org.glassfish.external.probe.provider [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + PluginPoint.class (not open) + StatsProvider.class (not open) + StatsProviderInfo.class (not open) + StatsProviderManager.class (not open) + StatsProviderManagerDelegate.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.128 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.dtm.ref.dom2dtm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DOM2DTM$CharacterNodeHandler.class (not open) + DOM2DTM.class (not open) + DOM2DTMdefaultNamespaceDeclarationNode.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.129 +!MESSAGE Cannot handle com.oracle.xmlns [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.129 +!MESSAGE Cannot handle com.sun.jndi.ldap.pool [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ConnectionDesc.class (not open) + Connections.class (not open) + ConnectionsRef.class (not open) + ConnectionsWeakRef.class (not open) + Pool.class (not open) + PoolCallback.class (not open) + PoolCleaner.class (not open) + PooledConnection.class (not open) + PooledConnectionFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.129 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + IntegerArray.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.130 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.res [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.130 +!MESSAGE Cannot handle com.sun.corba.se.internal.iiop [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ORB.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.130 +!MESSAGE Cannot handle com.sun.webkit.event [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + WCChangeEvent.class (not open) + WCChangeListener.class (not open) + WCFocusEvent.class (not open) + WCInputMethodEvent.class (not open) + WCKeyEvent.class (not open) + WCMouseEvent.class (not open) + WCMouseWheelEvent.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.131 +!MESSAGE Cannot handle com.sun.java.accessibility.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jaccess.jar] + AccessibilityEventMonitor$AccessibilityEventListener.class (not open) + AccessibilityEventMonitor.class (not open) + AccessibilityListenerList.class (not open) + AWTEventMonitor$AWTEventsListener.class (not open) + AWTEventMonitor.class (not open) + ComponentEvtDispatchThread.class (not open) + EventID.class (not open) + EventQueueMonitor$1.class (not open) + EventQueueMonitor.class (not open) + EventQueueMonitorItem.class (not open) + GUIInitializedListener.class (not open) + GUIInitializedMulticaster.class (not open) + package-info.class (not open) + SwingEventMonitor$SwingEventListener.class (not open) + SwingEventMonitor.class (not open) + TopLevelWindowListener.class (not open) + TopLevelWindowMulticaster.class (not open) + Translator.class (not open) + _AccessibleState.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.131 +!MESSAGE Cannot handle com.sun.javafx.collections [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ArrayListenerHelper$1.class (not open) + ArrayListenerHelper$Generic.class (not open) + ArrayListenerHelper$SingleChange.class (not open) + ArrayListenerHelper$SingleInvalidation.class (not open) + ArrayListenerHelper.class (not open) + ChangeHelper.class (not open) + ElementObservableListDecorator$1$1.class (not open) + ElementObservableListDecorator$1.class (not open) + ElementObservableListDecorator$2.class (not open) + ElementObservableListDecorator.class (not open) + ElementObserver$ElementsMapElement.class (not open) + ElementObserver.class (not open) + FloatArraySyncer.class (not open) + ImmutableObservableList.class (not open) + IntegerArraySyncer.class + interface IntegerArraySyncer + ListListenerHelper$1.class (not open) + ListListenerHelper$Generic.class (not open) + ListListenerHelper$SingleChange.class (not open) + ListListenerHelper$SingleInvalidation.class (not open) + ListListenerHelper.class (not open) + MapAdapterChange.class (not open) + MapListenerHelper$1.class (not open) + MapListenerHelper$Generic.class (not open) + MapListenerHelper$SingleChange.class (not open) + MapListenerHelper$SingleInvalidation.class (not open) + MapListenerHelper.class (not open) + MappingChange$1.class (not open) + MappingChange$2.class (not open) + MappingChange$Map.class (not open) + MappingChange.class (not open) + NonIterableChange$GenericAddRemoveChange.class (not open) + NonIterableChange$SimpleAddChange.class (not open) + NonIterableChange$SimplePermutationChange.class (not open) + NonIterableChange$SimpleRemovedChange.class (not open) + NonIterableChange$SimpleUpdateChange.class (not open) + NonIterableChange.class (not open) + ObservableFloatArrayImpl.class (not open) + ObservableIntegerArrayImpl.class (not open) + ObservableListWrapper$1$1.class (not open) + ObservableListWrapper$1.class (not open) + ObservableListWrapper.class (not open) + ObservableMapWrapper$1.class (not open) + ObservableMapWrapper$ObservableEntry.class (not open) + ObservableMapWrapper$ObservableEntrySet$1.class (not open) + ObservableMapWrapper$ObservableEntrySet.class (not open) + ObservableMapWrapper$ObservableKeySet$1.class (not open) + ObservableMapWrapper$ObservableKeySet.class (not open) + ObservableMapWrapper$ObservableValues$1.class (not open) + ObservableMapWrapper$ObservableValues.class (not open) + ObservableMapWrapper$SimpleChange.class (not open) + ObservableMapWrapper.class (not open) + ObservableSequentialListWrapper$1$1.class (not open) + ObservableSequentialListWrapper$1.class (not open) + ObservableSequentialListWrapper$2.class (not open) + ObservableSequentialListWrapper.class (not open) + ObservableSetWrapper$1.class (not open) + ObservableSetWrapper$SimpleAddChange.class (not open) + ObservableSetWrapper$SimpleRemoveChange.class (not open) + ObservableSetWrapper.class (not open) + SetAdapterChange.class (not open) + SetListenerHelper$1.class (not open) + SetListenerHelper$Generic.class (not open) + SetListenerHelper$SingleChange.class (not open) + SetListenerHelper$SingleInvalidation.class (not open) + SetListenerHelper.class (not open) + SortHelper.class (not open) + SortableList.class (not open) + SourceAdapterChange.class (not open) + TrackableObservableList.class (not open) + UnmodifiableListSet$1.class (not open) + UnmodifiableListSet.class (not open) + UnmodifiableObservableMap.class (not open) + VetoableListDecorator$1.class (not open) + VetoableListDecorator$ModCountAccessor.class (not open) + VetoableListDecorator$ModCountAccessorImpl.class (not open) + VetoableListDecorator$VetoableIteratorDecorator.class (not open) + VetoableListDecorator$VetoableListIteratorDecorator.class (not open) + VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.class (not open) + VetoableListDecorator$VetoableSubListDecorator.class (not open) + VetoableListDecorator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.131 +!MESSAGE Cannot handle com.sun.jmx.remote.security [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FileLoginModule.class (not open) + JMXPluggableAuthenticator$1.class (not open) + JMXPluggableAuthenticator$2.class (not open) + JMXPluggableAuthenticator$FileLoginConfig.class (not open) + JMXPluggableAuthenticator$JMXCallbackHandler.class (not open) + JMXPluggableAuthenticator.class (not open) + JMXSubjectDomainCombiner.class (not open) + MBeanServerAccessController.class (not open) + MBeanServerFileAccessController$1.class (not open) + MBeanServerFileAccessController$2.class (not open) + MBeanServerFileAccessController$Access.class (not open) + MBeanServerFileAccessController$AccessType.class (not open) + MBeanServerFileAccessController$Parser.class (not open) + MBeanServerFileAccessController.class (not open) + NotificationAccessController.class (not open) + SubjectDelegator$1.class (not open) + SubjectDelegator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.132 +!MESSAGE Cannot handle com.sun.media.jfxmedia.logging [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Logger.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.132 +!MESSAGE Cannot handle com.sun.org.apache.regexp.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CharacterArrayCharacterIterator.class (not open) + CharacterIterator.class (not open) + RE.class (not open) + RECompiler$RERange.class (not open) + RECompiler.class (not open) + REDebugCompiler.class (not open) + REProgram.class (not open) + RESyntaxException.class (not open) + RETest.class (not open) + RETestCase.class (not open) + REUtil.class (not open) + ReaderCharacterIterator.class (not open) + StreamCharacterIterator.class (not open) + StringCharacterIterator.class (not open) + recompile.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.132 +!MESSAGE Cannot handle com.sun.java.browser.dom [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DOMAccessException.class (not open) + DOMAccessor.class (not open) + DOMAction.class (not open) + DOMService.class (not open) + DOMServiceProvider.class (not open) + DOMUnsupportedException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.133 +!MESSAGE Cannot handle com.sun.javafx.geom.transform [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Affine2D$1.class (not open) + Affine2D.class (not open) + Affine3D$1.class (not open) + Affine3D.class (not open) + AffineBase$1.class (not open) + AffineBase.class (not open) + BaseTransform$Degree.class (not open) + BaseTransform.class (not open) + CanTransformVec3d.class (not open) + GeneralTransform3D.class (not open) + Identity.class (not open) + NoninvertibleTransformException.class (not open) + SingularMatrixException.class (not open) + TransformHelper.class (not open) + Translate2D.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.133 +!MESSAGE Cannot handle com.sun.org.apache.bcel.internal.generic [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AALOAD.class (not open) + AASTORE.class (not open) + ACONST_NULL.class (not open) + ALOAD.class (not open) + ANEWARRAY.class (not open) + ARETURN.class (not open) + ARRAYLENGTH.class (not open) + ASTORE.class (not open) + ATHROW.class (not open) + AllocationInstruction.class (not open) + ArithmeticInstruction.class (not open) + ArrayInstruction.class (not open) + ArrayType.class (not open) + BALOAD.class (not open) + BASTORE.class (not open) + BIPUSH.class (not open) + BREAKPOINT.class (not open) + BasicType.class (not open) + BranchHandle.class (not open) + BranchInstruction.class (not open) + CALOAD.class (not open) + CASTORE.class (not open) + CHECKCAST.class (not open) + CPInstruction.class (not open) + ClassGen.class (not open) + ClassGenException.class (not open) + ClassObserver.class (not open) + CodeExceptionGen.class (not open) + CompoundInstruction.class (not open) + ConstantPoolGen$Index.class (not open) + ConstantPoolGen.class (not open) + ConstantPushInstruction.class (not open) + ConversionInstruction.class (not open) + D2F.class (not open) + D2I.class (not open) + D2L.class (not open) + DADD.class (not open) + DALOAD.class (not open) + DASTORE.class (not open) + DCMPG.class (not open) + DCMPL.class (not open) + DCONST.class (not open) + DDIV.class (not open) + DLOAD.class (not open) + DMUL.class (not open) + DNEG.class (not open) + DREM.class (not open) + DRETURN.class (not open) + DSTORE.class (not open) + DSUB.class (not open) + DUP.class (not open) + DUP2.class (not open) + DUP2_X1.class (not open) + DUP2_X2.class (not open) + DUP_X1.class (not open) + DUP_X2.class (not open) + EmptyVisitor.class (not open) + ExceptionThrower.class (not open) + F2D.class (not open) + F2I.class (not open) + F2L.class (not open) + FADD.class (not open) + FALOAD.class (not open) + FASTORE.class (not open) + FCMPG.class (not open) + FCMPL.class (not open) + FCONST.class (not open) + FDIV.class (not open) + FLOAD.class (not open) + FMUL.class (not open) + FNEG.class (not open) + FREM.class (not open) + FRETURN.class (not open) + FSTORE.class (not open) + FSUB.class (not open) + FieldGen.class (not open) + FieldGenOrMethodGen.class (not open) + FieldInstruction.class (not open) + FieldObserver.class (not open) + FieldOrMethod.class (not open) + GETFIELD.class (not open) + GETSTATIC.class (not open) + GOTO.class (not open) + GOTO_W.class (not open) + GotoInstruction.class (not open) + I2B.class (not open) + I2C.class (not open) + I2D.class (not open) + I2F.class (not open) + I2L.class (not open) + I2S.class (not open) + IADD.class (not open) + IALOAD.class (not open) + IAND.class (not open) + IASTORE.class (not open) + ICONST.class (not open) + IDIV.class (not open) + IFEQ.class (not open) + IFGE.class (not open) + IFGT.class (not open) + IFLE.class (not open) + IFLT.class (not open) + IFNE.class (not open) + IFNONNULL.class (not open) + IFNULL.class (not open) + IF_ACMPEQ.class (not open) + IF_ACMPNE.class (not open) + IF_ICMPEQ.class (not open) + IF_ICMPGE.class (not open) + IF_ICMPGT.class (not open) + IF_ICMPLE.class (not open) + IF_ICMPLT.class (not open) + IF_ICMPNE.class (not open) + IINC.class (not open) + ILOAD.class (not open) + IMPDEP1.class (not open) + IMPDEP2.class (not open) + IMUL.class (not open) + INEG.class (not open) + INSTANCEOF.class (not open) + INVOKEINTERFACE.class (not open) + INVOKESPECIAL.class (not open) + INVOKESTATIC.class (not open) + INVOKEVIRTUAL.class (not open) + IOR.class (not open) + IREM.class (not open) + IRETURN.class (not open) + ISHL.class (not open) + ISHR.class (not open) + ISTORE.class (not open) + ISUB.class (not open) + IUSHR.class (not open) + IXOR.class (not open) + IfInstruction.class (not open) + IndexedInstruction.class (not open) + Instruction.class (not open) + InstructionComparator$1.class (not open) + InstructionComparator.class (not open) + InstructionConstants$Clinit.class (not open) + InstructionConstants.class (not open) + InstructionFactory$MethodObject.class (not open) + InstructionFactory.class (not open) + InstructionHandle.class (not open) + InstructionList$1.class (not open) + InstructionList.class (not open) + InstructionListObserver.class (not open) + InstructionTargeter.class (not open) + InvokeInstruction.class (not open) + JSR.class (not open) + JSR_W.class (not open) + JsrInstruction.class (not open) + L2D.class (not open) + L2F.class (not open) + L2I.class (not open) + LADD.class (not open) + LALOAD.class (not open) + LAND.class (not open) + LASTORE.class (not open) + LCMP.class (not open) + LCONST.class (not open) + LDC.class (not open) + LDC2_W.class (not open) + LDC_W.class (not open) + LDIV.class (not open) + LLOAD.class (not open) + LMUL.class (not open) + LNEG.class (not open) + LOOKUPSWITCH.class (not open) + LOR.class (not open) + LREM.class (not open) + LRETURN.class (not open) + LSHL.class (not open) + LSHR.class (not open) + LSTORE.class (not open) + LSUB.class (not open) + LUSHR.class (not open) + LXOR.class (not open) + LineNumberGen.class (not open) + LoadClass.class (not open) + LoadInstruction.class (not open) + LocalVariableGen.class (not open) + LocalVariableInstruction.class (not open) + MONITORENTER.class (not open) + MONITOREXIT.class (not open) + MULTIANEWARRAY.class (not open) + MethodGen$BranchStack.class (not open) + MethodGen$BranchTarget.class (not open) + MethodGen.class (not open) + MethodObserver.class (not open) + NEW.class + class NEW + NEWARRAY.class + class NEWARRAY + NOP.class (not open) + NamedAndTyped.class (not open) + ObjectType.class (not open) + POP.class (not open) + POP2.class (not open) + PUSH.class (not open) + PUTFIELD.class (not open) + PUTSTATIC.class (not open) + PopInstruction.class (not open) + PushInstruction.class (not open) + RET.class (not open) + RETURN.class (not open) + ReferenceType.class (not open) + ReturnInstruction.class (not open) + ReturnaddressType.class (not open) + SALOAD.class (not open) + SASTORE.class (not open) + SIPUSH.class (not open) + SWAP.class (not open) + SWITCH.class (not open) + Select.class (not open) + StackConsumer.class (not open) + StackInstruction.class (not open) + StackProducer.class (not open) + StoreInstruction.class (not open) + TABLESWITCH.class (not open) + TargetLostException.class (not open) + Type$1.class (not open) + Type$2.class (not open) + Type.class (not open) + TypedInstruction.class (not open) + UnconditionalBranch.class (not open) + VariableLengthInstruction.class (not open) + Visitor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.133 +!MESSAGE Cannot handle com.sun.jmx.interceptor [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DefaultMBeanServerInterceptor$1.class (not open) + DefaultMBeanServerInterceptor$2.class (not open) + DefaultMBeanServerInterceptor$3.class (not open) + DefaultMBeanServerInterceptor$ListenerWrapper.class (not open) + DefaultMBeanServerInterceptor$ResourceContext$1.class (not open) + DefaultMBeanServerInterceptor$ResourceContext.class (not open) + DefaultMBeanServerInterceptor.class (not open) + MBeanServerInterceptor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.134 +!MESSAGE Cannot handle com.sun.beans.infos [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ComponentBeanInfo.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.134 +!MESSAGE Cannot handle com.sun.corba.se.impl.copyobject [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CopierManagerImpl.class (not open) + FallbackObjectCopierImpl.class (not open) + JavaStreamObjectCopierImpl.class (not open) + ORBStreamObjectCopierImpl.class (not open) + ReferenceObjectCopierImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.134 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.dom [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DOMDocumentParser.class (not open) + DOMDocumentSerializer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.135 +!MESSAGE Cannot handle com.sun.xml.internal.ws.encoding.soap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DeserializationException.class (not open) + SOAP12Constants.class (not open) + SOAPConstants.class (not open) + SerializationException.class (not open) + SerializerConstants.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.135 +!MESSAGE Cannot handle com.sun.xml.internal.ws.message [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractHeaderImpl.class (not open) + AbstractMessageImpl.class (not open) + AttachmentSetImpl.class (not open) + AttachmentUnmarshallerImpl.class (not open) + ByteArrayAttachment.class (not open) + DOMHeader.class (not open) + DOMMessage.class (not open) + DataHandlerAttachment.class (not open) + EmptyMessageImpl.class (not open) + FaultDetailHeader.class (not open) + FaultMessage.class (not open) + JAXBAttachment.class (not open) + MimeAttachmentSet.class (not open) + PayloadElementSniffer.class (not open) + ProblemActionHeader.class (not open) + RelatesToHeader.class (not open) + RootElementSniffer.class (not open) + StringHeader.class (not open) + Util.class (not open) + XMLReaderImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.136 +!MESSAGE Cannot handle com.sun.org [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.136 +!MESSAGE Cannot handle com.sun.org.glassfish.gmbal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AMXClient.class (not open) + AMXMBeanInterface.class (not open) + AMXMetadata.class (not open) + Description.class (not open) + DescriptorFields.class (not open) + DescriptorKey.class (not open) + GmbalException.class (not open) + GmbalMBean.class (not open) + GmbalMBeanNOPImpl.class (not open) + Impact.class (not open) + IncludeSubclass.class (not open) + InheritedAttribute.class (not open) + InheritedAttributes.class (not open) + ManagedAttribute.class (not open) + ManagedData.class (not open) + ManagedObject.class (not open) + ManagedObjectManager$RegistrationDebugLevel.class (not open) + ManagedObjectManager.class (not open) + ManagedObjectManagerFactory$1.class (not open) + ManagedObjectManagerFactory.class (not open) + ManagedObjectManagerNOPImpl.class (not open) + ManagedOperation.class (not open) + NameValue.class (not open) + ParameterNames.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.137 +!MESSAGE Cannot handle com.sun.scenario.effect.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BufferUtil.class (not open) + EffectPeer.class (not open) + HeapImage.class (not open) + ImagePool$1.class (not open) + ImagePool.class (not open) + PoolFilterable.class (not open) + Renderer$RendererState.class (not open) + Renderer.class (not open) + RendererFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.137 +!MESSAGE Cannot handle com.sun.jndi.ldap.ext [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + StartTlsResponseImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.137 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.model.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.138 +!MESSAGE Cannot handle com.sun.jmx.snmp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BerDecoder.class (not open) + BerEncoder.class (not open) + BerException.class (not open) + EnumRowStatus.class (not open) + Enumerated.class (not open) + InetAddressAcl.class (not open) + ServiceName.class (not open) + SnmpAckPdu.class (not open) + SnmpBadSecurityLevelException.class (not open) + SnmpCounter.class (not open) + SnmpCounter64.class (not open) + SnmpDataTypeEnums.class (not open) + SnmpDefinitions.class (not open) + SnmpEngine.class (not open) + SnmpEngineFactory.class (not open) + SnmpEngineId.class (not open) + SnmpEngineParameters.class (not open) + SnmpGauge.class (not open) + SnmpInt.class (not open) + SnmpIpAddress.class (not open) + SnmpMessage.class (not open) + SnmpMsg.class (not open) + SnmpNull.class (not open) + SnmpOid.class (not open) + SnmpOidDatabase.class (not open) + SnmpOidDatabaseSupport.class (not open) + SnmpOidRecord.class (not open) + SnmpOidTable.class (not open) + SnmpOidTableSupport.class (not open) + SnmpOpaque.class (not open) + SnmpParameters.class (not open) + SnmpParams.class (not open) + SnmpPdu.class (not open) + SnmpPduBulk.class (not open) + SnmpPduBulkType.class (not open) + SnmpPduFactory.class (not open) + SnmpPduFactoryBER.class (not open) + SnmpPduPacket.class (not open) + SnmpPduRequest.class (not open) + SnmpPduRequestType.class (not open) + SnmpPduTrap.class (not open) + SnmpPeer.class (not open) + SnmpPermission.class (not open) + SnmpScopedPduBulk.class (not open) + SnmpScopedPduPacket.class (not open) + SnmpScopedPduRequest.class (not open) + SnmpSecurityException.class (not open) + SnmpSecurityParameters.class (not open) + SnmpStatusException.class (not open) + SnmpString.class (not open) + SnmpStringFixed.class (not open) + SnmpTimeticks.class (not open) + SnmpTooBigException.class (not open) + SnmpUnknownAccContrModelException.class (not open) + SnmpUnknownModelException.class (not open) + SnmpUnknownModelLcdException.class (not open) + SnmpUnknownMsgProcModelException.class (not open) + SnmpUnknownSecModelException.class (not open) + SnmpUnknownSubSystemException.class (not open) + SnmpUnsignedInt.class (not open) + SnmpUsmKeyHandler.class (not open) + SnmpV3Message.class (not open) + SnmpValue.class (not open) + SnmpVarBind.class (not open) + SnmpVarBindList.class (not open) + ThreadContext.class (not open) + Timestamp.class (not open) + UserAcl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.138 +!MESSAGE Cannot handle com.sun.xml.internal.bind.api [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.138 +!MESSAGE Cannot handle com.sun.xml.internal.ws.assembler.dev [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientTubelineAssemblyContext.class (not open) + ServerTubelineAssemblyContext.class (not open) + TubeFactory.class (not open) + TubelineAssemblyContext.class (not open) + TubelineAssemblyContextUpdater.class (not open) + TubelineAssemblyDecorator$CompositeTubelineAssemblyDecorator.class (not open) + TubelineAssemblyDecorator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.139 +!MESSAGE Cannot handle com.sun.corba.se.impl.orbutil.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.139 +!MESSAGE Cannot handle com.sun.javafx.robot.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BaseFXRobot.class (not open) + FXRobotHelper$FXRobotImageConvertor.class (not open) + FXRobotHelper$FXRobotInputAccessor.class (not open) + FXRobotHelper$FXRobotSceneAccessor.class (not open) + FXRobotHelper$FXRobotStageAccessor.class (not open) + FXRobotHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.139 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.policy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AlternativeSelector.class (not open) + ModelGenerator$SourceModelCreator.class (not open) + ModelGenerator.class (not open) + ModelTranslator.class (not open) + ModelUnmarshaller.class (not open) + PolicyResolver$ClientContext.class (not open) + PolicyResolver$ServerContext.class (not open) + PolicyResolver.class (not open) + PolicyResolverFactory.class (not open) + SourceModel.class (not open) + ValidationProcessor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.140 +!MESSAGE Cannot handle com.sun.security.cert.internal.x509 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + X509V1CertImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.140 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys.keyresolver [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + InvalidKeyResolverException.class (not open) + KeyResolver$ResolverIterator.class (not open) + KeyResolver.class (not open) + KeyResolverException.class (not open) + KeyResolverSpi.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.140 +!MESSAGE Cannot handle com.sun.xml.internal.ws.dump [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + LoggingDumpTube$Position.class (not open) + LoggingDumpTube.class (not open) + MessageDumper$MessageType.class (not open) + MessageDumper$ProcessingState.class (not open) + MessageDumper.class (not open) + MessageDumping.class (not open) + MessageDumpingFeature.class (not open) + MessageDumpingTube.class (not open) + MessageDumpingTubeFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.141 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.runtime [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractTranslet.class (not open) + Attributes.class (not open) + BasisLibrary$1.class (not open) + BasisLibrary$2.class (not open) + BasisLibrary$3.class (not open) + BasisLibrary.class (not open) + Constants.class (not open) + ErrorMessages.class (not open) + ErrorMessages_ca.class (not open) + ErrorMessages_cs.class (not open) + ErrorMessages_de.class (not open) + ErrorMessages_es.class (not open) + ErrorMessages_fr.class (not open) + ErrorMessages_it.class (not open) + ErrorMessages_ja.class (not open) + ErrorMessages_ko.class (not open) + ErrorMessages_pt_BR.class (not open) + ErrorMessages_sk.class (not open) + ErrorMessages_sv.class (not open) + ErrorMessages_zh_CN.class (not open) + ErrorMessages_zh_TW.class (not open) + InternalRuntimeError.class (not open) + MessageHandler.class (not open) + Node.class (not open) + Operators.class (not open) + Parameter.class (not open) + StringValueHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.141 +!MESSAGE Cannot handle com.sun.deploy.uitoolkit.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.141 +!MESSAGE Cannot handle com.sun.corba.se.spi.activation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Activator.class (not open) + ActivatorHelper.class (not open) + ActivatorHolder.class (not open) + ActivatorOperations.class (not open) + BadServerDefinition.class (not open) + BadServerDefinitionHelper.class (not open) + BadServerDefinitionHolder.class (not open) + EndPointInfo.class (not open) + EndPointInfoHelper.class (not open) + EndPointInfoHolder.class (not open) + EndpointInfoListHelper.class (not open) + EndpointInfoListHolder.class (not open) + IIOP_CLEAR_TEXT.class (not open) + InitialNameService.class (not open) + InitialNameServiceHelper.class (not open) + InitialNameServiceHolder.class (not open) + InitialNameServiceOperations.class (not open) + InvalidORBid.class (not open) + InvalidORBidHelper.class (not open) + InvalidORBidHolder.class (not open) + Locator.class (not open) + LocatorHelper.class (not open) + LocatorHolder.class (not open) + LocatorOperations.class (not open) + NoSuchEndPoint.class (not open) + NoSuchEndPointHelper.class (not open) + NoSuchEndPointHolder.class (not open) + ORBAlreadyRegistered.class (not open) + ORBAlreadyRegisteredHelper.class (not open) + ORBAlreadyRegisteredHolder.class (not open) + ORBPortInfo.class (not open) + ORBPortInfoHelper.class (not open) + ORBPortInfoHolder.class (not open) + ORBPortInfoListHelper.class (not open) + ORBPortInfoListHolder.class (not open) + ORBidHelper.class (not open) + ORBidListHelper.class (not open) + ORBidListHolder.class (not open) + POANameHelper.class (not open) + POANameHolder.class (not open) + Repository.class (not open) + RepositoryHelper.class (not open) + RepositoryHolder.class (not open) + RepositoryOperations.class (not open) + Server.class (not open) + ServerAlreadyActive.class (not open) + ServerAlreadyActiveHelper.class (not open) + ServerAlreadyActiveHolder.class (not open) + ServerAlreadyInstalled.class (not open) + ServerAlreadyInstalledHelper.class (not open) + ServerAlreadyInstalledHolder.class (not open) + ServerAlreadyRegistered.class (not open) + ServerAlreadyRegisteredHelper.class (not open) + ServerAlreadyRegisteredHolder.class (not open) + ServerAlreadyUninstalled.class (not open) + ServerAlreadyUninstalledHelper.class (not open) + ServerAlreadyUninstalledHolder.class (not open) + ServerHeldDown.class (not open) + ServerHeldDownHelper.class (not open) + ServerHeldDownHolder.class (not open) + ServerHelper.class (not open) + ServerHolder.class (not open) + ServerIdHelper.class (not open) + ServerIdsHelper.class (not open) + ServerIdsHolder.class (not open) + ServerManager.class (not open) + ServerManagerHelper.class (not open) + ServerManagerHolder.class (not open) + ServerManagerOperations.class (not open) + ServerNotActive.class (not open) + ServerNotActiveHelper.class (not open) + ServerNotActiveHolder.class (not open) + ServerNotRegistered.class (not open) + ServerNotRegisteredHelper.class (not open) + ServerNotRegisteredHolder.class (not open) + ServerOperations.class (not open) + TCPPortHelper.class (not open) + _ActivatorImplBase.class (not open) + _ActivatorStub.class (not open) + _InitialNameServiceImplBase.class (not open) + _InitialNameServiceStub.class (not open) + _LocatorImplBase.class (not open) + _LocatorStub.class (not open) + _RepositoryImplBase.class (not open) + _RepositoryStub.class (not open) + _ServerImplBase.class (not open) + _ServerManagerImplBase.class (not open) + _ServerManagerStub.class (not open) + _ServerStub.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.142 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.message [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AddressingUtils.class (not open) + Attachment.class (not open) + AttachmentEx$MimeHeader.class (not open) + AttachmentEx.class (not open) + AttachmentSet.class (not open) + ExceptionHasMessage.class (not open) + FilterMessageImpl.class (not open) + Header.class (not open) + HeaderList$1.class (not open) + HeaderList$2.class (not open) + HeaderList.class (not open) + Headers$1.class (not open) + Headers.class (not open) + Message.class (not open) + MessageContextFactory.class (not open) + MessageHeaders.class (not open) + MessageMetadata.class (not open) + MessageWrapper.class (not open) + MessageWritable.class (not open) + Messages.class (not open) + Packet$1$1$1.class (not open) + Packet$1$1.class (not open) + Packet$1.class (not open) + Packet$State.class (not open) + Packet$Status.class (not open) + Packet.class (not open) + StreamingSOAP.class (not open) + SuppressAutomaticWSARequestHeadersFeature.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.142 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.parsers [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractDOMParser$Abort.class (not open) + AbstractDOMParser.class (not open) + AbstractSAXParser$1.class (not open) + AbstractSAXParser$2.class (not open) + AbstractSAXParser$AttributesProxy.class (not open) + AbstractSAXParser$LocatorProxy.class (not open) + AbstractSAXParser.class (not open) + AbstractXMLDocumentParser.class (not open) + BasicParserConfiguration.class (not open) + CachingParserPool$ShadowedGrammarPool.class (not open) + CachingParserPool$SynchronizedGrammarPool.class (not open) + CachingParserPool.class (not open) + DOMParser.class (not open) + DOMParserImpl$1.class (not open) + DOMParserImpl$AbortHandler.class (not open) + DOMParserImpl.class (not open) + DTDConfiguration.class (not open) + DTDParser.class (not open) + IntegratedParserConfiguration.class (not open) + NonValidatingConfiguration.class (not open) + SAXParser.class (not open) + SecurityConfiguration.class (not open) + StandardParserConfiguration.class (not open) + XIncludeAwareParserConfiguration.class (not open) + XIncludeParserConfiguration.class (not open) + XML11Configurable.class (not open) + XML11Configuration.class (not open) + XML11DTDConfiguration.class (not open) + XML11NonValidatingConfiguration.class (not open) + XMLDocumentParser.class (not open) + XMLGrammarCachingConfiguration.class (not open) + XMLGrammarParser.class (not open) + XMLGrammarPreparser.class (not open) + XMLParser.class (not open) + XPointerParserConfiguration.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.142 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.alphabet [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BuiltInRestrictedAlphabets.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.143 +!MESSAGE Cannot handle com.sun.swing.internal.plaf.basic [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.143 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.ha [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + HaInfo.class (not open) + StickyFeature.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.143 +!MESSAGE Cannot handle com.sun.javafx.runtime.async [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AbstractAsyncOperation$1.class (not open) + AbstractAsyncOperation$2.class (not open) + AbstractAsyncOperation.class (not open) + AbstractRemoteResource$ProgressInputStream.class (not open) + AbstractRemoteResource.class (not open) + AsyncOperation.class (not open) + AsyncOperationListener.class (not open) + BackgroundExecutor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.144 +!MESSAGE Cannot handle com.sun.org.apache.xerces [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.144 +!MESSAGE Cannot handle com.oracle.webservices.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.144 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.wsdl.writer [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + WSDLGenExtnContext.class (not open) + WSDLGeneratorExtension.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.145 +!MESSAGE Cannot handle com.sun.xml.internal.ws.server [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractMultiInstanceResolver.class (not open) + AbstractWebServiceContext.class (not open) + DefaultResourceInjector.class (not open) + DraconianValidationErrorHandler.class (not open) + DummyWebServiceFeature.class (not open) + EndpointAwareTube.class (not open) + EndpointFactory$EntityResolverImpl.class (not open) + EndpointFactory.class (not open) + EndpointMessageContextImpl$1.class (not open) + EndpointMessageContextImpl$EntrySet$1.class (not open) + EndpointMessageContextImpl$EntrySet.class (not open) + EndpointMessageContextImpl.class (not open) + InvokerTube$1.class (not open) + InvokerTube$2.class (not open) + InvokerTube.class (not open) + MonitorBase.class (not open) + MonitorRootService.class (not open) + RewritingMOM.class (not open) + SDDocumentImpl$DocumentLocationResolverImpl.class (not open) + SDDocumentImpl$SchemaImpl.class (not open) + SDDocumentImpl$WSDLImpl.class (not open) + SDDocumentImpl.class (not open) + ServerPropertyConstants.class (not open) + ServerRtException.class (not open) + ServerSchemaValidationTube.class (not open) + ServiceDefinitionImpl.class (not open) + SingletonResolver.class (not open) + UnsupportedMediaException.class (not open) + WSDLGenResolver.class (not open) + WSEndpointImpl$1.class (not open) + WSEndpointImpl$2.class (not open) + WSEndpointImpl$3.class (not open) + WSEndpointImpl$ComponentWrapper.class (not open) + WSEndpointImpl$EndpointComponentSet$1.class (not open) + WSEndpointImpl$EndpointComponentSet.class (not open) + WSEndpointImpl$EndpointComponentWrapper.class (not open) + WSEndpointImpl.class (not open) + WSEndpointMOMProxy.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.145 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys.content [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DEREncodedKeyValue.class (not open) + KeyInfoContent.class (not open) + KeyInfoReference.class (not open) + KeyName.class (not open) + KeyValue.class (not open) + MgmtData.class (not open) + PGPData.class (not open) + RetrievalMethod.class (not open) + SPKIData.class (not open) + X509Data.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.145 +!MESSAGE Cannot handle com.sun.webkit.graphics [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BufferData.class (not open) + GraphicsDecoder.class (not open) + Ref.class (not open) + RenderMediaControls.class (not open) + RenderTheme.class (not open) + ScrollBarTheme.class (not open) + WCFont.class (not open) + WCFontCustomPlatformData.class (not open) + WCGradient.class (not open) + WCGraphicsContext.class (not open) + WCGraphicsManager.class (not open) + WCIcon.class (not open) + WCImage.class (not open) + WCImageDecoder.class (not open) + WCImageFrame.class (not open) + WCMediaPlayer.class (not open) + WCPageBackBuffer.class (not open) + WCPath.class (not open) + WCPathIterator.class (not open) + WCPoint.class (not open) + WCRectangle.class (not open) + WCRenderQueue.class (not open) + WCSize.class (not open) + WCStroke.class (not open) + WCTransform.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.146 +!MESSAGE Cannot handle com.sun.xml.internal.ws.org.objectweb.asm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AnnotationVisitor.class (not open) + AnnotationWriter.class (not open) + Attribute.class (not open) + ByteVector.class (not open) + ClassAdapter.class (not open) + ClassReader.class (not open) + ClassVisitor.class (not open) + ClassWriter.class (not open) + Edge.class (not open) + FieldVisitor.class (not open) + FieldWriter.class (not open) + Frame.class (not open) + Handler.class (not open) + Item.class (not open) + Label.class (not open) + MethodAdapter.class (not open) + MethodVisitor.class (not open) + MethodWriter.class (not open) + Opcodes.class (not open) + Type.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.146 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.message.saaj [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SAAJFactory.class (not open) + SAAJMessageHeaders$HeaderReadIterator.class (not open) + SAAJMessageHeaders.class (not open) + SaajStaxWriter$1$1.class (not open) + SaajStaxWriter$1.class (not open) + SaajStaxWriter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.146 +!MESSAGE Cannot handle com.sun.javafx.scene.control [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ControlAcceleratorSupport$1.class (not open) + ControlAcceleratorSupport$2.class (not open) + ControlAcceleratorSupport.class (not open) + FormatterAccessor.class (not open) + GlobalMenuAdapter$1.class (not open) + GlobalMenuAdapter$2.class (not open) + GlobalMenuAdapter$CheckMenuItemAdapter.class (not open) + GlobalMenuAdapter$CustomMenuItemAdapter.class (not open) + GlobalMenuAdapter$MenuItemAdapter.class (not open) + GlobalMenuAdapter$RadioMenuItemAdapter.class (not open) + GlobalMenuAdapter$SeparatorMenuItemAdapter.class (not open) + GlobalMenuAdapter.class (not open) + Logging.class (not open) + MultiplePropertyChangeListenerHandler$1.class (not open) + MultiplePropertyChangeListenerHandler.class (not open) + ReadOnlyUnbackedObservableList$1.class (not open) + ReadOnlyUnbackedObservableList$SelectionListIterator.class (not open) + ReadOnlyUnbackedObservableList.class (not open) + SelectedCellsMap.class (not open) + SizeLimitedList.class (not open) + TableColumnComparatorBase$1.class (not open) + TableColumnComparatorBase$TableColumnComparator.class (not open) + TableColumnComparatorBase$TreeTableColumnComparator.class (not open) + TableColumnComparatorBase.class (not open) + TableColumnSortTypeWrapper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.147 +!MESSAGE Cannot handle com.sun.corba.se.impl.protocol.giopmsgheaders [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AddressingDispositionHelper.class (not open) + CancelRequestMessage.class (not open) + CancelRequestMessage_1_0.class (not open) + CancelRequestMessage_1_1.class (not open) + CancelRequestMessage_1_2.class (not open) + FragmentMessage.class (not open) + FragmentMessage_1_1.class (not open) + FragmentMessage_1_2.class (not open) + IORAddressingInfo.class (not open) + IORAddressingInfoHelper.class (not open) + KeyAddr.class (not open) + LocateReplyMessage.class (not open) + LocateReplyMessage_1_0.class (not open) + LocateReplyMessage_1_1.class (not open) + LocateReplyMessage_1_2.class (not open) + LocateReplyOrReplyMessage.class (not open) + LocateRequestMessage.class (not open) + LocateRequestMessage_1_0.class (not open) + LocateRequestMessage_1_1.class (not open) + LocateRequestMessage_1_2.class (not open) + Message.class (not open) + MessageBase.class (not open) + MessageHandler.class (not open) + Message_1_0.class (not open) + Message_1_1.class (not open) + Message_1_2.class (not open) + ProfileAddr.class (not open) + ReferenceAddr.class (not open) + ReplyMessage.class (not open) + ReplyMessage_1_0.class (not open) + ReplyMessage_1_1.class (not open) + ReplyMessage_1_2.class (not open) + RequestMessage.class (not open) + RequestMessage_1_0.class (not open) + RequestMessage_1_1.class (not open) + RequestMessage_1_2.class (not open) + TargetAddress.class (not open) + TargetAddressHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.147 +!MESSAGE Cannot handle com.sun.corba.se.impl.protocol [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AddressingDispositionException.class (not open) + BootstrapServerRequestDispatcher.class (not open) + CorbaClientDelegateImpl.class (not open) + CorbaClientRequestDispatcherImpl.class (not open) + CorbaInvocationInfo.class (not open) + CorbaMessageMediatorImpl.class (not open) + CorbaServerRequestDispatcherImpl.class (not open) + FullServantCacheLocalCRDImpl.class (not open) + GetInterface.class (not open) + INSServerRequestDispatcher.class (not open) + InfoOnlyServantCacheLocalCRDImpl.class (not open) + IsA.class (not open) + JIDLLocalCRDImpl.class (not open) + LocalClientRequestDispatcherBase$1.class (not open) + LocalClientRequestDispatcherBase.class (not open) + MinimalServantCacheLocalCRDImpl.class (not open) + NonExistent.class (not open) + NotExistent.class (not open) + NotLocalLocalCRDImpl.class (not open) + POALocalCRDImpl.class (not open) + RequestCanceledException.class (not open) + RequestDispatcherRegistryImpl.class (not open) + ServantCacheLocalCRDBase.class (not open) + SharedCDRClientRequestDispatcherImpl$1.class (not open) + SharedCDRClientRequestDispatcherImpl$2.class (not open) + SharedCDRClientRequestDispatcherImpl.class (not open) + SpecialMethod.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.148 +!MESSAGE Cannot handle com.sun.javafx.scene.paint [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + GradientUtils$Parser$Delimiter.class (not open) + GradientUtils$Parser.class (not open) + GradientUtils$Point.class (not open) + GradientUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.148 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.xinclude [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + MultipleScopeNamespaceSupport.class (not open) + SecuritySupport$1.class (not open) + SecuritySupport$2.class (not open) + SecuritySupport$3.class (not open) + SecuritySupport$4.class (not open) + SecuritySupport$5.class (not open) + SecuritySupport$6.class (not open) + SecuritySupport$7.class (not open) + SecuritySupport$8.class (not open) + SecuritySupport.class (not open) + XInclude11TextReader.class (not open) + XIncludeHandler$Notation.class (not open) + XIncludeHandler$UnparsedEntity.class (not open) + XIncludeHandler.class (not open) + XIncludeMessageFormatter.class (not open) + XIncludeNamespaceSupport.class (not open) + XIncludeTextReader.class (not open) + XPointerElementHandler.class (not open) + XPointerFramework.class (not open) + XPointerSchema.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.149 +!MESSAGE Cannot handle com.sun.security.auth.module [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Crypt.class (not open) + JndiLoginModule$1.class (not open) + JndiLoginModule.class (not open) + KeyStoreLoginModule$1.class (not open) + KeyStoreLoginModule.class (not open) + Krb5LoginModule$1.class (not open) + Krb5LoginModule.class (not open) + LdapLoginModule$1.class (not open) + LdapLoginModule.class (not open) + NTLoginModule.class (not open) + NTSystem.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.149 +!MESSAGE Cannot handle com.sun.xml.internal.txw2.annotation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XmlAttribute.class (not open) + XmlCDATA.class (not open) + XmlElement.class (not open) + XmlNamespace.class (not open) + XmlValue.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.149 +!MESSAGE Cannot handle com.sun.glass.ui [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Accessible$1.class (not open) + Accessible$EventHandler.class (not open) + Accessible$ExecuteAction.class (not open) + Accessible$GetAttribute.class (not open) + Accessible.class (not open) + Application$EventHandler.class (not open) + Application.class (not open) + Clipboard.class (not open) + ClipboardAssistance.class (not open) + CommonDialogs$ExtensionFilter.class (not open) + CommonDialogs$FileChooserResult.class (not open) + CommonDialogs$Type.class (not open) + CommonDialogs.class (not open) + Cursor.class (not open) + DelayedCallback.class (not open) + EventLoop$State.class (not open) + EventLoop.class + class EventLoop + GestureSupport$1.class (not open) + GestureSupport$GestureState$StateId.class (not open) + GestureSupport$GestureState.class (not open) + GestureSupport.class (not open) + InvokeLaterDispatcher$Future.class (not open) + InvokeLaterDispatcher$InvokeLaterSubmitter.class + interface InvokeLaterSubmitter + InvokeLaterDispatcher.class + class InvokeLaterDispatcher + Menu$EventHandler.class (not open) + Menu.class (not open) + MenuBar.class (not open) + MenuItem$Callback.class + interface Callback + MenuItem.class (not open) + Pixels$Format.class (not open) + Pixels.class (not open) + Platform.class (not open) + PlatformFactory.class (not open) + Robot.class (not open) + Screen$EventHandler.class (not open) + Screen.class (not open) + Size.class (not open) + SystemClipboard.class (not open) + Timer.class + class Timer + TouchInputSupport$1.class (not open) + TouchInputSupport$TouchCoord.class (not open) + TouchInputSupport$TouchCountListener.class (not open) + TouchInputSupport.class (not open) + View$1.class (not open) + View$2.class (not open) + View$Capability.class + class Capability + View$EventHandler.class (not open) + View.class (not open) + Window$1.class (not open) + Window$EventHandler.class (not open) + Window$Level.class (not open) + Window$State.class (not open) + Window$TrackingRectangle.class (not open) + Window$UndecoratedMoveResizeHelper.class (not open) + Window.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.150 +!MESSAGE Cannot handle com.sun.corba.se.spi.monitoring [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + LongMonitoredAttributeBase.class (not open) + MonitoredAttribute.class (not open) + MonitoredAttributeBase.class (not open) + MonitoredAttributeInfo.class (not open) + MonitoredAttributeInfoFactory.class (not open) + MonitoredObject.class (not open) + MonitoredObjectFactory.class (not open) + MonitoringConstants.class (not open) + MonitoringFactories.class (not open) + MonitoringManager.class (not open) + MonitoringManagerFactory.class (not open) + StatisticMonitoredAttribute.class (not open) + StatisticsAccumulator.class (not open) + StringMonitoredAttributeBase.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.150 +!MESSAGE Cannot handle com.sun.org.glassfish.external.statistics.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AverageRangeStatisticImpl.class (not open) + BoundaryStatisticImpl.class (not open) + BoundedRangeStatisticImpl.class (not open) + CountStatisticImpl.class (not open) + RangeStatisticImpl.class (not open) + StatisticImpl.class (not open) + StatsImpl.class (not open) + StringStatisticImpl.class (not open) + TimeStatisticImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.151 +!MESSAGE Cannot handle com.sun.prism.d3d.hlsl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.151 +!MESSAGE Cannot handle com.sun.xml.internal.ws.protocol.xml [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XMLMessageException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.151 +!MESSAGE Cannot handle com.sun.prism.impl.paint [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + LinearGradientContext.class (not open) + MultipleGradientContext.class (not open) + PaintUtil.class (not open) + RadialGradientContext.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.152 +!MESSAGE Cannot handle com.sun.xml.internal.ws.db.glassfish [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BridgeWrapper.class (not open) + JAXBRIContextFactory.class (not open) + JAXBRIContextWrapper.class (not open) + MarshallerBridge.class (not open) + RawAccessorWrapper.class (not open) + WrapperBridge.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.152 +!MESSAGE Cannot handle com.sun.xml.internal.ws.message.saaj [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SAAJHeader.class (not open) + SAAJMessage$SAAJAttachment$1$1.class (not open) + SAAJMessage$SAAJAttachment$1.class (not open) + SAAJMessage$SAAJAttachment.class (not open) + SAAJMessage$SAAJAttachmentSet.class (not open) + SAAJMessage.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.152 +!MESSAGE Cannot handle com.sun.xml.internal.ws.config.metro.dev [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FeatureReader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.153 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xs.identity [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Field$Matcher.class (not open) + Field$XPath.class (not open) + Field.class (not open) + FieldActivator.class (not open) + IdentityConstraint.class (not open) + KeyRef.class (not open) + Selector$Matcher.class (not open) + Selector$XPath.class (not open) + Selector.class (not open) + UniqueOrKey.class (not open) + ValueStore.class (not open) + XPathMatcher.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.153 +!MESSAGE Cannot handle com.sun.xml.internal.ws.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.154 +!MESSAGE Cannot handle com.sun.corba.se.spi.activation.InitialNameServicePackage [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + NameAlreadyBound.class (not open) + NameAlreadyBoundHelper.class (not open) + NameAlreadyBoundHolder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.154 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.databinding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientCallBridge.class (not open) + Databinding.class (not open) + DatabindingConfig.class (not open) + DatabindingFactory.class (not open) + EndpointCallBridge.class (not open) + JavaCallInfo.class (not open) + MappingInfo.class (not open) + MetadataReader.class (not open) + SoapBodyStyle.class (not open) + WSDLGenInfo.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.154 +!MESSAGE Cannot handle com.sun.xml.internal.stream.buffer.sax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DefaultWithLexicalHandler.class (not open) + Features.class (not open) + Properties.class (not open) + SAXBufferCreator.class (not open) + SAXBufferProcessor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.155 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.utils [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttList.class (not open) + BoolStack.class (not open) + CharKey.class (not open) + Constants.class (not open) + DOM2Helper.class (not open) + DOMBuilder.class (not open) + DOMHelper.class (not open) + DOMOrder.class (not open) + DefaultErrorHandler.class (not open) + ElemDesc.class (not open) + FastStringBuffer.class (not open) + Hashtree2Node.class (not open) + IntStack.class (not open) + IntVector.class (not open) + ListingErrorHandler.class (not open) + LocaleUtility.class (not open) + MutableAttrListImpl.class (not open) + NSInfo.class (not open) + NameSpace.class (not open) + NodeConsumer.class (not open) + NodeVector.class (not open) + ObjectPool.class (not open) + ObjectStack.class (not open) + ObjectVector.class (not open) + PrefixResolver.class (not open) + PrefixResolverDefault.class (not open) + QName.class (not open) + RawCharacterHandler.class (not open) + SAXSourceLocator.class (not open) + SerializableLocatorImpl.class (not open) + StopParseException.class (not open) + StringBufferPool.class (not open) + StringComparable.class (not open) + StringToIntTable.class (not open) + StringToStringTable.class (not open) + StringToStringTableVector.class (not open) + StringVector.class (not open) + StylesheetPIHandler.class (not open) + SuballocatedByteVector.class (not open) + SuballocatedIntVector.class (not open) + SystemIDResolver.class (not open) + ThreadControllerWrapper$ThreadController$SafeThread.class (not open) + ThreadControllerWrapper$ThreadController.class (not open) + ThreadControllerWrapper.class (not open) + TreeWalker.class (not open) + Trie$Node.class (not open) + Trie.class (not open) + URI$MalformedURIException.class (not open) + URI.class (not open) + UnImplNode.class (not open) + WrappedRuntimeException.class (not open) + WrongParserException.class (not open) + XML11Char.class (not open) + XMLChar.class (not open) + XMLCharacterRecognizer.class (not open) + XMLReaderManager.class (not open) + XMLString.class (not open) + XMLStringDefault.class (not open) + XMLStringFactory.class (not open) + XMLStringFactoryDefault.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.156 +!MESSAGE Cannot handle com.oracle.xmlns.internal.webservices [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.156 +!MESSAGE Cannot handle com.sun.javafx.iio.ios [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + IosDescriptor.class (not open) + IosImageLoader.class (not open) + IosImageLoaderFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.156 +!MESSAGE Cannot handle com.sun.swing.internal.plaf.metal.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + metal_de.class (not open) + metal_es.class (not open) + metal_fr.class (not open) + metal_it.class (not open) + metal_ja.class (not open) + metal_ko.class (not open) + metal_pt_BR.class (not open) + metal_sv.class (not open) + metal_zh_CN.class (not open) + metal_zh_HK.class (not open) + metal_zh_TW.class (not open) + metal.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.157 +!MESSAGE Cannot handle com.sun.xml.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.158 +!MESSAGE Cannot handle com.sun.corba.se.spi.presentation.rmi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DynamicMethodMarshaller.class (not open) + DynamicStub.class (not open) + IDLNameTranslator.class (not open) + PresentationDefaults.class (not open) + PresentationManager$ClassData.class (not open) + PresentationManager$StubFactory.class (not open) + PresentationManager$StubFactoryFactory.class (not open) + PresentationManager.class (not open) + StubAdapter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.159 +!MESSAGE Cannot handle com.sun.xml.internal.ws.model [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractSEIModelImpl$1.class (not open) + AbstractSEIModelImpl.class (not open) + AbstractWrapperBeanGenerator$BeanMemberFactory.class (not open) + AbstractWrapperBeanGenerator$XmlElementHandler.class (not open) + AbstractWrapperBeanGenerator.class (not open) + CheckedExceptionImpl.class (not open) + ExternalMetadataReader$1.class (not open) + ExternalMetadataReader$2.class (not open) + ExternalMetadataReader$3.class (not open) + ExternalMetadataReader$4.class (not open) + ExternalMetadataReader$Merger.class (not open) + ExternalMetadataReader$Util.class (not open) + ExternalMetadataReader.class (not open) + FieldSignature.class (not open) + Injector$1.class (not open) + Injector.class (not open) + JavaMethodImpl.class (not open) + ParameterImpl.class (not open) + ReflectAnnotationReader$1.class (not open) + ReflectAnnotationReader$2.class (not open) + ReflectAnnotationReader$3.class (not open) + ReflectAnnotationReader$4.class (not open) + ReflectAnnotationReader.class (not open) + RuntimeModeler$1.class (not open) + RuntimeModeler.class (not open) + RuntimeModelerException.class (not open) + SOAPSEIModel.class (not open) + Utils$1.class (not open) + Utils.class (not open) + WrapperBeanGenerator$1.class (not open) + WrapperBeanGenerator$Field.class (not open) + WrapperBeanGenerator$FieldFactory.class (not open) + WrapperBeanGenerator$RuntimeWrapperBeanGenerator.class (not open) + WrapperBeanGenerator.class (not open) + WrapperParameter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.159 +!MESSAGE Cannot handle com.sun.xml.internal.ws.util.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.159 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.jaxws.spi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + PolicyFeatureConfigurator.class (not open) + PolicyMapConfigurator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.160 +!MESSAGE Cannot handle com.sun.deploy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.160 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.lib [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ExsltBase.class (not open) + ExsltCommon.class (not open) + ExsltDatetime.class (not open) + ExsltDynamic.class (not open) + ExsltMath.class (not open) + ExsltSets.class (not open) + ExsltStrings.class (not open) + Extensions.class (not open) + NodeInfo.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.160 +!MESSAGE Cannot handle com.sun.security.sasl.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractSaslImpl.class (not open) + PolicyUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.161 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.161 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.extensions [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ExpressionContext.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.161 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.prism [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PrCropPeer.class (not open) + PrDrawable.class (not open) + PrEffectHelper.class (not open) + PrFilterContext.class (not open) + PrFloodPeer.class (not open) + PrImage.class (not open) + PrMergePeer.class (not open) + PrReflectionPeer.class (not open) + PrRenderInfo.class (not open) + PrRenderer.class (not open) + PrTexture.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.162 +!MESSAGE Cannot handle com.sun.jmx.snmp.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SnmpAccessControlModel.class (not open) + SnmpAccessControlSubSystem.class (not open) + SnmpDecryptedPdu.class (not open) + SnmpEngineImpl.class (not open) + SnmpIncomingRequest.class (not open) + SnmpIncomingResponse.class (not open) + SnmpLcd$SubSysLcdManager.class (not open) + SnmpLcd.class (not open) + SnmpModel.class (not open) + SnmpModelLcd.class (not open) + SnmpMsgProcessingModel.class (not open) + SnmpMsgProcessingSubSystem.class (not open) + SnmpOutgoingRequest.class (not open) + SnmpSecurityCache.class (not open) + SnmpSecurityModel.class (not open) + SnmpSecuritySubSystem.class (not open) + SnmpSubSystem.class (not open) + SnmpTools.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.162 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys.storage.implementations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CertsInFilesystemDirectoryResolver$FilesystemIterator.class (not open) + CertsInFilesystemDirectoryResolver.class (not open) + KeyStoreResolver$KeyStoreIterator$1.class (not open) + KeyStoreResolver$KeyStoreIterator.class (not open) + KeyStoreResolver.class (not open) + SingleCertificateResolver$InternalIterator.class (not open) + SingleCertificateResolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.162 +!MESSAGE Cannot handle com.sun.javafx.css.converters [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BooleanConverter$1.class (not open) + BooleanConverter$Holder.class (not open) + BooleanConverter.class (not open) + ColorConverter$1.class (not open) + ColorConverter$Holder.class (not open) + ColorConverter.class (not open) + CursorConverter$1.class (not open) + CursorConverter$Holder.class (not open) + CursorConverter.class (not open) + DurationConverter$1.class (not open) + DurationConverter$Holder.class (not open) + DurationConverter.class (not open) + EffectConverter$1.class (not open) + EffectConverter$DropShadowConverter.class (not open) + EffectConverter$Holder.class (not open) + EffectConverter$InnerShadowConverter.class + class InnerShadowConverter + EffectConverter.class + class EffectConverter + EnumConverter.class (not open) + FontConverter$1.class (not open) + FontConverter$FontSizeConverter$Holder.class (not open) + FontConverter$FontSizeConverter.class (not open) + FontConverter$FontStyleConverter$Holder.class (not open) + FontConverter$FontStyleConverter.class (not open) + FontConverter$FontWeightConverter$Holder.class (not open) + FontConverter$FontWeightConverter.class (not open) + FontConverter$Holder.class (not open) + FontConverter.class (not open) + InsetsConverter$1.class (not open) + InsetsConverter$Holder.class (not open) + InsetsConverter$SequenceConverter.class (not open) + InsetsConverter.class + class InsetsConverter + PaintConverter$1.class (not open) + PaintConverter$Holder.class (not open) + PaintConverter$ImagePatternConverter.class (not open) + PaintConverter$LinearGradientConverter.class (not open) + PaintConverter$RadialGradientConverter.class (not open) + PaintConverter$RepeatingImagePatternConverter.class + class RepeatingImagePatternConverter + PaintConverter$SequenceConverter.class (not open) + PaintConverter.class (not open) + ShapeConverter.class (not open) + SizeConverter$1.class (not open) + SizeConverter$Holder.class (not open) + SizeConverter$SequenceConverter.class (not open) + SizeConverter.class (not open) + StringConverter$1.class (not open) + StringConverter$Holder.class (not open) + StringConverter$SequenceConverter.class (not open) + StringConverter.class (not open) + URLConverter$1.class (not open) + URLConverter$Holder.class (not open) + URLConverter$SequenceConverter.class (not open) + URLConverter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.163 +!MESSAGE Cannot handle com.sun.org.glassfish.external [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.163 +!MESSAGE Cannot handle com.sun.java.swing [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.163 +!MESSAGE Cannot handle com.sun.corba.se.impl.javax.rmi.CORBA [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + KeepAlive.class (not open) + StubDelegateImpl.class (not open) + Util$1.class (not open) + Util.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.164 +!MESSAGE Cannot handle com.sun.xml.internal.org.jvnet.fastinfoset [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EncodingAlgorithm.class (not open) + EncodingAlgorithmException.class (not open) + EncodingAlgorithmIndexes.class (not open) + ExternalVocabulary.class (not open) + FastInfosetException.class (not open) + FastInfosetParser.class (not open) + FastInfosetResult.class (not open) + FastInfosetSerializer.class (not open) + FastInfosetSource.class (not open) + RestrictedAlphabet.class (not open) + Vocabulary.class (not open) + VocabularyApplicationData.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.164 +!MESSAGE Cannot handle com.sun.rmi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.165 +!MESSAGE Cannot handle com.sun.xml.internal.messaging [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.165 +!MESSAGE Cannot handle com.sun.javafx.webkit.prism.theme [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PrismRenderer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.165 +!MESSAGE Cannot handle com.sun.javafx.webkit.drt [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DumpRenderTree$1.class (not open) + DumpRenderTree$DRTLoadListener.class (not open) + DumpRenderTree$RenderThemeStub.class (not open) + DumpRenderTree$ScrollBarThemeStub.class (not open) + DumpRenderTree$ThemeClientImplStub.class (not open) + DumpRenderTree$WebPageClientImpl.class (not open) + DumpRenderTree.class (not open) + EventSender.class (not open) + UIClientImpl$1.class (not open) + UIClientImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.166 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.166 +!MESSAGE Cannot handle com.sun.xml.internal.ws.org.objectweb [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.166 +!MESSAGE Cannot handle com.sun.xml.internal.ws.model.wsdl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractExtensibleImpl$UnknownWSDLExtension.class (not open) + AbstractExtensibleImpl.class (not open) + AbstractFeaturedObjectImpl.class (not open) + AbstractObjectImpl.class (not open) + WSDLBoundFaultImpl.class (not open) + WSDLBoundOperationImpl.class (not open) + WSDLBoundPortTypeImpl.class (not open) + WSDLDirectProperties.class (not open) + WSDLFaultImpl.class (not open) + WSDLInputImpl.class (not open) + WSDLMessageImpl.class (not open) + WSDLModelImpl.class (not open) + WSDLOperationImpl.class (not open) + WSDLOutputImpl.class (not open) + WSDLPartDescriptorImpl.class (not open) + WSDLPartImpl.class (not open) + WSDLPortImpl.class (not open) + WSDLPortProperties.class (not open) + WSDLPortTypeImpl.class (not open) + WSDLProperties.class (not open) + WSDLServiceImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.167 +!MESSAGE Cannot handle com.sun.org.glassfish.external.amx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AMX.class (not open) + AMXGlassfish$BootAMXCallback.class (not open) + AMXGlassfish$WaitForDomainRootListenerCallback.class (not open) + AMXGlassfish.class (not open) + AMXUtil.class (not open) + BootAMXMBean.class (not open) + MBeanListener$Callback.class (not open) + MBeanListener$CallbackImpl.class (not open) + MBeanListener.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.167 +!MESSAGE Cannot handle com.sun.istack.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Builder.class (not open) + ByteArrayDataSource.class (not open) + FinalArrayList.class (not open) + FragmentContentHandler.class (not open) + Interned.class (not open) + NotNull.class (not open) + Nullable.class (not open) + Pool$Impl.class (not open) + Pool.class (not open) + SAXException2.class (not open) + SAXParseException2.class (not open) + XMLStreamException2.class (not open) + XMLStreamReaderToContentHandler$1.class (not open) + XMLStreamReaderToContentHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.167 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.c14n.helper [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttrCompare.class (not open) + C14nHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.167 +!MESSAGE Cannot handle com.sun.javafx.tk [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AppletWindow.class (not open) + CompletionListener.class (not open) + DummyToolkit.class (not open) + FileChooserType.class (not open) + FocusCause.class (not open) + FontLoader.class (not open) + FontMetrics.class (not open) + ImageLoader.class (not open) + LocalClipboard.class (not open) + PermissionHelper.class (not open) + PlatformImage.class (not open) + PrintPipeline.class (not open) + RenderJob.class (not open) + ScreenConfigurationAccessor.class (not open) + TKClipboard.class (not open) + TKDragGestureListener.class (not open) + TKDragSourceListener.class (not open) + TKDropTargetListener.class (not open) + TKListener.class (not open) + TKPulseListener.class (not open) + TKScene.class (not open) + TKSceneListener.class (not open) + TKScenePaintListener.class (not open) + TKScreenConfigurationListener.class (not open) + TKStage.class (not open) + TKStageListener.class (not open) + TKSystemMenu.class (not open) + Toolkit$1.class (not open) + Toolkit$ImageAccessor.class (not open) + Toolkit$ImageRenderingContext.class (not open) + Toolkit$PaintAccessor.class (not open) + Toolkit$Task.class (not open) + Toolkit$WritableImageAccessor.class (not open) + Toolkit.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.168 +!MESSAGE Cannot handle com.sun.org.glassfish [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.168 +!MESSAGE Cannot handle com.sun.java_cup [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.169 +!MESSAGE Cannot handle com.oracle.jrockit.jfr.client [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\jfr.jar] + EventSettingsBuilder.class (not open) + FlightRecorderClient.class (not open) + FlightRecordingClient$FlightRecordingClientStream.class (not open) + FlightRecordingClient.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.169 +!MESSAGE Cannot handle com.sun.corba.se.impl.naming.pcosnaming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CounterDB.class (not open) + InternalBindingKey.class (not open) + InternalBindingValue.class (not open) + NameServer.class (not open) + NameService.class (not open) + NamingContextImpl.class (not open) + PersistentBindingIterator.class (not open) + ServantManagerImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.169 +!MESSAGE Cannot handle com.sun.corba.se.impl.oa [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + NullServantImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.169 +!MESSAGE Cannot handle com.sun.java.swing.plaf.windows.icons [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.170 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.config [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.170 +!MESSAGE Cannot handle com.sun.imageio.spi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FileImageInputStreamSpi.class (not open) + FileImageOutputStreamSpi.class (not open) + InputStreamImageInputStreamSpi.class (not open) + OutputStreamImageOutputStreamSpi.class (not open) + RAFImageInputStreamSpi.class (not open) + RAFImageOutputStreamSpi.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.170 +!MESSAGE Cannot handle com.sun.javafx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PlatformUtil.class (not open) + UnmodifiableArrayList.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.170 +!MESSAGE Cannot handle com.sun.jndi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.171 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.soap.name [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.171 +!MESSAGE Cannot handle com.sun.javafx.scene.web.skin [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + HTMLEditorSkin$1.class (not open) + HTMLEditorSkin$2.class (not open) + HTMLEditorSkin$3.class (not open) + HTMLEditorSkin$4.class (not open) + HTMLEditorSkin$5$1.class (not open) + HTMLEditorSkin$5.class (not open) + HTMLEditorSkin$6$1.class (not open) + HTMLEditorSkin$6.class (not open) + HTMLEditorSkin.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.171 +!MESSAGE Cannot handle com.sun.xml.internal.org.jvnet [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.172 +!MESSAGE Cannot handle com.sun.accessibility.internal.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + accessibility.class (not open) + accessibility_de.class (not open) + accessibility_en.class (not open) + accessibility_es.class (not open) + accessibility_fr.class (not open) + accessibility_it.class (not open) + accessibility_ja.class (not open) + accessibility_ko.class (not open) + accessibility_pt_BR.class (not open) + accessibility_sv.class (not open) + accessibility_zh_CN.class (not open) + accessibility_zh_HK.class (not open) + accessibility_zh_TW.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.172 +!MESSAGE Cannot handle com.sun.jndi.url.ldaps [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ldapsURLContextFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.172 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.objects [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Comparator.class (not open) + DTMXRTreeFrag.class (not open) + EqualComparator.class (not open) + GreaterThanComparator.class (not open) + GreaterThanOrEqualComparator.class (not open) + LessThanComparator.class (not open) + LessThanOrEqualComparator.class (not open) + NotEqualComparator.class (not open) + XBoolean.class (not open) + XBooleanStatic.class (not open) + XMLStringFactoryImpl.class (not open) + XNodeSet.class (not open) + XNodeSetForDOM.class (not open) + XNull.class (not open) + XNumber.class (not open) + XObject.class (not open) + XObjectFactory.class (not open) + XRTreeFrag.class (not open) + XRTreeFragSelectWrapper.class (not open) + XString.class (not open) + XStringForChars.class (not open) + XStringForFSB.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.172 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.xni.grammars [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Grammar.class (not open) + XMLDTDDescription.class (not open) + XMLGrammarDescription.class (not open) + XMLGrammarLoader.class (not open) + XMLGrammarPool.class (not open) + XMLSchemaDescription.class (not open) + XSGrammar.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.173 +!MESSAGE Cannot handle com.sun.javafx.scene.web.behavior [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + HTMLEditorBehavior.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.173 +!MESSAGE Cannot handle com.sun.beans.decoder [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AccessorElementHandler.class (not open) + ArrayElementHandler.class (not open) + BooleanElementHandler.class (not open) + ByteElementHandler.class (not open) + CharElementHandler.class (not open) + ClassElementHandler.class (not open) + DocumentHandler$1.class (not open) + DocumentHandler.class (not open) + DoubleElementHandler.class (not open) + ElementHandler.class (not open) + FalseElementHandler.class (not open) + FieldElementHandler.class (not open) + FloatElementHandler.class (not open) + IntElementHandler.class (not open) + JavaElementHandler.class (not open) + LongElementHandler.class (not open) + MethodElementHandler.class (not open) + NewElementHandler.class + class NewElementHandler + NullElementHandler.class (not open) + ObjectElementHandler.class (not open) + PropertyElementHandler.class (not open) + ShortElementHandler.class (not open) + StringElementHandler.class (not open) + TrueElementHandler.class (not open) + ValueObject.class (not open) + ValueObjectImpl.class (not open) + VarElementHandler.class (not open) + VoidElementHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.173 +!MESSAGE Cannot handle com.sun.scenario.effect.light [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DistantLight.class (not open) + Light$Type.class (not open) + Light.class (not open) + PointLight.class (not open) + SpotLight.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.174 +!MESSAGE Cannot handle com.oracle.webservices.internal.impl.internalspi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.174 +!MESSAGE Cannot handle com.sun.javafx.webkit.theme [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ContextMenuImpl$1.class (not open) + ContextMenuImpl$CheckMenuItemImpl.class (not open) + ContextMenuImpl$MenuImpl.class (not open) + ContextMenuImpl$MenuItemImpl.class (not open) + ContextMenuImpl$MenuItemPeer.class (not open) + ContextMenuImpl$SeparatorImpl.class (not open) + ContextMenuImpl.class (not open) + PopupMenuImpl.class (not open) + RenderThemeImpl$1.class (not open) + RenderThemeImpl$FormButton.class (not open) + RenderThemeImpl$FormCheckBox.class (not open) + RenderThemeImpl$FormControl.class (not open) + RenderThemeImpl$FormControlRef.class (not open) + RenderThemeImpl$FormMenuList.class (not open) + RenderThemeImpl$FormMenuListButton$Skin.class (not open) + RenderThemeImpl$FormMenuListButton.class (not open) + RenderThemeImpl$FormProgressBar.class (not open) + RenderThemeImpl$FormRadioButton.class (not open) + RenderThemeImpl$FormSlider.class (not open) + RenderThemeImpl$FormTextField.class (not open) + RenderThemeImpl$Pool$Notifier.class (not open) + RenderThemeImpl$Pool.class (not open) + RenderThemeImpl$ViewListener$1.class (not open) + RenderThemeImpl$ViewListener.class (not open) + RenderThemeImpl$Widget.class (not open) + RenderThemeImpl$WidgetType.class (not open) + RenderThemeImpl.class (not open) + Renderer.class (not open) + ScrollBarThemeImpl$1.class (not open) + ScrollBarThemeImpl$ScrollBarRef.class (not open) + ScrollBarThemeImpl$ScrollBarWidget.class (not open) + ScrollBarThemeImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.174 +!MESSAGE Cannot handle com [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.174 +!MESSAGE Cannot handle com.sun.activation.registries [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + LineTokenizer.class (not open) + LogSupport.class (not open) + MailcapFile.class (not open) + MailcapParseException.class (not open) + MailcapTokenizer.class (not open) + MimeTypeEntry.class (not open) + MimeTypeFile.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.175 +!MESSAGE Cannot handle com.sun.prism.impl.ps [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BaseShaderContext$1.class (not open) + BaseShaderContext$MaskType.class (not open) + BaseShaderContext$SpecialShaderType.class (not open) + BaseShaderContext$State.class (not open) + BaseShaderContext.class (not open) + BaseShaderFactory.class (not open) + BaseShaderGraphics$1.class (not open) + BaseShaderGraphics.class (not open) + CachingEllipseRep.class (not open) + CachingEllipseRepState.class (not open) + CachingRoundRectRep.class (not open) + CachingRoundRectRepState.class (not open) + CachingShapeRep.class (not open) + CachingShapeRepState$1.class (not open) + CachingShapeRepState$CSRDisposerRecord.class (not open) + CachingShapeRepState$CacheEntry.class (not open) + CachingShapeRepState$MaskCache.class (not open) + CachingShapeRepState$MaskTexData.class (not open) + CachingShapeRepState.class (not open) + PaintHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.175 +!MESSAGE Cannot handle com.sun.javafx.stage [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + EmbeddedWindow.class (not open) + FocusUngrabEvent.class (not open) + PopupWindowPeerListener.class (not open) + ScreenHelper$ScreenAccessor.class (not open) + ScreenHelper.class (not open) + StageHelper$StageAccessor.class (not open) + StageHelper.class (not open) + StagePeerListener$StageAccessor.class (not open) + StagePeerListener.class (not open) + WindowCloseRequestHandler.class (not open) + WindowEventDispatcher.class (not open) + WindowHelper$WindowAccessor.class (not open) + WindowHelper.class (not open) + WindowPeerListener.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.176 +!MESSAGE Cannot handle com.sun.crypto.provider [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\sunjce_provider.jar] + RSACipher.class (not open) + PBEWithMD5AndDESCipher.class (not open) + TlsMasterSecretGenerator.class (not open) + PKCS12PBECipherCore$PBEWithSHA1AndDESede.class (not open) + PBES2Core$HmacSHA256AndAES_128.class (not open) + PBKDF2Core$HmacSHA384.class (not open) + BlowfishConstants.class (not open) + PBES2Parameters$HmacSHA224AndAES_128.class (not open) + TlsRsaPremasterSecretGenerator.class (not open) + BlowfishCipher.class (not open) + HmacSHA1.class (not open) + AESCipher$AES192_CFB_NoPadding.class (not open) + PBKDF2HmacSHA1Factory.class (not open) + TlsMasterSecretGenerator$TlsMasterSecretKey.class (not open) + PBEKeyFactory$PBEWithHmacSHA1AndAES_256.class (not open) + ISO10126Padding.class (not open) + PBEKeyFactory$PBEWithHmacSHA384AndAES_128.class (not open) + AESParameters.class (not open) + PBEKeyFactory$PBEWithSHA1AndRC2_128.class (not open) + PBEKeyFactory$PBEWithSHA1AndRC4_40.class (not open) + PBEKey.class (not open) + KeyGeneratorCore.class (not open) + DESKeyGenerator.class (not open) + PBMAC1Core$HmacSHA384.class (not open) + SymmetricCipher.class (not open) + GCMParameters.class (not open) + PBES2Parameters$HmacSHA1AndAES_128.class (not open) + PBES2Core$HmacSHA1AndAES_256.class (not open) + SunJCE$SecureRandomHolder.class (not open) + DESCipher.class (not open) + AESWrapCipher.class (not open) + HmacCore$HmacSHA224.class (not open) + DESedeKeyGenerator.class (not open) + PBEKeyFactory$PBEWithHmacSHA512AndAES_256.class (not open) + CipherBlockChaining.class (not open) + PBEKeyFactory$PBEWithSHA1AndRC4_128.class (not open) + AESCipher$OidImpl.class (not open) + DHParameters.class (not open) + PBKDF2Core$HmacSHA256.class (not open) + PKCS5Padding.class (not open) + AESCipher.class (not open) + SslMacCore$SslMacSHA1.class (not open) + CipherTextStealing.class (not open) + PBMAC1Core$HmacSHA256.class (not open) + AESCipher$AES256_GCM_NoPadding.class (not open) + SunJCE.class (not open) + KeyGeneratorCore$HmacSHA2KG$SHA224.class (not open) + PBES2Core$HmacSHA224AndAES_128.class (not open) + DESedeCrypt.class (not open) + TlsPrfGenerator.class (not open) + KeyGeneratorCore$ARCFOURKeyGenerator.class (not open) + AESCipher$AES128_ECB_NoPadding.class (not open) + PCBC.class (not open) + GCTR.class (not open) + PBES2Parameters$HmacSHA256AndAES_128.class (not open) + AESCipher$AES128_OFB_NoPadding.class (not open) + AESCipher$AES128_CBC_NoPadding.class (not open) + PBEKeyFactory$PBEWithHmacSHA384AndAES_256.class (not open) + PBEKeyFactory$PBEWithHmacSHA1AndAES_128.class (not open) + DESedeKey.class (not open) + AESCipher$AES128_CFB_NoPadding.class (not open) + CipherFeedback.class (not open) + PBKDF2Core$HmacSHA512.class (not open) + KeyGeneratorCore$RC2KeyGenerator.class (not open) + PBES2Core$HmacSHA256AndAES_256.class (not open) + PBEKeyFactory$PBEWithMD5AndTripleDES.class (not open) + PBKDF2KeyImpl$1.class (not open) + FeedbackCipher.class (not open) + RC2Parameters.class (not open) + PBES2Parameters$HmacSHA224AndAES_256.class (not open) + RC2Crypt.class (not open) + EncryptedPrivateKeyInfo.class (not open) + PBMAC1Core$HmacSHA512.class (not open) + PBEKeyFactory$PBEWithSHA1AndRC2_40.class (not open) + SealedObjectForKeyProtector.class (not open) + PBES2Core$HmacSHA224AndAES_256.class (not open) + DHKeyFactory.class (not open) + GHASH.class (not open) + PBECipherCore.class (not open) + JceKeyStore$PrivateKeyEntry.class (not open) + OAEPParameters.class (not open) + DESedeCipher.class (not open) + CipherCore.class (not open) + PBMAC1Core.class (not open) + ConstructKeys.class (not open) + PBES2Parameters$HmacSHA256AndAES_256.class (not open) + KeyProtector.class (not open) + AESWrapCipher$AES192.class (not open) + PBMAC1Core$HmacSHA1.class (not open) + DHPrivateKey.class (not open) + AESCipher$AES192_ECB_NoPadding.class (not open) + DHKeyAgreement.class (not open) + HmacMD5KeyGenerator.class (not open) + PBES2Parameters$General.class (not open) + PBES2Core$HmacSHA1AndAES_128.class (not open) + AESCipher$AES192_CBC_NoPadding.class (not open) + AESCipher$AES192_OFB_NoPadding.class (not open) + PBES2Parameters$HmacSHA1AndAES_256.class (not open) + DESKey.class (not open) + BlowfishParameters.class (not open) + JceKeyStore$SecretKeyEntry.class (not open) + TlsKeyMaterialGenerator.class (not open) + AESCipher$General.class (not open) + CipherWithWrappingSpi.class (not open) + PBEKeyFactory$PBEWithMD5AndDES.class (not open) + PBEKeyFactory$PBEWithHmacSHA512AndAES_128.class (not open) + OutputFeedback.class (not open) + JceKeyStore.class (not open) + PKCS12PBECipherCore.class (not open) + RC2Cipher.class (not open) + PBEKeyFactory$PBEWithHmacSHA224AndAES_256.class (not open) + PBEParameters.class (not open) + PBEWithMD5AndTripleDESCipher.class (not open) + PBES2Parameters.class (not open) + AESCipher$AES256_ECB_NoPadding.class (not open) + PBES2Parameters$HmacSHA384AndAES_256.class (not open) + JceKeyStore$TrustedCertEntry.class (not open) + TlsPrfGenerator$V10.class (not open) + PBES2Core$HmacSHA512AndAES_128.class (not open) + AESCipher$AES256_CBC_NoPadding.class (not open) + AESCipher$AES256_OFB_NoPadding.class (not open) + HmacPKCS12PBESHA1.class (not open) + AESWrapCipher$AES256.class (not open) + GaloisCounterMode.class (not open) + KeyGeneratorCore$HmacSHA2KG.class (not open) + AESCipher$AES128_GCM_NoPadding.class (not open) + PBKDF2KeyImpl.class (not open) + PrivateKeyInfo.class (not open) + CounterMode.class (not open) + ElectronicCodeBook.class (not open) + PBES2Core$HmacSHA384AndAES_256.class (not open) + PBKDF2Core.class (not open) + KeyGeneratorCore$HmacSHA2KG$SHA512.class (not open) + PBEKeyFactory$1.class (not open) + BlockCipherParamsCore.class (not open) + PBES2Parameters$HmacSHA512AndAES_128.class (not open) + AESConstants.class (not open) + DESedeKeyFactory.class (not open) + HmacCore$HmacSHA512.class (not open) + HmacCore.class (not open) + PKCS12PBECipherCore$PBEWithSHA1AndRC2_40.class (not open) + PBEKeyFactory$PBEWithHmacSHA256AndAES_256.class (not open) + DESKeyFactory.class (not open) + BlowfishCrypt.class (not open) + PBES2Core$HmacSHA512AndAES_256.class (not open) + PBES2Core.class (not open) + KeyGeneratorCore$HmacSHA2KG$SHA256.class (not open) + PBMAC1Core$HmacSHA224.class (not open) + DESCrypt.class (not open) + DHParameterGenerator.class (not open) + PBES2Parameters$HmacSHA384AndAES_128.class (not open) + PBKDF2Core$HmacSHA1.class (not open) + PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.class (not open) + Padding.class (not open) + CipherForKeyProtector.class (not open) + PKCS12PBECipherCore$PBEWithSHA1AndRC4_40.class (not open) + AESWrapCipher$AES128.class (not open) + DESedeWrapCipher.class (not open) + ai.class (not open) + TlsPrfGenerator$V12.class (not open) + AESCipher$AES192_GCM_NoPadding.class (not open) + PBEKeyFactory$PBEWithSHA1AndDESede.class (not open) + SunJCE$1.class (not open) + PBKDF2Core$HmacSHA224.class (not open) + PBES1Core.class (not open) + PBEKeyFactory$PBEWithHmacSHA224AndAES_128.class (not open) + HmacCore$HmacSHA256.class (not open) + PBEKeyFactory.class (not open) + ARCFOURCipher.class (not open) + DHKeyPairGenerator.class (not open) + SslMacCore$SslMacMD5.class (not open) + DHPublicKey.class (not open) + KeyGeneratorCore$HmacSHA2KG$SHA384.class (not open) + AESCipher$AES256_CFB_NoPadding.class (not open) + PBEKeyFactory$PBEWithHmacSHA256AndAES_128.class (not open) + HmacSHA1KeyGenerator.class (not open) + DESParameters.class (not open) + DESConstants.class (not open) + HmacCore$HmacSHA384.class (not open) + AESKeyGenerator.class (not open) + JceKeyStore$1.class (not open) + HmacMD5.class (not open) + AESWrapCipher$General.class (not open) + PBES2Parameters$HmacSHA512AndAES_256.class (not open) + SslMacCore.class (not open) + BlowfishKeyGenerator.class (not open) + PBES2Core$HmacSHA384AndAES_128.class (not open) + DESedeParameters.class (not open) + PKCS12PBECipherCore$PBEWithSHA1AndRC4_128.class (not open) + AESCrypt.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.176 +!MESSAGE Cannot handle com.oracle.webservices.internal.impl.encoding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + StreamDecoderImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.176 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xs [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributePSVImpl.class (not open) + ElementPSVImpl.class (not open) + SchemaGrammar$BuiltinAttrDecl.class (not open) + SchemaGrammar$BuiltinSchemaGrammar.class (not open) + SchemaGrammar$Schema4Annotations.class (not open) + SchemaGrammar$XSAnyType.class (not open) + SchemaGrammar.class (not open) + SchemaNamespaceSupport.class (not open) + SchemaSymbols.class (not open) + SubstitutionGroupHandler$OneSubGroup.class (not open) + SubstitutionGroupHandler.class (not open) + XMLSchemaException.class (not open) + XMLSchemaLoader$LocationArray.class (not open) + XMLSchemaLoader.class (not open) + XMLSchemaValidator$KeyRefValueStore.class (not open) + XMLSchemaValidator$KeyValueStore.class (not open) + XMLSchemaValidator$LocalIDKey.class (not open) + XMLSchemaValidator$ShortVector.class (not open) + XMLSchemaValidator$UniqueValueStore.class (not open) + XMLSchemaValidator$ValueStoreBase.class (not open) + XMLSchemaValidator$ValueStoreCache.class (not open) + XMLSchemaValidator$XPathMatcherStack.class (not open) + XMLSchemaValidator$XSIErrorReporter.class (not open) + XMLSchemaValidator.class (not open) + XSAnnotationImpl.class (not open) + XSAttributeDecl.class (not open) + XSAttributeGroupDecl.class (not open) + XSAttributeUseImpl.class (not open) + XSComplexTypeDecl.class (not open) + XSConstraints$1.class (not open) + XSConstraints.class (not open) + XSDDescription.class (not open) + XSDeclarationPool.class (not open) + XSElementDecl.class (not open) + XSGrammarBucket.class (not open) + XSGroupDecl.class (not open) + XSImplementationImpl.class (not open) + XSLoaderImpl$XSGrammarMerger.class (not open) + XSLoaderImpl.class (not open) + XSMessageFormatter.class (not open) + XSModelGroupImpl.class (not open) + XSModelImpl$XSNamespaceItemListIterator.class (not open) + XSModelImpl.class (not open) + XSNotationDecl.class (not open) + XSParticleDecl.class (not open) + XSWildcardDecl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.176 +!MESSAGE Cannot handle com.oracle.net [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Sdp$1.class (not open) + Sdp$SdpSocket.class (not open) + Sdp.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.177 +!MESSAGE Cannot handle com.sun.javafx.scene.shape [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ObservableFaceArrayImpl.class (not open) + PathUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.177 +!MESSAGE Cannot handle com.sun.jmx.snmp.defaults [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DefaultPaths.class (not open) + SnmpProperties.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.177 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.exceptions [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AlgorithmAlreadyRegisteredException.class (not open) + Base64DecodingException.class (not open) + XMLSecurityException.class (not open) + XMLSecurityRuntimeException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.178 +!MESSAGE Cannot handle com.sun.org.apache.bcel.internal.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributeHTML.class (not open) + BCELFactory.class (not open) + BCELifier.class (not open) + ByteSequence$ByteArrayStream.class (not open) + ByteSequence.class (not open) + Class2HTML.class (not open) + ClassLoader.class (not open) + ClassLoaderRepository.class (not open) + ClassPath$1.class (not open) + ClassPath$ClassFile.class (not open) + ClassPath$Dir$1.class (not open) + ClassPath$Dir.class (not open) + ClassPath$PathEntry.class (not open) + ClassPath$Zip$1.class (not open) + ClassPath$Zip.class (not open) + ClassPath.class (not open) + ClassQueue.class (not open) + ClassSet.class (not open) + ClassStack.class (not open) + ClassVector.class (not open) + CodeHTML.class (not open) + ConstantHTML.class (not open) + InstructionFinder$CodeConstraint.class (not open) + InstructionFinder.class (not open) + JavaWrapper.class (not open) + MethodHTML.class (not open) + Repository.class (not open) + SecuritySupport$1.class (not open) + SecuritySupport$10.class (not open) + SecuritySupport$2.class (not open) + SecuritySupport$3.class (not open) + SecuritySupport$4.class (not open) + SecuritySupport$5.class (not open) + SecuritySupport$6.class (not open) + SecuritySupport$7.class (not open) + SecuritySupport$8.class (not open) + SecuritySupport$9.class (not open) + SecuritySupport.class (not open) + SyntheticRepository.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.178 +!MESSAGE Cannot handle com.sun.corba.se.org [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.178 +!MESSAGE Cannot handle com.sun.corba.se.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.178 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.algorithm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BASE64EncodingAlgorithm.class (not open) + BooleanEncodingAlgorithm$1.class (not open) + BooleanEncodingAlgorithm.class (not open) + BuiltInEncodingAlgorithm$WordListener.class (not open) + BuiltInEncodingAlgorithm.class (not open) + BuiltInEncodingAlgorithmFactory.class (not open) + BuiltInEncodingAlgorithmState.class (not open) + DoubleEncodingAlgorithm$1.class (not open) + DoubleEncodingAlgorithm.class (not open) + FloatEncodingAlgorithm$1.class (not open) + FloatEncodingAlgorithm.class (not open) + HexadecimalEncodingAlgorithm.class (not open) + IEEE754FloatingPointEncodingAlgorithm.class (not open) + IntEncodingAlgorithm$1.class (not open) + IntEncodingAlgorithm.class (not open) + IntegerEncodingAlgorithm.class (not open) + LongEncodingAlgorithm$1.class (not open) + LongEncodingAlgorithm.class (not open) + ShortEncodingAlgorithm$1.class (not open) + ShortEncodingAlgorithm.class (not open) + UUIDEncodingAlgorithm$1.class (not open) + UUIDEncodingAlgorithm.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.179 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xs.models [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CMBuilder.class (not open) + CMNodeFactory.class (not open) + XSAllCM.class (not open) + XSCMBinOp.class (not open) + XSCMLeaf.class (not open) + XSCMRepeatingLeaf.class (not open) + XSCMUniOp.class (not open) + XSCMValidator.class (not open) + XSDFACM$Occurence.class (not open) + XSDFACM.class (not open) + XSEmptyCM.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.179 +!MESSAGE Cannot handle com.sun.prism.j2d.print [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + J2DPrinter$PaperComparator.class (not open) + J2DPrinter$PaperSourceComparator.class (not open) + J2DPrinter$PrintResolutionComparator.class (not open) + J2DPrinter.class (not open) + J2DPrinterJob$1.class (not open) + J2DPrinterJob$ClearSceneRunnable.class (not open) + J2DPrinterJob$ExitLoopRunnable.class (not open) + J2DPrinterJob$J2DPageable.class (not open) + J2DPrinterJob$LayoutRunnable.class (not open) + J2DPrinterJob$PageDialogRunnable.class (not open) + J2DPrinterJob$PageInfo.class (not open) + J2DPrinterJob$PrintDialogRunnable.class (not open) + J2DPrinterJob$PrintJobRunnable.class (not open) + J2DPrinterJob.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.179 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.dtd [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BalancedDTDGrammar.class (not open) + DTDGrammar$ChildrenList.class (not open) + DTDGrammar.class (not open) + DTDGrammarBucket.class (not open) + XML11DTDProcessor.class (not open) + XML11DTDValidator.class (not open) + XML11NSDTDValidator.class (not open) + XMLAttributeDecl.class (not open) + XMLContentSpec$Provider.class (not open) + XMLContentSpec.class (not open) + XMLDTDDescription.class (not open) + XMLDTDLoader.class (not open) + XMLDTDProcessor.class (not open) + XMLDTDValidator.class (not open) + XMLDTDValidatorFilter.class (not open) + XMLElementDecl.class (not open) + XMLEntityDecl.class (not open) + XMLNSDTDValidator.class (not open) + XMLNotationDecl.class (not open) + XMLSimpleType.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.180 +!MESSAGE Cannot handle com.sun.prism.impl.packrect [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Level.class (not open) + RectanglePacker.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.180 +!MESSAGE Cannot handle com.oracle.webservices.internal.api.databinding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Databinding$Builder.class (not open) + Databinding.class (not open) + DatabindingFactory.class (not open) + DatabindingMode.class (not open) + DatabindingModeFeature$Builder.class (not open) + DatabindingModeFeature.class (not open) + ExternalMetadataFeature$Builder.class (not open) + ExternalMetadataFeature.class (not open) + JavaCallInfo.class (not open) + WSDLGenerator.class (not open) + WSDLResolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.180 +!MESSAGE Cannot handle com.sun.prism.impl.shape [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BasicEllipseRep.class (not open) + BasicRoundRectRep.class (not open) + BasicShapeRep.class (not open) + MaskData.class (not open) + NativePiscesRasterizer.class (not open) + OpenPiscesPrismUtils.class (not open) + OpenPiscesRasterizer$Consumer.class (not open) + OpenPiscesRasterizer.class (not open) + ShapeRasterizer.class (not open) + ShapeUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.181 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.packaging.mime.internet [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AsciiOutputStream.class (not open) + BMMimeMultipart.class (not open) + ContentDisposition.class (not open) + ContentType.class (not open) + HeaderTokenizer$Token.class (not open) + HeaderTokenizer.class (not open) + InternetHeaders$1.class (not open) + InternetHeaders.class (not open) + MimeBodyPart$1.class (not open) + MimeBodyPart.class (not open) + MimeMultipart.class (not open) + MimePartDataSource.class (not open) + MimePullMultipart.class (not open) + MimeUtility$1NullInputStream.class (not open) + MimeUtility.class (not open) + ParameterList.class (not open) + ParseException.class (not open) + SharedInputStream.class (not open) + UniqueValue.class (not open) + hdr.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.181 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xpath [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.181 +!MESSAGE Cannot handle com.sun.java.util.jar [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.182 +!MESSAGE Cannot handle com.sun.webkit [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BackForwardList$1.class (not open) + BackForwardList$Entry.class (not open) + BackForwardList.class (not open) + ContextMenu$1.class (not open) + ContextMenu$ShowContext.class (not open) + ContextMenu.class (not open) + ContextMenuItem.class (not open) + CursorManager.class (not open) + Disposer$1.class (not open) + Disposer$DisposerRunnable.class (not open) + Disposer$WeakDisposerRecord.class (not open) + Disposer.class (not open) + DisposerRecord.class (not open) + EventLoop.class + class EventLoop + FileSystem.class (not open) + InputMethodClient.class + interface InputMethodClient + InspectorClient.class (not open) + Invoker.class (not open) + LoadListenerClient.class (not open) + LocalizedStrings$1.class (not open) + LocalizedStrings$EncodingResourceBundleControl.class (not open) + LocalizedStrings.class (not open) + MainThread.class (not open) + PageCache.class (not open) + Pasteboard.class (not open) + PolicyClient.class (not open) + PopupMenu.class (not open) + SeparateThreadTimer$1.class (not open) + SeparateThreadTimer$FireRunner.class (not open) + SeparateThreadTimer.class (not open) + SharedBuffer.class (not open) + SimpleSharedBufferInputStream.class (not open) + ThemeClient.class (not open) + Timer$Mode.class + enum Mode + Timer.class + class Timer + UIClient.class (not open) + Utilities$MimeTypeMapHolder.class (not open) + Utilities.class (not open) + WCFrameView.class (not open) + WCPasteboard.class (not open) + WCPluginWidget.class (not open) + WCWidget.class (not open) + WatchdogTimer$1.class (not open) + WatchdogTimer$CustomThreadFactory.class (not open) + WatchdogTimer.class (not open) + WebPage$1.class (not open) + WebPage$RenderFrame.class (not open) + WebPage.class (not open) + WebPageClient.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.182 +!MESSAGE Cannot handle com.sun.xml.internal.ws.encoding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ContentType.class (not open) + ContentTypeImpl$Builder.class (not open) + ContentTypeImpl.class (not open) + DataHandlerDataSource.class (not open) + DataSourceStreamingDataHandler.class (not open) + HasEncoding.class (not open) + HeaderTokenizer$Token.class (not open) + HeaderTokenizer.class (not open) + ImageDataContentHandler.class (not open) + MIMEPartStreamingDataHandler$MyIOException.class (not open) + MIMEPartStreamingDataHandler$StreamingDataSource.class (not open) + MIMEPartStreamingDataHandler.class (not open) + MimeCodec.class (not open) + MimeMultipartParser$PartAttachment$1$1.class (not open) + MimeMultipartParser$PartAttachment$1.class (not open) + MimeMultipartParser$PartAttachment.class (not open) + MimeMultipartParser.class (not open) + MtomCodec$ByteArrayBuffer.class (not open) + MtomCodec$MtomStreamWriterImpl$1.class (not open) + MtomCodec$MtomStreamWriterImpl$MtomNamespaceContextEx.class (not open) + MtomCodec$MtomStreamWriterImpl.class (not open) + MtomCodec$MtomXMLStreamReaderEx.class (not open) + MtomCodec.class (not open) + ParameterList.class (not open) + RootOnlyCodec.class (not open) + SOAPBindingCodec.class (not open) + StreamSOAP11Codec.class (not open) + StreamSOAP12Codec.class (not open) + StreamSOAPCodec$1.class (not open) + StreamSOAPCodec.class (not open) + StringDataContentHandler.class (not open) + SwACodec.class (not open) + TagInfoset.class (not open) + XMLHTTPBindingCodec.class (not open) + XmlDataContentHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.182 +!MESSAGE Cannot handle com.sun.javafx.scene.control.skin.caspian [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.183 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.dtd.models [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CMAny.class (not open) + CMBinOp.class (not open) + CMLeaf.class (not open) + CMNode.class (not open) + CMStateSet.class (not open) + CMUniOp.class (not open) + ContentModelValidator.class (not open) + DFAContentModel.class (not open) + MixedContentModel.class (not open) + SimpleContentModel.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.183 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.stax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EventLocation.class (not open) + StAXDocumentParser$NamespaceContextImpl.class (not open) + StAXDocumentParser.class (not open) + StAXDocumentSerializer.class (not open) + StAXManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.183 +!MESSAGE Cannot handle com.oracle.jrockit [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\jfr.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.184 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.sax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributesHolder.class (not open) + Features.class (not open) + Properties.class (not open) + SAXDocumentParser$1.class (not open) + SAXDocumentParser$DeclHandlerImpl.class (not open) + SAXDocumentParser$LexicalHandlerImpl.class (not open) + SAXDocumentParser.class (not open) + SAXDocumentSerializer.class (not open) + SAXDocumentSerializerWithPrefixMapping.class (not open) + SystemIdResolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.184 +!MESSAGE Cannot handle com.sun.openpisces [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AlphaConsumer.class (not open) + Curve$1.class (not open) + Curve.class (not open) + Dasher$LengthIterator$Side.class (not open) + Dasher$LengthIterator.class (not open) + Dasher.class (not open) + Helpers.class (not open) + Renderer$1.class (not open) + Renderer$ScanlineIterator.class (not open) + Renderer.class (not open) + Stroker$PolyStack.class (not open) + Stroker.class (not open) + TransformingPathConsumer2D$DeltaScaleFilter.class (not open) + TransformingPathConsumer2D$DeltaTransformFilter.class (not open) + TransformingPathConsumer2D$FilterSet.class (not open) + TransformingPathConsumer2D$ScaleTranslateFilter.class (not open) + TransformingPathConsumer2D$TransformFilter.class (not open) + TransformingPathConsumer2D$TranslateFilter.class (not open) + TransformingPathConsumer2D.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.184 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.utils.resolver [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ResourceResolver.class (not open) + ResourceResolverContext.class (not open) + ResourceResolverException.class (not open) + ResourceResolverSpi.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.185 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ByteArrayOutputStreamEx.class (not open) + CollisionCheckStack.class (not open) + DataSourceSource.class (not open) + EditDistance.class (not open) + FatalAdapter.class (not open) + FlattenIterator.class (not open) + QNameMap$1.class (not open) + QNameMap$Entry.class (not open) + QNameMap$EntryIterator.class (not open) + QNameMap$EntrySet.class (not open) + QNameMap$HashIterator.class (not open) + QNameMap.class (not open) + StackRecorder.class (not open) + TypeCast.class (not open) + XmlFactory$1.class (not open) + XmlFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.185 +!MESSAGE Cannot handle com.sun.org.omg.SendingContext.CodeBasePackage [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + URLHelper.class (not open) + URLSeqHelper.class (not open) + ValueDescSeqHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.185 +!MESSAGE Cannot handle com.sun.activation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.186 +!MESSAGE Cannot handle com.sun.corba.se.internal.POA [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + POAORB.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.186 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.encryption [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractSerializer.class (not open) + AgreementMethod.class (not open) + CipherData.class (not open) + CipherReference.class (not open) + CipherValue.class (not open) + DocumentSerializer.class (not open) + EncryptedData.class (not open) + EncryptedKey.class (not open) + EncryptedType.class (not open) + EncryptionMethod.class (not open) + EncryptionProperties.class (not open) + EncryptionProperty.class (not open) + Reference.class (not open) + ReferenceList.class (not open) + Serializer.class (not open) + Transforms.class (not open) + XMLCipher$1.class (not open) + XMLCipher$Factory$AgreementMethodImpl.class (not open) + XMLCipher$Factory$CipherDataImpl.class (not open) + XMLCipher$Factory$CipherReferenceImpl.class (not open) + XMLCipher$Factory$CipherValueImpl.class (not open) + XMLCipher$Factory$EncryptedDataImpl.class (not open) + XMLCipher$Factory$EncryptedKeyImpl.class (not open) + XMLCipher$Factory$EncryptedTypeImpl.class (not open) + XMLCipher$Factory$EncryptionMethodImpl.class (not open) + XMLCipher$Factory$EncryptionPropertiesImpl.class (not open) + XMLCipher$Factory$EncryptionPropertyImpl.class (not open) + XMLCipher$Factory$ReferenceListImpl$DataReference.class (not open) + XMLCipher$Factory$ReferenceListImpl$KeyReference.class (not open) + XMLCipher$Factory$ReferenceListImpl$ReferenceImpl.class (not open) + XMLCipher$Factory$ReferenceListImpl.class (not open) + XMLCipher$Factory$TransformsImpl.class (not open) + XMLCipher$Factory.class (not open) + XMLCipher.class (not open) + XMLCipherInput.class (not open) + XMLCipherParameters.class (not open) + XMLEncryptionException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.187 +!MESSAGE Cannot handle com.sun.java.swing.plaf.windows.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + windows.class (not open) + windows_de.class (not open) + windows_es.class (not open) + windows_fr.class (not open) + windows_it.class (not open) + windows_ja.class (not open) + windows_ko.class (not open) + windows_pt_BR.class (not open) + windows_sv.class (not open) + windows_zh_CN.class (not open) + windows_zh_HK.class (not open) + windows_zh_TW.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.187 +!MESSAGE Cannot handle com.sun.corba.se.impl.orbutil.threadpool [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ThreadPoolImpl$1.class (not open) + ThreadPoolImpl$2.class (not open) + ThreadPoolImpl$3.class (not open) + ThreadPoolImpl$4.class (not open) + ThreadPoolImpl$5.class (not open) + ThreadPoolImpl$6.class (not open) + ThreadPoolImpl$WorkerThread.class (not open) + ThreadPoolImpl.class (not open) + ThreadPoolManagerImpl$1.class (not open) + ThreadPoolManagerImpl.class (not open) + TimeoutException.class (not open) + WorkQueueImpl$1.class (not open) + WorkQueueImpl$2.class (not open) + WorkQueueImpl$3.class (not open) + WorkQueueImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.187 +!MESSAGE Cannot handle com.sun.prism.image [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CachingCompoundImage.class (not open) + CompoundCoords.class (not open) + CompoundImage.class (not open) + CompoundTexture.class (not open) + Coords.class (not open) + ViewPort.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.187 +!MESSAGE Cannot handle com.sun.jndi.url.iiop [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + iiopURLContext.class (not open) + iiopURLContextFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.188 +!MESSAGE Cannot handle com.sun.javafx.font.t2k [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ICUGlyphLayout$1.class (not open) + ICUGlyphLayout.class (not open) + T2KFactory.class (not open) + T2KFontFile$1.class (not open) + T2KFontFile$ScalerDisposer.class (not open) + T2KFontFile.class (not open) + T2KFontStrike.class (not open) + T2KGlyph.class (not open) + T2KStrikeDisposer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.188 +!MESSAGE Cannot handle com.sun.corba.se.impl.orbutil.closure [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Constant.class (not open) + Future.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.189 +!MESSAGE Cannot handle com.sun.corba.se.impl.legacy.connection [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DefaultSocketFactory.class (not open) + EndPointInfoImpl.class (not open) + LegacyServerSocketManagerImpl.class (not open) + SocketFactoryAcceptorImpl.class (not open) + SocketFactoryConnectionImpl.class (not open) + SocketFactoryContactInfoImpl.class (not open) + SocketFactoryContactInfoListImpl.class (not open) + SocketFactoryContactInfoListIteratorImpl.class (not open) + USLPort.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.189 +!MESSAGE Cannot handle com.sun.rowset [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.189 +!MESSAGE Cannot handle com.sun.corba.se.impl.legacy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.190 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.dtm.ref [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ChunkedIntArray$ChunksVector.class (not open) + ChunkedIntArray.class (not open) + CoroutineManager.class (not open) + CoroutineParser.class (not open) + CustomStringPool.class (not open) + DTMAxisIterNodeList.class (not open) + DTMAxisIteratorBase.class (not open) + DTMChildIterNodeList.class (not open) + DTMDefaultBase.class (not open) + DTMDefaultBaseIterators$AncestorIterator.class (not open) + DTMDefaultBaseIterators$AttributeIterator.class (not open) + DTMDefaultBaseIterators$ChildrenIterator.class (not open) + DTMDefaultBaseIterators$DescendantIterator.class (not open) + DTMDefaultBaseIterators$FollowingIterator.class (not open) + DTMDefaultBaseIterators$FollowingSiblingIterator.class (not open) + DTMDefaultBaseIterators$InternalAxisIteratorBase.class (not open) + DTMDefaultBaseIterators$NamespaceAttributeIterator.class (not open) + DTMDefaultBaseIterators$NamespaceChildrenIterator.class (not open) + DTMDefaultBaseIterators$NamespaceIterator.class (not open) + DTMDefaultBaseIterators$NthDescendantIterator.class (not open) + DTMDefaultBaseIterators$ParentIterator.class (not open) + DTMDefaultBaseIterators$PrecedingIterator.class (not open) + DTMDefaultBaseIterators$PrecedingSiblingIterator.class (not open) + DTMDefaultBaseIterators$RootIterator.class (not open) + DTMDefaultBaseIterators$SingletonIterator.class (not open) + DTMDefaultBaseIterators$TypedAncestorIterator.class (not open) + DTMDefaultBaseIterators$TypedAttributeIterator.class (not open) + DTMDefaultBaseIterators$TypedChildrenIterator.class (not open) + DTMDefaultBaseIterators$TypedDescendantIterator.class (not open) + DTMDefaultBaseIterators$TypedFollowingIterator.class (not open) + DTMDefaultBaseIterators$TypedFollowingSiblingIterator.class (not open) + DTMDefaultBaseIterators$TypedNamespaceIterator.class (not open) + DTMDefaultBaseIterators$TypedPrecedingIterator.class (not open) + DTMDefaultBaseIterators$TypedPrecedingSiblingIterator.class (not open) + DTMDefaultBaseIterators$TypedRootIterator.class (not open) + DTMDefaultBaseIterators$TypedSingletonIterator.class (not open) + DTMDefaultBaseIterators.class (not open) + DTMDefaultBaseTraversers$1.class (not open) + DTMDefaultBaseTraversers$AllFromNodeTraverser.class (not open) + DTMDefaultBaseTraversers$AllFromRootTraverser.class (not open) + DTMDefaultBaseTraversers$AncestorOrSelfTraverser.class (not open) + DTMDefaultBaseTraversers$AncestorTraverser.class (not open) + DTMDefaultBaseTraversers$AttributeTraverser.class (not open) + DTMDefaultBaseTraversers$ChildTraverser.class (not open) + DTMDefaultBaseTraversers$DescendantFromRootTraverser.class (not open) + DTMDefaultBaseTraversers$DescendantOrSelfFromRootTraverser.class (not open) + DTMDefaultBaseTraversers$DescendantOrSelfTraverser.class (not open) + DTMDefaultBaseTraversers$DescendantTraverser.class (not open) + DTMDefaultBaseTraversers$FollowingSiblingTraverser.class (not open) + DTMDefaultBaseTraversers$FollowingTraverser.class (not open) + DTMDefaultBaseTraversers$IndexedDTMAxisTraverser.class (not open) + DTMDefaultBaseTraversers$NamespaceDeclsTraverser.class (not open) + DTMDefaultBaseTraversers$NamespaceTraverser.class (not open) + DTMDefaultBaseTraversers$ParentTraverser.class (not open) + DTMDefaultBaseTraversers$PrecedingAndAncestorTraverser.class (not open) + DTMDefaultBaseTraversers$PrecedingSiblingTraverser.class (not open) + DTMDefaultBaseTraversers$PrecedingTraverser.class (not open) + DTMDefaultBaseTraversers$RootTraverser.class (not open) + DTMDefaultBaseTraversers$SelfTraverser.class (not open) + DTMDefaultBaseTraversers.class (not open) + DTMDocumentImpl.class (not open) + DTMManagerDefault.class (not open) + DTMNamedNodeMap$DTMException.class (not open) + DTMNamedNodeMap.class (not open) + DTMNodeIterator.class (not open) + DTMNodeList.class (not open) + DTMNodeListBase.class (not open) + DTMNodeProxy$DTMNodeProxyImplementation.class (not open) + DTMNodeProxy.class (not open) + DTMSafeStringPool.class (not open) + DTMStringPool.class (not open) + DTMTreeWalker.class (not open) + EmptyIterator.class (not open) + ExpandedNameTable$HashEntry.class (not open) + ExpandedNameTable.class (not open) + ExtendedType.class (not open) + IncrementalSAXSource.class (not open) + IncrementalSAXSource_Filter$StopException.class (not open) + IncrementalSAXSource_Filter.class (not open) + IncrementalSAXSource_Xerces.class (not open) + NodeLocator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.190 +!MESSAGE Cannot handle com.sun.org.apache.xpath [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.190 +!MESSAGE Cannot handle com.sun.javafx.print [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PrintHelper$PrintAccessor.class (not open) + PrintHelper.class (not open) + PrinterImpl.class (not open) + PrinterJobImpl.class (not open) + Units.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.191 +!MESSAGE Cannot handle com.sun.javafx.property [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + JavaBeanAccessHelper.class (not open) + PropertyReference.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.191 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.functions [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FuncBoolean.class (not open) + FuncCeiling.class (not open) + FuncConcat.class (not open) + FuncContains.class (not open) + FuncCount.class (not open) + FuncCurrent.class (not open) + FuncDoclocation.class (not open) + FuncExtElementAvailable.class (not open) + FuncExtFunction$ArgExtOwner.class (not open) + FuncExtFunction.class (not open) + FuncExtFunctionAvailable.class (not open) + FuncFalse.class (not open) + FuncFloor.class (not open) + FuncGenerateId.class (not open) + FuncId.class (not open) + FuncLang.class (not open) + FuncLast.class (not open) + FuncLocalPart.class (not open) + FuncNamespace.class (not open) + FuncNormalizeSpace.class (not open) + FuncNot.class (not open) + FuncNumber.class (not open) + FuncPosition.class (not open) + FuncQname.class (not open) + FuncRound.class (not open) + FuncStartsWith.class (not open) + FuncString.class (not open) + FuncStringLength.class (not open) + FuncSubstring.class (not open) + FuncSubstringAfter.class (not open) + FuncSubstringBefore.class (not open) + FuncSum.class (not open) + FuncSystemProperty.class (not open) + FuncTranslate.class (not open) + FuncTrue.class (not open) + FuncUnparsedEntityURI.class (not open) + Function.class (not open) + Function2Args$Arg1Owner.class (not open) + Function2Args.class (not open) + Function3Args$Arg2Owner.class (not open) + Function3Args.class (not open) + FunctionDef1Arg.class (not open) + FunctionMultiArgs$ArgMultiOwner.class (not open) + FunctionMultiArgs.class (not open) + FunctionOneArg.class (not open) + WrongNumberArgsException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.191 +!MESSAGE Cannot handle com.sun.corba.se.spi.activation.RepositoryPackage [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ServerDef.class (not open) + ServerDefHelper.class (not open) + ServerDefHolder.class (not open) + StringSeqHelper.class (not open) + StringSeqHolder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.192 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.utils [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Base64.class (not open) + ClassLoaderUtils$1.class (not open) + ClassLoaderUtils.class (not open) + Constants.class (not open) + DOMNamespaceContext.class (not open) + DigesterOutputStream.class (not open) + ElementChecker.class (not open) + ElementCheckerImpl$EmptyChecker.class (not open) + ElementCheckerImpl$FullChecker.class (not open) + ElementCheckerImpl$InternedNsChecker.class (not open) + ElementCheckerImpl.class (not open) + ElementProxy.class (not open) + EncryptionConstants.class (not open) + EncryptionElementProxy.class (not open) + HelperNodeList.class (not open) + I18n.class (not open) + IdResolver.class (not open) + IgnoreAllErrorHandler.class (not open) + JDKXPathAPI.class (not open) + JDKXPathFactory.class (not open) + JavaUtils.class (not open) + RFC2253Parser.class (not open) + Signature11ElementProxy.class (not open) + SignatureElementProxy.class (not open) + SignerOutputStream.class (not open) + UnsyncBufferedOutputStream.class (not open) + UnsyncByteArrayOutputStream.class (not open) + XMLUtils$1.class (not open) + XMLUtils.class (not open) + XPathAPI.class (not open) + XPathFactory.class (not open) + XalanXPathAPI.class (not open) + XalanXPathFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.192 +!MESSAGE Cannot handle com.sun.corba.se.impl.ior.iiop [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AlternateIIOPAddressComponentImpl.class (not open) + CodeSetsComponentImpl.class (not open) + IIOPAddressBase.class (not open) + IIOPAddressClosureImpl.class (not open) + IIOPAddressImpl.class (not open) + IIOPProfileImpl$LocalCodeBaseSingletonHolder.class (not open) + IIOPProfileImpl.class (not open) + IIOPProfileTemplateImpl.class (not open) + JavaCodebaseComponentImpl.class (not open) + JavaSerializationComponent.class (not open) + MaxStreamFormatVersionComponentImpl.class (not open) + ORBTypeComponentImpl.class (not open) + RequestPartitioningComponentImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.192 +!MESSAGE Cannot handle com.sun.security.auth.callback [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DialogCallbackHandler$1.class (not open) + DialogCallbackHandler$2.class (not open) + DialogCallbackHandler$Action.class (not open) + DialogCallbackHandler$ConfirmationInfo.class (not open) + DialogCallbackHandler.class (not open) + TextCallbackHandler$1OptionInfo.class (not open) + TextCallbackHandler.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.193 +!MESSAGE Cannot handle com.sun.org.glassfish.external.probe [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.193 +!MESSAGE Cannot handle com.sun.xml.internal.stream.buffer [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.193 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CollatorFactory.class (not open) + DOM.class (not open) + DOMCache.class (not open) + DOMEnhancedForDTM.class (not open) + NodeIterator.class (not open) + ProcessorVersion.class (not open) + StripFilter.class (not open) + Translet.class (not open) + TransletException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.194 +!MESSAGE Cannot handle com.sun.xml.internal.org.jvnet.staxex [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Base64Data$1.class (not open) + Base64Data$Base64DataSource.class (not open) + Base64Data$Base64StreamingDataHandler.class (not open) + Base64Data$FilterDataHandler.class (not open) + Base64Data.class (not open) + Base64Encoder.class (not open) + Base64EncoderStream.class (not open) + ByteArrayOutputStreamEx.class (not open) + NamespaceContextEx$Binding.class (not open) + NamespaceContextEx.class (not open) + StreamingDataHandler.class (not open) + XMLStreamReaderEx.class (not open) + XMLStreamWriterEx.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.194 +!MESSAGE Cannot handle com.sun.tracing [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Probe.class (not open) + ProbeName.class (not open) + Provider.class (not open) + ProviderFactory$1.class (not open) + ProviderFactory.class (not open) + ProviderName.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.194 +!MESSAGE Cannot handle com.sun.prism [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BasicStroke$CAGShapePair.class (not open) + BasicStroke.class (not open) + CompositeMode.class (not open) + Graphics.class (not open) + GraphicsPipeline$ShaderModel.class (not open) + GraphicsPipeline$ShaderType.class (not open) + GraphicsPipeline.class (not open) + GraphicsResource.class (not open) + Image$1.class (not open) + Image$Accessor.class (not open) + Image$BaseAccessor.class (not open) + Image$ByteAccess.class (not open) + Image$ByteRgbAccess.class (not open) + Image$IntAccess.class (not open) + Image$ScaledAccessor.class (not open) + Image$UnsupportedAccess.class (not open) + Image.class (not open) + MaskTextureGraphics.class (not open) + Material.class (not open) + MediaFrame.class (not open) + Mesh.class (not open) + MeshView.class (not open) + MultiTexture$1.class (not open) + MultiTexture.class (not open) + PhongMaterial$MapType.class (not open) + PhongMaterial.class (not open) + PixelFormat$DataType.class (not open) + PixelFormat.class (not open) + PixelSource.class (not open) + Presentable.class (not open) + PresentableState.class (not open) + PrinterGraphics.class (not open) + RTTexture.class (not open) + ReadbackGraphics.class (not open) + ReadbackRenderTarget.class (not open) + RectShadowGraphics.class (not open) + RenderTarget.class (not open) + ResourceFactory.class (not open) + ResourceFactoryListener.class (not open) + Surface.class (not open) + Texture$Usage.class (not open) + Texture$WrapMode.class (not open) + Texture.class (not open) + TextureMap.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.195 +!MESSAGE Cannot handle com.sun.org.omg.CORBA [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttrDescriptionSeqHelper.class (not open) + AttributeDescription.class (not open) + AttributeDescriptionHelper.class (not open) + AttributeMode.class (not open) + AttributeModeHelper.class (not open) + ContextIdSeqHelper.class (not open) + ContextIdentifierHelper.class (not open) + DefinitionKindHelper.class (not open) + ExcDescriptionSeqHelper.class (not open) + ExceptionDescription.class (not open) + ExceptionDescriptionHelper.class (not open) + IDLTypeHelper.class (not open) + IdentifierHelper.class (not open) + Initializer.class (not open) + InitializerHelper.class (not open) + InitializerSeqHelper.class (not open) + OpDescriptionSeqHelper.class (not open) + OperationDescription.class (not open) + OperationDescriptionHelper.class (not open) + OperationMode.class (not open) + OperationModeHelper.class (not open) + ParDescriptionSeqHelper.class (not open) + ParameterDescription.class (not open) + ParameterDescriptionHelper.class (not open) + ParameterMode.class (not open) + ParameterModeHelper.class (not open) + Repository.class (not open) + RepositoryHelper.class (not open) + RepositoryIdHelper.class (not open) + RepositoryIdSeqHelper.class (not open) + StructMemberHelper.class (not open) + StructMemberSeqHelper.class (not open) + ValueMemberHelper.class (not open) + ValueMemberSeqHelper.class (not open) + VersionSpecHelper.class (not open) + VisibilityHelper.class (not open) + _IDLTypeStub.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.195 +!MESSAGE Cannot handle com.sun.imageio.plugins.png [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CRC.class (not open) + ChunkStream.class (not open) + IDATOutputStream.class (not open) + PNGImageDataEnumeration.class (not open) + PNGImageReader.class (not open) + PNGImageReaderSpi.class (not open) + PNGImageWriteParam.class (not open) + PNGImageWriter.class (not open) + PNGImageWriterSpi.class (not open) + PNGMetadata.class (not open) + PNGMetadataFormat.class (not open) + PNGMetadataFormatResources.class (not open) + RowFilter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.195 +!MESSAGE Cannot handle com.sun.javafx.effect [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + EffectDirtyBits.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.196 +!MESSAGE Cannot handle com.sun.javafx.scene [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BoundsAccessor.class (not open) + CameraHelper$CameraAccessor.class + interface CameraAccessor + CameraHelper.class (not open) + CssFlags.class (not open) + DirtyBits.class (not open) + EnteredExitedHandler.class (not open) + EventHandlerProperties$EventHandlerProperty.class (not open) + EventHandlerProperties.class (not open) + KeyboardShortcutsHandler$1.class (not open) + KeyboardShortcutsHandler$CopyOnWriteMap$1$1.class (not open) + KeyboardShortcutsHandler$CopyOnWriteMap$1.class (not open) + KeyboardShortcutsHandler$CopyOnWriteMap.class (not open) + KeyboardShortcutsHandler.class (not open) + LayoutFlags.class (not open) + NodeEventDispatcher.class (not open) + NodeHelper$NodeAccessor.class (not open) + NodeHelper.class (not open) + SceneEventDispatcher.class (not open) + SceneHelper$SceneAccessor.class (not open) + SceneHelper.class (not open) + SceneUtils.class (not open) + SubSceneHelper$SubSceneAccessor.class (not open) + SubSceneHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.196 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.msg [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.196 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl.writer.document.soap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Body.class (not open) + BodyType.class (not open) + Header.class (not open) + HeaderFault.class (not open) + SOAPAddress.class (not open) + SOAPBinding.class (not open) + SOAPFault.class (not open) + SOAPOperation.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.196 +!MESSAGE Cannot handle com.sun.webkit.plugin [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DefaultPlugin.class (not open) + Plugin.class (not open) + PluginHandler.class (not open) + PluginListener.class (not open) + PluginManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.197 +!MESSAGE Cannot handle com.sun.javafx.webkit.prism.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.197 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CharArray.class (not open) + CharArrayArray.class (not open) + CharArrayIntMap$Entry.class (not open) + CharArrayIntMap.class (not open) + CharArrayString.class (not open) + ContiguousCharArrayArray.class (not open) + DuplicateAttributeVerifier$Entry.class (not open) + DuplicateAttributeVerifier.class (not open) + FixedEntryStringIntMap.class (not open) + KeyIntMap$BaseEntry.class (not open) + KeyIntMap.class (not open) + LocalNameQualifiedNamesMap$Entry.class (not open) + LocalNameQualifiedNamesMap.class (not open) + NamespaceContextImplementation.class (not open) + PrefixArray$1.class (not open) + PrefixArray$2.class (not open) + PrefixArray$NamespaceEntry.class (not open) + PrefixArray$PrefixEntry.class (not open) + PrefixArray.class (not open) + QualifiedNameArray.class (not open) + StringArray.class (not open) + StringIntMap$Entry.class (not open) + StringIntMap.class (not open) + ValueArray.class (not open) + ValueArrayResourceException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.197 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.compiler [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbsoluteLocationPath.class (not open) + AbsolutePathPattern.class (not open) + AlternativePattern.class (not open) + AncestorPattern.class (not open) + ApplyImports.class (not open) + ApplyTemplates.class (not open) + ArgumentList.class (not open) + Attribute.class (not open) + AttributeSet.class (not open) + AttributeValue.class (not open) + AttributeValueTemplate.class (not open) + BinOpExpr.class (not open) + BooleanCall.class (not open) + BooleanExpr.class (not open) + CUP$XPathParser$actions.class (not open) + CallTemplate.class (not open) + CastCall.class (not open) + CastExpr.class (not open) + CeilingCall.class (not open) + Choose.class (not open) + Closure.class (not open) + Comment.class (not open) + CompilerException.class (not open) + ConcatCall.class (not open) + Constants.class (not open) + ContainsCall.class (not open) + Copy.class (not open) + CopyOf.class (not open) + CurrentCall.class (not open) + DecimalFormatting.class (not open) + DocumentCall.class (not open) + ElementAvailableCall.class (not open) + EqualityExpr.class (not open) + Expression.class (not open) + Fallback.class (not open) + FilterExpr.class (not open) + FilterParentPath.class (not open) + FilteredAbsoluteLocationPath.class (not open) + FloorCall.class (not open) + FlowList.class (not open) + ForEach.class (not open) + FormatNumberCall.class (not open) + FunctionAvailableCall.class (not open) + FunctionCall$JavaType.class (not open) + FunctionCall.class (not open) + GenerateIdCall.class (not open) + IdKeyPattern.class (not open) + IdPattern.class (not open) + If.class (not open) + IllegalCharException.class (not open) + Import.class (not open) + Include.class (not open) + Instruction.class (not open) + IntExpr.class (not open) + Key.class (not open) + KeyCall.class (not open) + KeyPattern.class (not open) + LangCall.class (not open) + LastCall.class (not open) + LiteralAttribute.class (not open) + LiteralElement.class (not open) + LiteralExpr.class (not open) + LocalNameCall.class (not open) + LocationPathPattern.class (not open) + LogicalExpr.class (not open) + Message.class (not open) + Mode.class + class Mode + NameBase.class (not open) + NameCall.class (not open) + NamespaceAlias.class (not open) + NamespaceUriCall.class (not open) + NodeTest.class (not open) + NotCall.class (not open) + Number.class (not open) + NumberCall.class (not open) + Otherwise.class (not open) + Output.class (not open) + Param.class (not open) + ParameterRef.class (not open) + ParentLocationPath.class (not open) + ParentPattern.class (not open) + Parser.class (not open) + Pattern.class (not open) + PositionCall.class (not open) + Predicate.class (not open) + ProcessingInstruction.class (not open) + ProcessingInstructionPattern.class (not open) + QName.class (not open) + RealExpr.class (not open) + RelationalExpr.class (not open) + RelativeLocationPath.class (not open) + RelativePathPattern.class (not open) + RoundCall.class (not open) + SimpleAttributeValue.class (not open) + Sort.class (not open) + SourceLoader.class (not open) + StartsWithCall.class (not open) + Step.class (not open) + StepPattern.class (not open) + StringCall.class (not open) + StringLengthCall.class (not open) + Stylesheet.class (not open) + SymbolTable.class (not open) + SyntaxTreeNode.class (not open) + Template.class (not open) + TestSeq.class (not open) + Text.class (not open) + TopLevelElement.class (not open) + TransletOutput.class (not open) + UnaryOpExpr.class (not open) + UnionPathExpr.class (not open) + UnparsedEntityUriCall.class (not open) + UnresolvedRef.class (not open) + UnsupportedElement.class (not open) + UseAttributeSets.class (not open) + ValueOf.class (not open) + Variable.class (not open) + VariableBase.class (not open) + VariableRef.class (not open) + VariableRefBase.class (not open) + When.class (not open) + Whitespace$WhitespaceRule.class (not open) + Whitespace.class (not open) + WithParam.class (not open) + XPathLexer.class (not open) + XPathParser.class (not open) + XSLTC.class (not open) + XslAttribute.class (not open) + XslElement.class (not open) + sym.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.198 +!MESSAGE Cannot handle com.sun.javafx.perf [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PerformanceTracker$SceneAccessor.class (not open) + PerformanceTracker.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.198 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.xs [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributePSVI.class (not open) + ElementPSVI.class (not open) + ItemPSVI.class (not open) + LSInputList.class (not open) + PSVIProvider.class (not open) + ShortList.class (not open) + StringList.class (not open) + XSAnnotation.class (not open) + XSAttributeDeclaration.class (not open) + XSAttributeGroupDefinition.class (not open) + XSAttributeUse.class (not open) + XSComplexTypeDefinition.class (not open) + XSConstants.class (not open) + XSElementDeclaration.class (not open) + XSException.class (not open) + XSFacet.class (not open) + XSIDCDefinition.class (not open) + XSImplementation.class (not open) + XSLoader.class (not open) + XSModel.class (not open) + XSModelGroup.class (not open) + XSModelGroupDefinition.class (not open) + XSMultiValueFacet.class (not open) + XSNamedMap.class (not open) + XSNamespaceItem.class (not open) + XSNamespaceItemList.class (not open) + XSNotationDeclaration.class (not open) + XSObject.class (not open) + XSObjectList.class (not open) + XSParticle.class (not open) + XSSimpleTypeDefinition.class (not open) + XSTerm.class (not open) + XSTypeDefinition.class (not open) + XSWildcard.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.198 +!MESSAGE Cannot handle com.sun.istack.internal.logging [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Logger.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.199 +!MESSAGE Cannot handle com.sun.javafx.iio.png [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PNGDescriptor.class (not open) + PNGIDATChunkInputStream.class (not open) + PNGImageLoader2.class (not open) + PNGImageLoaderFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.199 +!MESSAGE Cannot handle com.sun.jndi.url.iiopname [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + iiopnameURLContextFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.199 +!MESSAGE Cannot handle com.sun.prism.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BaseContext.class (not open) + BaseGraphics.class (not open) + BaseGraphicsResource.class (not open) + BaseMesh$FaceMembers.class (not open) + BaseMesh$MeshGeomComp2VB.class (not open) + BaseMesh.class (not open) + BaseMeshView.class (not open) + BaseResourceFactory$1.class (not open) + BaseResourceFactory.class (not open) + BaseResourcePool$Predicate.class (not open) + BaseResourcePool$WeakLinkedList.class (not open) + BaseResourcePool.class (not open) + BaseTexture$1.class (not open) + BaseTexture.class (not open) + BufferUtil.class (not open) + Disposer$Record.class + interface Record + Disposer$Target.class (not open) + Disposer.class (not open) + DisposerManagedResource.class (not open) + FactoryResetException.class (not open) + GlyphCache$GlyphData.class (not open) + GlyphCache.class (not open) + ManagedResource.class (not open) + MeshTempState$1.class (not open) + MeshTempState.class (not open) + MeshUtil.class (not open) + MeshVertex.class (not open) + PrismSettings.class (not open) + PrismTrace$1.class (not open) + PrismTrace$2.class (not open) + PrismTrace$SummaryType.class (not open) + PrismTrace.class (not open) + QueuedPixelSource.class (not open) + ResourcePool.class (not open) + TextureResourcePool.class (not open) + VertexBuffer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.200 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl.writer.document.xsd [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Import.class (not open) + Schema.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.200 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.soap.ver1_1 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.200 +!MESSAGE Cannot handle com.sun.xml.internal.bind.api.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + NameConverter$1.class (not open) + NameConverter$2.class (not open) + NameConverter$Standard.class (not open) + NameConverter.class (not open) + NameUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.201 +!MESSAGE Cannot handle com.sun.xml.internal.stream.writers [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + UTF8OutputStreamWriter.class (not open) + WriterUtility.class (not open) + XMLDOMWriterImpl.class (not open) + XMLEventWriterImpl.class (not open) + XMLOutputSource.class (not open) + XMLStreamWriterImpl$Attribute.class (not open) + XMLStreamWriterImpl$ElementStack.class (not open) + XMLStreamWriterImpl$ElementState.class (not open) + XMLStreamWriterImpl$NamespaceContextImpl.class (not open) + XMLStreamWriterImpl.class (not open) + XMLWriter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.201 +!MESSAGE Cannot handle com.sun.security.jgss [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AuthorizationDataEntry.class (not open) + ExtendedGSSContext.class (not open) + ExtendedGSSCredential.class (not open) + GSSUtil.class (not open) + InquireSecContextPermission.class (not open) + InquireType.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.201 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.stax.factory [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + StAXEventFactory.class (not open) + StAXInputFactory.class (not open) + StAXOutputFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.201 +!MESSAGE Cannot handle com.sun.prism.d3d [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + D3DContext$1.class (not open) + D3DContext.class (not open) + D3DContextSource.class (not open) + D3DDriverInformation.class (not open) + D3DFrameStats.class (not open) + D3DGraphics.class (not open) + D3DMesh$D3DMeshDisposerRecord.class (not open) + D3DMesh.class (not open) + D3DMeshView$D3DMeshViewDisposerRecord.class (not open) + D3DMeshView.class (not open) + D3DPhongMaterial$D3DPhongMaterialDisposerRecord.class (not open) + D3DPhongMaterial.class (not open) + D3DPipeline$1.class (not open) + D3DPipeline.class (not open) + D3DRTTexture.class (not open) + D3DRenderTarget.class (not open) + D3DResource$D3DRecord.class (not open) + D3DResource.class (not open) + D3DResourceFactory.class (not open) + D3DShader.class (not open) + D3DSwapChain.class (not open) + D3DTexture$1.class (not open) + D3DTexture.class (not open) + D3DTextureData.class (not open) + D3DTextureResource.class (not open) + D3DVertexBuffer.class (not open) + D3DVramPool.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.202 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xslt [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EnvironmentCheck.class (not open) + Process.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.202 +!MESSAGE Cannot handle com.sun.naming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.202 +!MESSAGE Cannot handle com.sun.org.apache.xml [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.203 +!MESSAGE Cannot handle com.sun.javafx.logging [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + JFRInputEvent.class (not open) + JFRLogger$1.class (not open) + JFRLogger$2.class (not open) + JFRLogger.class (not open) + JFRPulseEvent.class (not open) + Logger.class (not open) + PrintLogger$1.class (not open) + PrintLogger$Counter.class (not open) + PrintLogger$PulseData.class (not open) + PrintLogger$ThreadLocalData.class (not open) + PrintLogger.class (not open) + PulseLogger.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.203 +!MESSAGE Cannot handle com.sun.xml.internal.bind.annotation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + OverrideAnnotationOf.class (not open) + XmlIsSet.class (not open) + XmlLocation.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.203 +!MESSAGE Cannot handle com.sun.imageio.plugins.jpeg [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AdobeMarkerSegment.class (not open) + COMMarkerSegment.class (not open) + DHTMarkerSegment$Htable.class (not open) + DHTMarkerSegment.class (not open) + DQTMarkerSegment$Qtable.class (not open) + DQTMarkerSegment.class (not open) + DRIMarkerSegment.class (not open) + ImageTypeIterator.class (not open) + ImageTypeProducer.class (not open) + JFIFMarkerSegment$1.class (not open) + JFIFMarkerSegment$ICCMarkerSegment.class (not open) + JFIFMarkerSegment$IllegalThumbException.class (not open) + JFIFMarkerSegment$JFIFExtensionMarkerSegment.class (not open) + JFIFMarkerSegment$JFIFThumb.class (not open) + JFIFMarkerSegment$JFIFThumbJPEG$ThumbnailReadListener.class (not open) + JFIFMarkerSegment$JFIFThumbJPEG.class (not open) + JFIFMarkerSegment$JFIFThumbPalette.class (not open) + JFIFMarkerSegment$JFIFThumbRGB.class (not open) + JFIFMarkerSegment$JFIFThumbUncompressed.class (not open) + JFIFMarkerSegment.class (not open) + JPEG$JCS.class (not open) + JPEG.class (not open) + JPEGBuffer.class (not open) + JPEGImageMetadataFormat.class (not open) + JPEGImageMetadataFormatResources.class (not open) + JPEGImageReader$1.class (not open) + JPEGImageReader$2.class (not open) + JPEGImageReader$CallBackLock$State.class (not open) + JPEGImageReader$CallBackLock.class (not open) + JPEGImageReader$JPEGReaderDisposerRecord.class (not open) + JPEGImageReader.class (not open) + JPEGImageReaderResources.class (not open) + JPEGImageReaderSpi.class (not open) + JPEGImageWriter$1.class (not open) + JPEGImageWriter$CallBackLock$State.class (not open) + JPEGImageWriter$CallBackLock.class (not open) + JPEGImageWriter$JPEGWriterDisposerRecord.class (not open) + JPEGImageWriter.class (not open) + JPEGImageWriterResources.class (not open) + JPEGImageWriterSpi.class (not open) + JPEGMetadata.class (not open) + JPEGMetadataFormat.class (not open) + JPEGMetadataFormatResources.class (not open) + JPEGStreamMetadataFormat.class (not open) + JPEGStreamMetadataFormatResources.class (not open) + MarkerSegment.class (not open) + SOFMarkerSegment$ComponentSpec.class (not open) + SOFMarkerSegment.class (not open) + SOSMarkerSegment$ScanComponentSpec.class (not open) + SOSMarkerSegment.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.204 +!MESSAGE Cannot handle com.sun.corba.se.impl.javax.rmi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + PortableRemoteObject.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.204 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.cmdline [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Compile.class (not open) + Transform.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.204 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.c14n.implementations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Canonicalizer11$1.class (not open) + Canonicalizer11$XmlAttrStack$XmlsStackElement.class (not open) + Canonicalizer11$XmlAttrStack.class (not open) + Canonicalizer11.class (not open) + Canonicalizer11_OmitComments.class (not open) + Canonicalizer11_WithComments.class (not open) + Canonicalizer20010315$1.class (not open) + Canonicalizer20010315$XmlAttrStack$XmlsStackElement.class (not open) + Canonicalizer20010315$XmlAttrStack.class (not open) + Canonicalizer20010315.class (not open) + Canonicalizer20010315Excl.class (not open) + Canonicalizer20010315ExclOmitComments.class (not open) + Canonicalizer20010315ExclWithComments.class (not open) + Canonicalizer20010315OmitComments.class (not open) + Canonicalizer20010315WithComments.class (not open) + CanonicalizerBase.class (not open) + CanonicalizerPhysical.class (not open) + NameSpaceSymbEntry.class (not open) + NameSpaceSymbTable.class (not open) + SymbMap.class (not open) + UtfHelpper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.204 +!MESSAGE Cannot handle com.sun.xml.internal.ws.commons [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.205 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.runtime.reflect.opt [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AccessorInjector.class (not open) + Bean.class (not open) + Const.class (not open) + FieldAccessor_Boolean.class (not open) + FieldAccessor_Byte.class (not open) + FieldAccessor_Character.class (not open) + FieldAccessor_Double.class (not open) + FieldAccessor_Float.class (not open) + FieldAccessor_Integer.class (not open) + FieldAccessor_Long.class (not open) + FieldAccessor_Ref.class (not open) + FieldAccessor_Short.class (not open) + Injector$1.class (not open) + Injector.class (not open) + MethodAccessor_Boolean.class (not open) + MethodAccessor_Byte.class (not open) + MethodAccessor_Character.class (not open) + MethodAccessor_Double.class (not open) + MethodAccessor_Float.class (not open) + MethodAccessor_Integer.class (not open) + MethodAccessor_Long.class (not open) + MethodAccessor_Ref.class (not open) + MethodAccessor_Short.class (not open) + OptimizedAccessorFactory.class (not open) + OptimizedTransducedAccessorFactory.class (not open) + Ref.class (not open) + SecureLoader$1.class (not open) + SecureLoader$2.class (not open) + SecureLoader$3.class (not open) + SecureLoader.class (not open) + TransducedAccessor_field_Boolean.class (not open) + TransducedAccessor_field_Byte.class (not open) + TransducedAccessor_field_Double.class (not open) + TransducedAccessor_field_Float.class (not open) + TransducedAccessor_field_Integer.class (not open) + TransducedAccessor_field_Long.class (not open) + TransducedAccessor_field_Short.class (not open) + TransducedAccessor_method_Boolean.class (not open) + TransducedAccessor_method_Byte.class (not open) + TransducedAccessor_method_Double.class (not open) + TransducedAccessor_method_Float.class (not open) + TransducedAccessor_method_Integer.class (not open) + TransducedAccessor_method_Long.class (not open) + TransducedAccessor_method_Short.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.205 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.serialize [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BaseMarkupSerializer.class (not open) + DOMSerializer.class (not open) + DOMSerializerImpl.class (not open) + ElementState.class (not open) + EncodingInfo$CharToByteConverterMethods.class (not open) + EncodingInfo$CharsetMethods.class (not open) + EncodingInfo.class (not open) + Encodings.class (not open) + HTMLSerializer.class (not open) + HTMLdtd.class (not open) + IndentPrinter.class (not open) + LineSeparator.class (not open) + Method.class (not open) + OutputFormat$DTD.class (not open) + OutputFormat$Defaults.class (not open) + OutputFormat.class (not open) + Printer.class (not open) + SecuritySupport$1.class (not open) + SecuritySupport$2.class (not open) + SecuritySupport$3.class (not open) + SecuritySupport$4.class (not open) + SecuritySupport$5.class (not open) + SecuritySupport$6.class (not open) + SecuritySupport$7.class (not open) + SecuritySupport$8.class (not open) + SecuritySupport.class (not open) + Serializer.class (not open) + SerializerFactory.class (not open) + SerializerFactoryImpl.class (not open) + TextSerializer.class (not open) + XHTMLSerializer.class (not open) + XML11Serializer.class (not open) + XMLSerializer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.205 +!MESSAGE Cannot handle com.sun.xml.internal.ws.addressing [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EPRSDDocumentFilter$1.class (not open) + EPRSDDocumentFilter.class (not open) + EndpointReferenceUtil.class (not open) + ProblemAction.class (not open) + ProblemHeaderQName.class (not open) + W3CAddressingConstants.class (not open) + W3CAddressingMetadataConstants.class (not open) + W3CWsaClientTube.class (not open) + W3CWsaServerTube$1.class (not open) + W3CWsaServerTube.class (not open) + WSEPRExtension.class (not open) + WsaActionUtil.class (not open) + WsaClientTube.class (not open) + WsaPropertyBag.class (not open) + WsaServerTube.class (not open) + WsaTube.class (not open) + WsaTubeHelper.class (not open) + WsaTubeHelperImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.206 +!MESSAGE Cannot handle com.sun.xml.internal.ws.encoding.policy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EncodingConstants.class (not open) + EncodingPolicyValidator.class (not open) + EncodingPrefixMapper.class (not open) + FastInfosetFeatureConfigurator.class (not open) + MtomFeatureConfigurator.class (not open) + MtomPolicyMapConfigurator$MtomAssertion.class (not open) + MtomPolicyMapConfigurator.class (not open) + SelectOptimalEncodingFeatureConfigurator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.206 +!MESSAGE Cannot handle com.sun.swing.internal.plaf.metal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.206 +!MESSAGE Cannot handle com.sun.javafx.iio.jpeg [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + JPEGDescriptor.class (not open) + JPEGImageLoader$Lock.class (not open) + JPEGImageLoader.class (not open) + JPEGImageLoaderFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.207 +!MESSAGE Cannot handle com.sun.demo [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.207 +!MESSAGE Cannot handle com.sun.jmx.remote [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.207 +!MESSAGE Cannot handle com.sun.corba.se.internal.Interceptors [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + PIORB.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.207 +!MESSAGE Cannot handle com.sun.javafx.applet [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ExperimentalExtensions.class (not open) + FXApplet2$1.class (not open) + FXApplet2$2.class (not open) + FXApplet2$3$1.class (not open) + FXApplet2$3.class (not open) + FXApplet2.class (not open) + HostServicesImpl$WCGetter.class (not open) + HostServicesImpl.class (not open) + Splash$1.class (not open) + Splash.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.208 +!MESSAGE Cannot handle com.sun.deploy.uitoolkit.impl.fx.ui.resources.image [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.208 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.sw.sse [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + SSEBlend_ADDPeer.class (not open) + SSEBlend_BLUEPeer.class (not open) + SSEBlend_COLOR_BURNPeer.class (not open) + SSEBlend_COLOR_DODGEPeer.class (not open) + SSEBlend_DARKENPeer.class (not open) + SSEBlend_DIFFERENCEPeer.class (not open) + SSEBlend_EXCLUSIONPeer.class (not open) + SSEBlend_GREENPeer.class (not open) + SSEBlend_HARD_LIGHTPeer.class (not open) + SSEBlend_LIGHTENPeer.class (not open) + SSEBlend_MULTIPLYPeer.class (not open) + SSEBlend_OVERLAYPeer.class (not open) + SSEBlend_REDPeer.class (not open) + SSEBlend_SCREENPeer.class (not open) + SSEBlend_SOFT_LIGHTPeer.class (not open) + SSEBlend_SRC_ATOPPeer.class (not open) + SSEBlend_SRC_INPeer.class (not open) + SSEBlend_SRC_OUTPeer.class (not open) + SSEBlend_SRC_OVERPeer.class (not open) + SSEBoxBlurPeer.class (not open) + SSEBoxShadowPeer.class (not open) + SSEBrightpassPeer.class (not open) + SSEColorAdjustPeer.class (not open) + SSEDisplacementMapPeer.class (not open) + SSEEffectPeer.class (not open) + SSEInvertMaskPeer.class (not open) + SSELinearConvolvePeer.class (not open) + SSELinearConvolveShadowPeer.class (not open) + SSEPerspectiveTransformPeer.class (not open) + SSEPhongLighting_DISTANTPeer.class (not open) + SSEPhongLighting_POINTPeer.class (not open) + SSEPhongLighting_SPOTPeer.class (not open) + SSERendererDelegate.class (not open) + SSESepiaTonePeer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.208 +!MESSAGE Cannot handle com.sun.org.glassfish.external.statistics.annotations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Reset.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.209 +!MESSAGE Cannot handle com.sun.xml.internal.ws.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.209 +!MESSAGE Cannot handle com.sun.jndi.toolkit.dir [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttrFilter.class (not open) + ContainmentFilter.class (not open) + ContextEnumerator.class (not open) + DirSearch.class (not open) + HierMemDirCtx$BaseFlatNames.class (not open) + HierMemDirCtx$FlatBindings.class (not open) + HierMemDirCtx$FlatNames.class (not open) + HierMemDirCtx$HierContextEnumerator.class (not open) + HierMemDirCtx.class (not open) + HierarchicalName$1.class (not open) + HierarchicalName.class (not open) + HierarchicalNameParser.class (not open) + LazySearchEnumerationImpl.class (not open) + SearchFilter$AtomicFilter.class (not open) + SearchFilter$CompoundFilter.class (not open) + SearchFilter$NotFilter.class (not open) + SearchFilter$StringFilter.class (not open) + SearchFilter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.209 +!MESSAGE Cannot handle com.sun.xml.internal.ws.transport.http [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DeploymentDescriptorParser$AdapterFactory.class (not open) + DeploymentDescriptorParser.class (not open) + HttpAdapter$1.class (not open) + HttpAdapter$2.class (not open) + HttpAdapter$3.class (not open) + HttpAdapter$AsyncTransport.class (not open) + HttpAdapter$CompletionCallback.class (not open) + HttpAdapter$DummyList.class (not open) + HttpAdapter$Http10OutputStream.class (not open) + HttpAdapter$HttpToolkit.class (not open) + HttpAdapter$Oneway.class (not open) + HttpAdapter.class (not open) + HttpAdapterList$1.class (not open) + HttpAdapterList$PortInfo.class (not open) + HttpAdapterList.class (not open) + HttpMetadataPublisher.class (not open) + ResourceLoader.class (not open) + WSHTTPConnection.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.210 +!MESSAGE Cannot handle com.sun.corba.se.impl.orbutil.concurrent [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CondVar.class (not open) + DebugMutex.class (not open) + Mutex.class (not open) + ReentrantMutex.class (not open) + Sync.class (not open) + SyncUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.210 +!MESSAGE Cannot handle com.sun.corba.se.impl.transport [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ByteBufferPoolImpl.class (not open) + CorbaConnectionCacheBase.class (not open) + CorbaContactInfoBase.class (not open) + CorbaContactInfoListImpl.class (not open) + CorbaContactInfoListIteratorImpl.class (not open) + CorbaInboundConnectionCacheImpl$1.class (not open) + CorbaInboundConnectionCacheImpl$2.class (not open) + CorbaInboundConnectionCacheImpl$3.class (not open) + CorbaInboundConnectionCacheImpl.class (not open) + CorbaOutboundConnectionCacheImpl$1.class (not open) + CorbaOutboundConnectionCacheImpl$2.class (not open) + CorbaOutboundConnectionCacheImpl$3.class (not open) + CorbaOutboundConnectionCacheImpl.class (not open) + CorbaResponseWaitingRoomImpl$OutCallDesc.class (not open) + CorbaResponseWaitingRoomImpl.class (not open) + CorbaTransportManagerImpl.class (not open) + DefaultIORToSocketInfoImpl$1.class (not open) + DefaultIORToSocketInfoImpl.class (not open) + DefaultSocketFactoryImpl$1.class (not open) + DefaultSocketFactoryImpl.class (not open) + EventHandlerBase.class (not open) + ListenerThreadImpl.class (not open) + ReadTCPTimeoutsImpl.class (not open) + ReaderThreadImpl.class (not open) + SelectorImpl$SelectionKeyAndOp.class (not open) + SelectorImpl.class (not open) + SharedCDRContactInfoImpl.class (not open) + SocketOrChannelAcceptorImpl.class (not open) + SocketOrChannelConnectionImpl.class (not open) + SocketOrChannelContactInfoImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.210 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.model.core [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Adapter.class (not open) + ArrayInfo.class (not open) + AttributePropertyInfo.class (not open) + BuiltinLeafInfo.class (not open) + ClassInfo.class (not open) + Element.class (not open) + ElementInfo.class (not open) + ElementPropertyInfo.class (not open) + EnumConstant.class (not open) + EnumLeafInfo.class (not open) + ErrorHandler.class (not open) + ID.class (not open) + LeafInfo.class (not open) + MapPropertyInfo.class (not open) + MaybeElement.class (not open) + NonElement.class (not open) + NonElementRef.class (not open) + PropertyInfo.class (not open) + PropertyKind.class (not open) + Ref.class (not open) + ReferencePropertyInfo.class (not open) + RegistryInfo.class (not open) + TypeInfo.class (not open) + TypeInfoSet.class (not open) + TypeRef.class (not open) + ValuePropertyInfo.class (not open) + WildcardMode.class (not open) + WildcardTypeInfo.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.211 +!MESSAGE Cannot handle com.oracle.xmlns.internal.webservices.jaxws_databinding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ExistingAnnotationsType.class (not open) + JavaMethod$JavaParams.class (not open) + JavaMethod.class (not open) + JavaParam.class (not open) + JavaWsdlMappingType$JavaMethods.class (not open) + JavaWsdlMappingType$XmlSchemaMapping.class (not open) + JavaWsdlMappingType.class (not open) + ObjectFactory.class (not open) + SoapBindingParameterStyle.class (not open) + SoapBindingStyle.class (not open) + SoapBindingUse.class (not open) + Util.class (not open) + WebParamMode.class (not open) + XmlAction.class (not open) + XmlAddressing.class (not open) + XmlBindingType.class (not open) + XmlFaultAction.class (not open) + XmlHandlerChain.class (not open) + XmlMTOM.class (not open) + XmlOneway.class (not open) + XmlRequestWrapper.class (not open) + XmlResponseWrapper.class (not open) + XmlSOAPBinding.class (not open) + XmlServiceMode.class (not open) + XmlWebEndpoint.class (not open) + XmlWebFault.class (not open) + XmlWebMethod.class (not open) + XmlWebParam.class (not open) + XmlWebResult.class (not open) + XmlWebService.class (not open) + XmlWebServiceClient.class (not open) + XmlWebServiceProvider.class (not open) + XmlWebServiceRef.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.211 +!MESSAGE Cannot handle com.sun.xml.internal.ws.addressing.v200408 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + MemberSubmissionAddressingConstants.class (not open) + MemberSubmissionWsaClientTube.class (not open) + MemberSubmissionWsaServerTube.class (not open) + ProblemAction.class (not open) + ProblemHeaderQName.class (not open) + WsaTubeHelperImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.211 +!MESSAGE Cannot handle com.sun.java.swing.plaf.nimbus [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractRegionPainter.class (not open) + NimbusLookAndFeel.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.211 +!MESSAGE Cannot handle com.sun.javafx.image [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AlphaType.class (not open) + BytePixelAccessor.class (not open) + BytePixelGetter.class (not open) + BytePixelSetter.class (not open) + ByteToBytePixelConverter.class (not open) + ByteToIntPixelConverter.class (not open) + IntPixelAccessor.class + interface IntPixelAccessor + IntPixelGetter.class + interface IntPixelGetter + IntPixelSetter.class + interface IntPixelSetter + IntToBytePixelConverter.class + interface IntToBytePixelConverter + IntToIntPixelConverter.class + interface IntToIntPixelConverter + PixelAccessor.class (not open) + PixelConverter.class + interface PixelConverter + PixelGetter.class + interface PixelGetter + PixelSetter.class + interface PixelSetter + PixelUtils$1.class (not open) + PixelUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.212 +!MESSAGE Cannot handle com.sun.org.apache.bcel.internal.classfile [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AccessFlags.class (not open) + Attribute.class (not open) + AttributeReader.class (not open) + ClassFormatException.class (not open) + ClassParser.class (not open) + Code.class (not open) + CodeException.class (not open) + Constant.class (not open) + ConstantCP.class (not open) + ConstantClass.class (not open) + ConstantDouble.class (not open) + ConstantFieldref.class (not open) + ConstantFloat.class (not open) + ConstantInteger.class (not open) + ConstantInterfaceMethodref.class (not open) + ConstantLong.class (not open) + ConstantMethodref.class (not open) + ConstantNameAndType.class (not open) + ConstantObject.class (not open) + ConstantPool.class (not open) + ConstantString.class (not open) + ConstantUtf8.class (not open) + ConstantValue.class (not open) + Deprecated.class (not open) + DescendingVisitor.class (not open) + EmptyVisitor.class (not open) + ExceptionTable.class (not open) + Field.class (not open) + FieldOrMethod.class (not open) + InnerClass.class (not open) + InnerClasses.class (not open) + JavaClass.class (not open) + LineNumber.class (not open) + LineNumberTable.class (not open) + LocalVariable.class (not open) + LocalVariableTable.class (not open) + LocalVariableTypeTable.class (not open) + Method.class (not open) + Node.class (not open) + PMGClass.class (not open) + Signature$MyByteArrayInputStream.class (not open) + Signature.class (not open) + SourceFile.class (not open) + StackMap.class (not open) + StackMapEntry.class (not open) + StackMapType.class (not open) + Synthetic.class (not open) + Unknown.class (not open) + Utility$JavaReader.class (not open) + Utility$JavaWriter.class (not open) + Utility.class (not open) + Visitor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.212 +!MESSAGE Cannot handle com.sun.webkit.perf [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PerfLogger$1.class (not open) + PerfLogger$ProbeStat.class (not open) + PerfLogger.class (not open) + WCFontPerfLogger.class (not open) + WCGraphicsPerfLogger.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.212 +!MESSAGE Cannot handle com.sun.corba.se.spi.orbutil.fsm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Action.class (not open) + ActionBase.class (not open) + FSM.class + interface FSM + FSMImpl.class + class FSMImpl + FSMTest$1.class (not open) + FSMTest.class (not open) + Guard$Complement.class (not open) + Guard$Result.class (not open) + Guard.class (not open) + GuardBase.class (not open) + Input.class (not open) + InputImpl.class (not open) + MyFSM.class (not open) + NegateGuard.class (not open) + State.class (not open) + StateEngine.class (not open) + StateEngineFactory.class (not open) + StateImpl.class (not open) + TestAction1.class (not open) + TestAction2.class (not open) + TestAction3.class (not open) + TestInput.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.213 +!MESSAGE Cannot handle com.sun.prism.paint [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Color.class (not open) + Gradient.class (not open) + ImagePattern.class (not open) + LinearGradient.class (not open) + Paint$Type.class (not open) + Paint.class (not open) + RadialGradient.class (not open) + Stop.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.213 +!MESSAGE Cannot handle com.sun.java.swing.plaf.motif.icons [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.213 +!MESSAGE Cannot handle com.sun.accessibility [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.214 +!MESSAGE Cannot handle com.sun.corba.se.impl.naming.namingutil [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CorbalocURL.class (not open) + CorbanameURL.class (not open) + IIOPEndpointInfo.class (not open) + INSURL.class (not open) + INSURLBase.class (not open) + INSURLHandler.class (not open) + NamingConstants.class (not open) + Utility.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.214 +!MESSAGE Cannot handle com.sun.scenario [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DelayedRunnable.class (not open) + Settings.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.214 +!MESSAGE Cannot handle com.sun.jndi.url.dns [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + dnsURLContext.class (not open) + dnsURLContextFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.214 +!MESSAGE Cannot handle com.sun.javafx.scene.control.skin.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ControlResources.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.215 +!MESSAGE Cannot handle com.sun.java.accessibility [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\access-bridge-64.jar] + AccessBridge$1.class (not open) + AccessBridge$10.class (not open) + AccessBridge$100.class (not open) + AccessBridge$101.class (not open) + AccessBridge$102.class (not open) + AccessBridge$103.class (not open) + AccessBridge$104.class (not open) + AccessBridge$105.class (not open) + AccessBridge$106.class (not open) + AccessBridge$107.class (not open) + AccessBridge$108.class (not open) + AccessBridge$109.class (not open) + AccessBridge$11.class (not open) + AccessBridge$110.class (not open) + AccessBridge$111.class (not open) + AccessBridge$112.class (not open) + AccessBridge$113.class (not open) + AccessBridge$114.class (not open) + AccessBridge$115.class (not open) + AccessBridge$116.class (not open) + AccessBridge$117.class (not open) + AccessBridge$118.class (not open) + AccessBridge$119.class (not open) + AccessBridge$12.class (not open) + AccessBridge$120.class (not open) + AccessBridge$121.class (not open) + AccessBridge$122.class (not open) + AccessBridge$123.class (not open) + AccessBridge$124.class (not open) + AccessBridge$125.class (not open) + AccessBridge$126.class (not open) + AccessBridge$127.class (not open) + AccessBridge$128.class (not open) + AccessBridge$129.class (not open) + AccessBridge$13.class (not open) + AccessBridge$130.class (not open) + AccessBridge$131.class (not open) + AccessBridge$132.class (not open) + AccessBridge$133.class (not open) + AccessBridge$134.class (not open) + AccessBridge$135.class (not open) + AccessBridge$136.class (not open) + AccessBridge$137.class (not open) + AccessBridge$138.class (not open) + AccessBridge$139.class (not open) + AccessBridge$14.class (not open) + AccessBridge$140.class (not open) + AccessBridge$141.class (not open) + AccessBridge$142.class (not open) + AccessBridge$143.class (not open) + AccessBridge$144.class (not open) + AccessBridge$145.class (not open) + AccessBridge$146.class (not open) + AccessBridge$147.class (not open) + AccessBridge$148.class (not open) + AccessBridge$149.class (not open) + AccessBridge$15.class (not open) + AccessBridge$150.class (not open) + AccessBridge$151.class (not open) + AccessBridge$152.class (not open) + AccessBridge$153.class (not open) + AccessBridge$154.class (not open) + AccessBridge$155.class (not open) + AccessBridge$156.class (not open) + AccessBridge$157.class (not open) + AccessBridge$158.class (not open) + AccessBridge$159.class (not open) + AccessBridge$16.class (not open) + AccessBridge$160.class (not open) + AccessBridge$161.class (not open) + AccessBridge$162.class (not open) + AccessBridge$163.class (not open) + AccessBridge$164.class (not open) + AccessBridge$165.class (not open) + AccessBridge$166.class (not open) + AccessBridge$167.class (not open) + AccessBridge$168.class (not open) + AccessBridge$169.class (not open) + AccessBridge$17.class (not open) + AccessBridge$170.class (not open) + AccessBridge$171.class (not open) + AccessBridge$172.class (not open) + AccessBridge$173.class (not open) + AccessBridge$174.class (not open) + AccessBridge$18.class (not open) + AccessBridge$19.class (not open) + AccessBridge$2.class (not open) + AccessBridge$20.class (not open) + AccessBridge$21.class (not open) + AccessBridge$22.class (not open) + AccessBridge$23.class (not open) + AccessBridge$24.class (not open) + AccessBridge$25.class (not open) + AccessBridge$26.class (not open) + AccessBridge$27.class (not open) + AccessBridge$28.class (not open) + AccessBridge$29.class (not open) + AccessBridge$3.class (not open) + AccessBridge$30.class (not open) + AccessBridge$31.class (not open) + AccessBridge$32.class (not open) + AccessBridge$33.class (not open) + AccessBridge$34.class (not open) + AccessBridge$35.class (not open) + AccessBridge$36.class (not open) + AccessBridge$37.class (not open) + AccessBridge$38.class (not open) + AccessBridge$39.class (not open) + AccessBridge$4.class (not open) + AccessBridge$40.class (not open) + AccessBridge$41.class (not open) + AccessBridge$42.class (not open) + AccessBridge$43.class (not open) + AccessBridge$44.class (not open) + AccessBridge$45.class (not open) + AccessBridge$46.class (not open) + AccessBridge$47.class (not open) + AccessBridge$48.class (not open) + AccessBridge$49.class (not open) + AccessBridge$5.class (not open) + AccessBridge$50.class (not open) + AccessBridge$51.class (not open) + AccessBridge$52.class (not open) + AccessBridge$53.class (not open) + AccessBridge$54.class (not open) + AccessBridge$55.class (not open) + AccessBridge$56.class (not open) + AccessBridge$57.class (not open) + AccessBridge$58.class (not open) + AccessBridge$59.class (not open) + AccessBridge$6.class (not open) + AccessBridge$60.class (not open) + AccessBridge$61.class (not open) + AccessBridge$62.class (not open) + AccessBridge$63.class (not open) + AccessBridge$64.class (not open) + AccessBridge$65.class (not open) + AccessBridge$66.class (not open) + AccessBridge$67.class (not open) + AccessBridge$68.class (not open) + AccessBridge$69.class (not open) + AccessBridge$7.class (not open) + AccessBridge$70.class (not open) + AccessBridge$71.class (not open) + AccessBridge$72.class (not open) + AccessBridge$73.class (not open) + AccessBridge$74.class (not open) + AccessBridge$75.class (not open) + AccessBridge$76.class (not open) + AccessBridge$77.class (not open) + AccessBridge$78.class (not open) + AccessBridge$79.class (not open) + AccessBridge$8.class (not open) + AccessBridge$80.class (not open) + AccessBridge$81.class (not open) + AccessBridge$82.class (not open) + AccessBridge$83.class (not open) + AccessBridge$84.class (not open) + AccessBridge$85.class (not open) + AccessBridge$86.class (not open) + AccessBridge$87.class (not open) + AccessBridge$88.class (not open) + AccessBridge$89.class (not open) + AccessBridge$9.class (not open) + AccessBridge$90.class (not open) + AccessBridge$91.class (not open) + AccessBridge$92.class (not open) + AccessBridge$93.class (not open) + AccessBridge$94.class (not open) + AccessBridge$95.class (not open) + AccessBridge$96.class (not open) + AccessBridge$97.class (not open) + AccessBridge$98.class (not open) + AccessBridge$99.class (not open) + AccessBridge$AccessibleJTreeNode.class (not open) + AccessBridge$DefaultNativeWindowHandler$1.class (not open) + AccessBridge$DefaultNativeWindowHandler$2.class (not open) + AccessBridge$DefaultNativeWindowHandler.class (not open) + AccessBridge$dllRunner.class (not open) + AccessBridge$EventHandler.class (not open) + AccessBridge$InvocationUtils$CallableWrapper.class (not open) + AccessBridge$InvocationUtils.class (not open) + AccessBridge$NativeWindowHandler.class (not open) + AccessBridge$ObjectReferences$Reference.class (not open) + AccessBridge$ObjectReferences.class (not open) + AccessBridge$shutdownHook.class (not open) + AccessBridge.class (not open) + AccessBridgeLoader$1.class (not open) + AccessBridgeLoader$2.class (not open) + AccessBridgeLoader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.215 +!MESSAGE Cannot handle com.oracle.jrockit.jfr [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\jfr.jar] + ContentType.class (not open) + DataType.class (not open) + DelegatingDynamicRequestableEvent.class (not open) + DurationEvent.class (not open) + DynamicEventToken.class (not open) + DynamicValue.class (not open) + EventDefinition.class (not open) + EventInfo.class (not open) + EventToken.class (not open) + FlightRecorder.class (not open) + InstantEvent.class (not open) + InvalidEventDefinitionException.class (not open) + InvalidValueException.class (not open) + NoSuchEventException.class (not open) + Producer.class (not open) + RequestableEvent.class (not open) + RequestDelegate.class (not open) + TimedEvent.class (not open) + Transition.class (not open) + UseConstantPool.class (not open) + ValueDefinition.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.215 +!MESSAGE Cannot handle com.sun.xml.internal.stream.buffer.stax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + NamespaceContexHelper$NamespaceBindingImpl.class (not open) + NamespaceContexHelper.class (not open) + StreamBufferCreator.class (not open) + StreamReaderBufferCreator.class (not open) + StreamReaderBufferProcessor$1.class (not open) + StreamReaderBufferProcessor$CharSequenceImpl.class (not open) + StreamReaderBufferProcessor$DummyLocation.class (not open) + StreamReaderBufferProcessor$ElementStackEntry.class (not open) + StreamReaderBufferProcessor$InternalNamespaceContext$1.class (not open) + StreamReaderBufferProcessor$InternalNamespaceContext$2.class (not open) + StreamReaderBufferProcessor$InternalNamespaceContext$BindingImpl.class (not open) + StreamReaderBufferProcessor$InternalNamespaceContext.class (not open) + StreamReaderBufferProcessor.class (not open) + StreamWriterBufferCreator.class (not open) + StreamWriterBufferProcessor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.216 +!MESSAGE Cannot handle com.sun.corba.se.org.omg.CORBA [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ORB.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.216 +!MESSAGE Cannot handle com.sun.javafx.fxml.expression [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BinaryExpression.class (not open) + Expression$1.class (not open) + Expression$Parser$Token.class (not open) + Expression$Parser$TokenType.class (not open) + Expression$Parser.class (not open) + Expression.class (not open) + ExpressionValue$KeyPathMonitor$1.class (not open) + ExpressionValue$KeyPathMonitor$2.class (not open) + ExpressionValue$KeyPathMonitor$3.class (not open) + ExpressionValue$KeyPathMonitor.class (not open) + ExpressionValue.class (not open) + KeyPath.class (not open) + LiteralExpression.class (not open) + Operator.class (not open) + UnaryExpression.class (not open) + VariableExpression.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.216 +!MESSAGE Cannot handle com.sun.xml.internal.stream.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BufferAllocator.class (not open) + ReadOnlyIterator.class (not open) + ThreadLocalBufferAllocator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.217 +!MESSAGE Cannot handle com.sun.org.apache.bcel.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Constants.class (not open) + ExceptionConstants.class (not open) + Repository.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.217 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributesProxy.class (not open) + AugmentationsImpl$AugmentationsItemsContainer.class (not open) + AugmentationsImpl$LargeContainer.class (not open) + AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.class (not open) + AugmentationsImpl$SmallContainer.class (not open) + AugmentationsImpl.class (not open) + DOMEntityResolverWrapper.class (not open) + DOMErrorHandlerWrapper$DOMErrorTypeMap.class (not open) + DOMErrorHandlerWrapper.class (not open) + DOMInputSource.class (not open) + DOMUtil$ThrowableMethods.class (not open) + DOMUtil.class (not open) + DatatypeMessageFormatter.class (not open) + DefaultErrorHandler.class (not open) + DraconianErrorHandler.class (not open) + EncodingMap.class (not open) + EntityResolver2Wrapper.class (not open) + EntityResolverWrapper.class (not open) + ErrorHandlerProxy.class (not open) + ErrorHandlerWrapper$1.class (not open) + ErrorHandlerWrapper.class (not open) + FeatureState.class (not open) + HTTPInputSource.class (not open) + IntStack.class (not open) + JAXPNamespaceContextWrapper.class (not open) + LocatorProxy.class (not open) + LocatorWrapper.class (not open) + MessageFormatter.class (not open) + NamespaceContextWrapper.class (not open) + NamespaceSupport$IteratorPrefixes.class (not open) + NamespaceSupport$Prefixes.class (not open) + NamespaceSupport.class (not open) + ParserConfigurationSettings.class (not open) + PrimeNumberSequenceGenerator.class (not open) + PropertyState.class (not open) + SAX2XNI.class (not open) + SAXInputSource.class (not open) + SAXLocatorWrapper.class (not open) + SAXMessageFormatter.class (not open) + SecurityManager.class (not open) + ShadowedSymbolTable.class (not open) + StAXInputSource.class (not open) + StAXLocationWrapper.class (not open) + Status.class (not open) + SymbolHash$Entry.class (not open) + SymbolHash.class (not open) + SymbolTable$Entry.class (not open) + SymbolTable.class (not open) + SynchronizedSymbolTable.class (not open) + TeeXMLDocumentFilterImpl.class (not open) + URI$MalformedURIException.class (not open) + URI.class (not open) + XML11Char.class (not open) + XMLAttributesImpl$Attribute.class (not open) + XMLAttributesImpl.class (not open) + XMLAttributesIteratorImpl.class (not open) + XMLCatalogResolver.class (not open) + XMLChar.class (not open) + XMLDocumentFilterImpl.class (not open) + XMLEntityDescriptionImpl.class (not open) + XMLErrorCode.class (not open) + XMLGrammarPoolImpl$Entry.class (not open) + XMLGrammarPoolImpl.class (not open) + XMLInputSourceAdaptor.class (not open) + XMLResourceIdentifierImpl.class (not open) + XMLStringBuffer.class (not open) + XMLSymbols.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.217 +!MESSAGE Cannot handle com.sun.webkit.dom [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AttrImpl.class (not open) + CDATASectionImpl.class (not open) + CSSCharsetRuleImpl.class (not open) + CSSFontFaceRuleImpl.class (not open) + CSSImportRuleImpl.class (not open) + CSSMediaRuleImpl.class (not open) + CSSPageRuleImpl.class (not open) + CSSPrimitiveValueImpl.class (not open) + CSSRuleImpl$SelfDisposer.class (not open) + CSSRuleImpl.class (not open) + CSSRuleListImpl$SelfDisposer.class (not open) + CSSRuleListImpl.class (not open) + CSSStyleDeclarationImpl$SelfDisposer.class (not open) + CSSStyleDeclarationImpl.class (not open) + CSSStyleRuleImpl.class (not open) + CSSStyleSheetImpl.class (not open) + CSSUnknownRuleImpl.class (not open) + CSSValueImpl$SelfDisposer.class (not open) + CSSValueImpl.class (not open) + CSSValueListImpl.class (not open) + CharacterDataImpl.class (not open) + CommentImpl.class (not open) + CounterImpl$SelfDisposer.class (not open) + CounterImpl.class (not open) + DOMImplementationImpl$SelfDisposer.class (not open) + DOMImplementationImpl.class (not open) + DOMSelectionImpl$SelfDisposer.class (not open) + DOMSelectionImpl.class (not open) + DOMStringListImpl$SelfDisposer.class (not open) + DOMStringListImpl.class (not open) + DOMWindowImpl$SelfDisposer.class (not open) + DOMWindowImpl.class (not open) + DocumentFragmentImpl.class (not open) + DocumentImpl.class (not open) + DocumentTypeImpl.class (not open) + ElementImpl.class (not open) + EntityImpl.class (not open) + EntityReferenceImpl.class (not open) + EventImpl$SelfDisposer.class (not open) + EventImpl.class (not open) + EventListenerImpl$1.class (not open) + EventListenerImpl$SelfDisposer.class (not open) + EventListenerImpl.class (not open) + HTMLAnchorElementImpl.class (not open) + HTMLAppletElementImpl.class (not open) + HTMLAreaElementImpl.class (not open) + HTMLBRElementImpl.class (not open) + HTMLBaseElementImpl.class (not open) + HTMLBaseFontElementImpl.class (not open) + HTMLBodyElementImpl.class (not open) + HTMLButtonElementImpl.class (not open) + HTMLCollectionImpl$SelfDisposer.class (not open) + HTMLCollectionImpl.class (not open) + HTMLDListElementImpl.class (not open) + HTMLDirectoryElementImpl.class (not open) + HTMLDivElementImpl.class (not open) + HTMLDocumentImpl.class (not open) + HTMLElementImpl.class (not open) + HTMLFieldSetElementImpl.class (not open) + HTMLFontElementImpl.class (not open) + HTMLFormElementImpl.class (not open) + HTMLFrameElementImpl.class (not open) + HTMLFrameSetElementImpl.class (not open) + HTMLHRElementImpl.class (not open) + HTMLHeadElementImpl.class (not open) + HTMLHeadingElementImpl.class (not open) + HTMLHtmlElementImpl.class (not open) + HTMLIFrameElementImpl.class (not open) + HTMLImageElementImpl.class (not open) + HTMLInputElementImpl.class (not open) + HTMLLIElementImpl.class (not open) + HTMLLabelElementImpl.class (not open) + HTMLLegendElementImpl.class (not open) + HTMLLinkElementImpl.class (not open) + HTMLMapElementImpl.class (not open) + HTMLMenuElementImpl.class (not open) + HTMLMetaElementImpl.class (not open) + HTMLModElementImpl.class (not open) + HTMLOListElementImpl.class (not open) + HTMLObjectElementImpl.class (not open) + HTMLOptGroupElementImpl.class (not open) + HTMLOptionElementImpl.class (not open) + HTMLOptionsCollectionImpl.class (not open) + HTMLParagraphElementImpl.class (not open) + HTMLParamElementImpl.class (not open) + HTMLPreElementImpl.class (not open) + HTMLQuoteElementImpl.class (not open) + HTMLScriptElementImpl.class (not open) + HTMLSelectElementImpl.class (not open) + HTMLStyleElementImpl.class (not open) + HTMLTableCaptionElementImpl.class (not open) + HTMLTableCellElementImpl.class (not open) + HTMLTableColElementImpl.class (not open) + HTMLTableElementImpl.class (not open) + HTMLTableRowElementImpl.class (not open) + HTMLTableSectionElementImpl.class (not open) + HTMLTextAreaElementImpl.class (not open) + HTMLTitleElementImpl.class (not open) + HTMLUListElementImpl.class (not open) + JSObject.class (not open) + KeyboardEventImpl.class (not open) + MediaListImpl$SelfDisposer.class (not open) + MediaListImpl.class (not open) + MouseEventImpl.class (not open) + MutationEventImpl.class (not open) + NamedNodeMapImpl$SelfDisposer.class (not open) + NamedNodeMapImpl.class (not open) + NodeFilterImpl$SelfDisposer.class (not open) + NodeFilterImpl.class (not open) + NodeImpl$SelfDisposer.class (not open) + NodeImpl.class (not open) + NodeIteratorImpl$SelfDisposer.class (not open) + NodeIteratorImpl.class (not open) + NodeListImpl$SelfDisposer.class (not open) + NodeListImpl.class (not open) + NotationImpl.class (not open) + ProcessingInstructionImpl.class (not open) + RGBColorImpl$SelfDisposer.class (not open) + RGBColorImpl.class (not open) + RangeImpl$SelfDisposer.class (not open) + RangeImpl.class (not open) + RectImpl$SelfDisposer.class (not open) + RectImpl.class (not open) + StyleSheetImpl$SelfDisposer.class (not open) + StyleSheetImpl.class (not open) + StyleSheetListImpl$SelfDisposer.class (not open) + StyleSheetListImpl.class (not open) + TextImpl.class (not open) + TreeWalkerImpl$SelfDisposer.class (not open) + TreeWalkerImpl.class (not open) + UIEventImpl.class (not open) + WheelEventImpl.class (not open) + XPathExpressionImpl$SelfDisposer.class (not open) + XPathExpressionImpl.class (not open) + XPathNSResolverImpl$SelfDisposer.class (not open) + XPathNSResolverImpl.class (not open) + XPathResultImpl$SelfDisposer.class (not open) + XPathResultImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.218 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.utils.resolver.implementations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ResolverAnonymous.class (not open) + ResolverDirectHTTP.class (not open) + ResolverFragment.class (not open) + ResolverLocalFilesystem.class (not open) + ResolverXPointer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.218 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.pipe.helper [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractFilterPipeImpl.class (not open) + AbstractFilterTubeImpl.class (not open) + AbstractPipeImpl.class (not open) + AbstractTubeImpl.class (not open) + PipeAdapter$1TubeAdapter.class (not open) + PipeAdapter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.218 +!MESSAGE Cannot handle com.sun.corba.se.pept.protocol [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientDelegate.class (not open) + ClientInvocationInfo.class (not open) + ClientRequestDispatcher.class (not open) + MessageMediator.class (not open) + ProtocolHandler.class (not open) + ServerRequestDispatcher.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.219 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.dv.xs [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractDateTimeDV$DateTimeData.class (not open) + AbstractDateTimeDV.class (not open) + AnyAtomicDV.class (not open) + AnySimpleDV.class (not open) + AnyURIDV.class (not open) + Base64BinaryDV$XBase64.class (not open) + Base64BinaryDV.class (not open) + BaseDVFactory.class (not open) + BaseSchemaDVFactory.class (not open) + BooleanDV.class (not open) + DateDV.class (not open) + DateTimeDV.class (not open) + DayDV.class (not open) + DayTimeDurationDV.class (not open) + DecimalDV$XDecimal.class (not open) + DecimalDV.class (not open) + DoubleDV$XDouble.class (not open) + DoubleDV.class (not open) + DurationDV.class (not open) + EntityDV.class (not open) + ExtendedSchemaDVFactoryImpl.class (not open) + FloatDV$XFloat.class (not open) + FloatDV.class (not open) + FullDVFactory.class (not open) + HexBinaryDV$XHex.class (not open) + HexBinaryDV.class (not open) + IDDV.class (not open) + IDREFDV.class (not open) + IntegerDV.class (not open) + ListDV$ListData.class (not open) + ListDV.class (not open) + MonthDV.class (not open) + MonthDayDV.class (not open) + PrecisionDecimalDV$XPrecisionDecimal.class (not open) + PrecisionDecimalDV.class (not open) + QNameDV$XQName.class (not open) + QNameDV.class (not open) + SchemaDVFactoryImpl.class (not open) + SchemaDateTimeException.class (not open) + StringDV.class (not open) + TimeDV.class (not open) + TypeValidator.class (not open) + UnionDV.class (not open) + XSSimpleTypeDecl$1.class (not open) + XSSimpleTypeDecl$2.class (not open) + XSSimpleTypeDecl$3.class (not open) + XSSimpleTypeDecl$4.class (not open) + XSSimpleTypeDecl$AbstractObjectList.class (not open) + XSSimpleTypeDecl$ValidationContextImpl.class (not open) + XSSimpleTypeDecl$XSFacetImpl.class (not open) + XSSimpleTypeDecl$XSMVFacetImpl.class (not open) + XSSimpleTypeDecl.class (not open) + XSSimpleTypeDelegate.class (not open) + YearDV.class (not open) + YearMonthDV.class (not open) + YearMonthDurationDV.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.219 +!MESSAGE Cannot handle com.sun.jndi.url.ldap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ldapURLContext.class (not open) + ldapURLContextFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.219 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.packaging.mime.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ASCIIUtility.class (not open) + BASE64DecoderStream.class (not open) + BASE64EncoderStream.class (not open) + BEncoderStream.class (not open) + LineInputStream.class (not open) + OutputUtil.class (not open) + QDecoderStream.class (not open) + QEncoderStream.class (not open) + QPDecoderStream.class (not open) + QPEncoderStream.class (not open) + UUDecoderStream.class (not open) + UUEncoderStream.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.220 +!MESSAGE Cannot handle com.sun.javafx.runtime [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + SystemProperties.class (not open) + VersionInfo.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.220 +!MESSAGE Cannot handle com.sun.imageio.plugins [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.220 +!MESSAGE Cannot handle com.sun.javafx.scene.traversal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Algorithm.class (not open) + ContainerTabOrder$1.class (not open) + ContainerTabOrder.class (not open) + Direction$1.class (not open) + Direction.class (not open) + Hueristic2D$1.class (not open) + Hueristic2D$TargetNode.class (not open) + Hueristic2D.class (not open) + ParentTraversalEngine.class (not open) + SceneTraversalEngine.class (not open) + SubSceneTraversalEngine.class (not open) + TabOrderHelper.class (not open) + TopMostTraversalEngine.class (not open) + TraversalContext.class (not open) + TraversalEngine$1.class (not open) + TraversalEngine$BaseEngineContext.class (not open) + TraversalEngine$EngineContext.class (not open) + TraversalEngine$TempEngineContext.class (not open) + TraversalEngine.class (not open) + TraverseListener.class (not open) + WeightedClosestCorner.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.220 +!MESSAGE Cannot handle com.sun.xml.internal.ws.handler [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientLogicalHandlerTube.class (not open) + ClientMessageHandlerTube.class (not open) + ClientSOAPHandlerTube.class (not open) + HandlerChainsModel$HandlerChainType.class (not open) + HandlerChainsModel$HandlerType.class (not open) + HandlerChainsModel.class (not open) + HandlerException.class (not open) + HandlerProcessor$Direction.class (not open) + HandlerProcessor$RequestOrResponse.class (not open) + HandlerProcessor.class (not open) + HandlerTube$HandlerTubeExchange.class (not open) + HandlerTube.class (not open) + LogicalMessageContextImpl.class (not open) + LogicalMessageImpl$1.class (not open) + LogicalMessageImpl$DOMLogicalMessageImpl.class (not open) + LogicalMessageImpl$EmptyLogicalMessageImpl.class (not open) + LogicalMessageImpl$ImmutableLM.class (not open) + LogicalMessageImpl$JAXBLogicalMessageImpl.class (not open) + LogicalMessageImpl$SourceLogicalMessageImpl.class (not open) + LogicalMessageImpl.class (not open) + MessageContextImpl.class (not open) + MessageHandlerContextImpl.class (not open) + MessageUpdatableContext.class (not open) + PortInfoImpl.class (not open) + SOAPHandlerProcessor.class (not open) + SOAPMessageContextImpl.class (not open) + ServerLogicalHandlerTube.class (not open) + ServerMessageHandlerTube.class (not open) + ServerSOAPHandlerTube.class (not open) + XMLHandlerProcessor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.221 +!MESSAGE Cannot handle com.sun.xml.internal.ws.runtime [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.221 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.runtime.reflect [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.221 +!MESSAGE Cannot handle com.sun.swing.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.222 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.resolver.readers [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CatalogReader.class (not open) + DOMCatalogParser.class (not open) + DOMCatalogReader.class (not open) + ExtendedXMLCatalogReader.class (not open) + OASISXMLCatalogReader.class (not open) + SAXCatalogParser.class (not open) + SAXCatalogReader.class (not open) + SAXParserHandler.class (not open) + TR9401CatalogReader.class (not open) + TextCatalogReader.class (not open) + XCatalogReader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.222 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.utils [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ConfigurationError.class (not open) + FactoryImpl.class (not open) + FeatureManager$Feature.class (not open) + FeatureManager$State.class (not open) + FeatureManager.class (not open) + FeaturePropertyBase$State.class (not open) + FeaturePropertyBase.class (not open) + ObjectFactory.class (not open) + SecuritySupport$1.class (not open) + SecuritySupport$10.class (not open) + SecuritySupport$2.class (not open) + SecuritySupport$3.class (not open) + SecuritySupport$4.class (not open) + SecuritySupport$5.class (not open) + SecuritySupport$6.class (not open) + SecuritySupport$7.class (not open) + SecuritySupport$8.class (not open) + SecuritySupport$9.class (not open) + SecuritySupport.class (not open) + XMLSecurityManager$Limit.class (not open) + XMLSecurityManager$NameMap.class (not open) + XMLSecurityManager$State.class (not open) + XMLSecurityManager.class (not open) + XMLSecurityPropertyManager$Property.class (not open) + XMLSecurityPropertyManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.222 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.sourcemodel.attach [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.223 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DEREncodedKeyValueResolver.class (not open) + DSAKeyValueResolver.class (not open) + EncryptedKeyResolver.class (not open) + KeyInfoReferenceResolver.class (not open) + PrivateKeyResolver.class (not open) + RSAKeyValueResolver.class (not open) + RetrievalMethodResolver.class (not open) + SecretKeyResolver.class (not open) + SingleKeyResolver.class (not open) + X509CertificateResolver.class (not open) + X509DigestResolver.class (not open) + X509IssuerSerialResolver.class (not open) + X509SKIResolver.class (not open) + X509SubjectNameResolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.223 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.hw [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ShaderSource.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.223 +!MESSAGE Cannot handle com.sun.javafx.cursor [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CursorFrame.class (not open) + CursorType.class (not open) + ImageCursorFrame.class (not open) + StandardCursorFrame.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.224 +!MESSAGE Cannot handle com.sun.corba.se.impl.io [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FVDCodeBaseImpl.class (not open) + IIOPInputStream$1.class (not open) + IIOPInputStream$2.class (not open) + IIOPInputStream$ActiveRecursionManager.class (not open) + IIOPInputStream.class (not open) + IIOPOutputStream$1.class (not open) + IIOPOutputStream.class (not open) + InputStreamHook$DefaultState.class (not open) + InputStreamHook$HookGetFields.class (not open) + InputStreamHook$InReadObjectDefaultsSentState.class (not open) + InputStreamHook$InReadObjectNoMoreOptionalDataState.class (not open) + InputStreamHook$InReadObjectOptionalDataState.class (not open) + InputStreamHook$InReadObjectPastDefaultsRemoteDidNotUseWOState.class (not open) + InputStreamHook$InReadObjectRemoteDidNotUseWriteObjectState.class (not open) + InputStreamHook$NoReadObjectDefaultsSentState.class (not open) + InputStreamHook$ReadObjectState.class (not open) + InputStreamHook.class (not open) + ObjectStreamClass$1.class (not open) + ObjectStreamClass$2.class (not open) + ObjectStreamClass$3.class (not open) + ObjectStreamClass$4.class (not open) + ObjectStreamClass$CompareClassByName.class (not open) + ObjectStreamClass$CompareMemberByName.class (not open) + ObjectStreamClass$CompareObjStrFieldsByName.class (not open) + ObjectStreamClass$MethodSignature.class (not open) + ObjectStreamClass$ObjectStreamClassEntry.class (not open) + ObjectStreamClass$PersistentFieldsValue.class (not open) + ObjectStreamClass.class (not open) + ObjectStreamClassCorbaExt$1.class (not open) + ObjectStreamClassCorbaExt.class (not open) + ObjectStreamField$1.class (not open) + ObjectStreamField.class (not open) + OptionalDataException.class (not open) + OutputStreamHook$1.class (not open) + OutputStreamHook$DefaultState.class (not open) + OutputStreamHook$HookPutFields.class (not open) + OutputStreamHook$InWriteObjectState.class (not open) + OutputStreamHook$WriteObjectState.class (not open) + OutputStreamHook$WroteCustomDataState.class (not open) + OutputStreamHook$WroteDefaultDataState.class (not open) + OutputStreamHook.class (not open) + TypeMismatchException.class (not open) + ValueHandlerImpl$1.class (not open) + ValueHandlerImpl$2.class (not open) + ValueHandlerImpl$3.class (not open) + ValueHandlerImpl.class (not open) + ValueUtility$1.class (not open) + ValueUtility$IdentityKeyValueStack$KeyValuePair.class (not open) + ValueUtility$IdentityKeyValueStack.class (not open) + ValueUtility.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.224 +!MESSAGE Cannot handle com.sun.javafx.iio [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ImageFormatDescription$Signature.class (not open) + ImageFormatDescription.class (not open) + ImageFrame.class (not open) + ImageLoadListener.class (not open) + ImageLoader.class (not open) + ImageLoaderFactory.class (not open) + ImageMetadata.class (not open) + ImageStorage$1.class (not open) + ImageStorage$ImageType.class (not open) + ImageStorage.class (not open) + ImageStorageException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.224 +!MESSAGE Cannot handle com.sun.prism.shader [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AlphaOne_Color_AlphaTest_Loader.class (not open) + AlphaOne_Color_Loader.class (not open) + AlphaOne_ImagePattern_AlphaTest_Loader.class (not open) + AlphaOne_ImagePattern_Loader.class (not open) + AlphaOne_LinearGradient_AlphaTest_Loader.class (not open) + AlphaOne_LinearGradient_Loader.class (not open) + AlphaOne_RadialGradient_AlphaTest_Loader.class (not open) + AlphaOne_RadialGradient_Loader.class (not open) + AlphaTextureDifference_Color_AlphaTest_Loader.class (not open) + AlphaTextureDifference_Color_Loader.class (not open) + AlphaTextureDifference_ImagePattern_AlphaTest_Loader.class (not open) + AlphaTextureDifference_ImagePattern_Loader.class (not open) + AlphaTextureDifference_LinearGradient_AlphaTest_Loader.class (not open) + AlphaTextureDifference_LinearGradient_Loader.class (not open) + AlphaTextureDifference_RadialGradient_AlphaTest_Loader.class (not open) + AlphaTextureDifference_RadialGradient_Loader.class (not open) + AlphaTexture_Color_AlphaTest_Loader.class (not open) + AlphaTexture_Color_Loader.class (not open) + AlphaTexture_ImagePattern_AlphaTest_Loader.class (not open) + AlphaTexture_ImagePattern_Loader.class (not open) + AlphaTexture_LinearGradient_AlphaTest_Loader.class (not open) + AlphaTexture_LinearGradient_Loader.class (not open) + AlphaTexture_RadialGradient_AlphaTest_Loader.class (not open) + AlphaTexture_RadialGradient_Loader.class (not open) + DrawCircle_Color_AlphaTest_Loader.class (not open) + DrawCircle_Color_Loader.class (not open) + DrawCircle_ImagePattern_AlphaTest_Loader.class (not open) + DrawCircle_ImagePattern_Loader.class (not open) + DrawCircle_LinearGradient_PAD_AlphaTest_Loader.class (not open) + DrawCircle_LinearGradient_PAD_Loader.class (not open) + DrawCircle_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawCircle_LinearGradient_REFLECT_Loader.class (not open) + DrawCircle_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawCircle_LinearGradient_REPEAT_Loader.class (not open) + DrawCircle_RadialGradient_PAD_AlphaTest_Loader.class (not open) + DrawCircle_RadialGradient_PAD_Loader.class (not open) + DrawCircle_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawCircle_RadialGradient_REFLECT_Loader.class (not open) + DrawCircle_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawCircle_RadialGradient_REPEAT_Loader.class (not open) + DrawEllipse_Color_AlphaTest_Loader.class (not open) + DrawEllipse_Color_Loader.class (not open) + DrawEllipse_ImagePattern_AlphaTest_Loader.class (not open) + DrawEllipse_ImagePattern_Loader.class (not open) + DrawEllipse_LinearGradient_PAD_AlphaTest_Loader.class (not open) + DrawEllipse_LinearGradient_PAD_Loader.class (not open) + DrawEllipse_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawEllipse_LinearGradient_REFLECT_Loader.class (not open) + DrawEllipse_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawEllipse_LinearGradient_REPEAT_Loader.class (not open) + DrawEllipse_RadialGradient_PAD_AlphaTest_Loader.class (not open) + DrawEllipse_RadialGradient_PAD_Loader.class (not open) + DrawEllipse_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawEllipse_RadialGradient_REFLECT_Loader.class (not open) + DrawEllipse_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawEllipse_RadialGradient_REPEAT_Loader.class (not open) + DrawPgram_Color_AlphaTest_Loader.class (not open) + DrawPgram_Color_Loader.class (not open) + DrawPgram_ImagePattern_AlphaTest_Loader.class (not open) + DrawPgram_ImagePattern_Loader.class (not open) + DrawPgram_LinearGradient_PAD_AlphaTest_Loader.class (not open) + DrawPgram_LinearGradient_PAD_Loader.class (not open) + DrawPgram_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawPgram_LinearGradient_REFLECT_Loader.class (not open) + DrawPgram_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawPgram_LinearGradient_REPEAT_Loader.class (not open) + DrawPgram_RadialGradient_PAD_AlphaTest_Loader.class (not open) + DrawPgram_RadialGradient_PAD_Loader.class (not open) + DrawPgram_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawPgram_RadialGradient_REFLECT_Loader.class (not open) + DrawPgram_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawPgram_RadialGradient_REPEAT_Loader.class (not open) + DrawRoundRect_Color_AlphaTest_Loader.class (not open) + DrawRoundRect_Color_Loader.class (not open) + DrawRoundRect_ImagePattern_AlphaTest_Loader.class (not open) + DrawRoundRect_ImagePattern_Loader.class (not open) + DrawRoundRect_LinearGradient_PAD_AlphaTest_Loader.class (not open) + DrawRoundRect_LinearGradient_PAD_Loader.class (not open) + DrawRoundRect_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawRoundRect_LinearGradient_REFLECT_Loader.class (not open) + DrawRoundRect_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawRoundRect_LinearGradient_REPEAT_Loader.class (not open) + DrawRoundRect_RadialGradient_PAD_AlphaTest_Loader.class (not open) + DrawRoundRect_RadialGradient_PAD_Loader.class (not open) + DrawRoundRect_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawRoundRect_RadialGradient_REFLECT_Loader.class (not open) + DrawRoundRect_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawRoundRect_RadialGradient_REPEAT_Loader.class (not open) + DrawSemiRoundRect_Color_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_Color_Loader.class (not open) + DrawSemiRoundRect_ImagePattern_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_ImagePattern_Loader.class (not open) + DrawSemiRoundRect_LinearGradient_PAD_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_LinearGradient_PAD_Loader.class (not open) + DrawSemiRoundRect_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_LinearGradient_REFLECT_Loader.class (not open) + DrawSemiRoundRect_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_LinearGradient_REPEAT_Loader.class (not open) + DrawSemiRoundRect_RadialGradient_PAD_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_RadialGradient_PAD_Loader.class (not open) + DrawSemiRoundRect_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_RadialGradient_REFLECT_Loader.class (not open) + DrawSemiRoundRect_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + DrawSemiRoundRect_RadialGradient_REPEAT_Loader.class (not open) + FillCircle_Color_AlphaTest_Loader.class (not open) + FillCircle_Color_Loader.class (not open) + FillCircle_ImagePattern_AlphaTest_Loader.class (not open) + FillCircle_ImagePattern_Loader.class (not open) + FillCircle_LinearGradient_PAD_AlphaTest_Loader.class (not open) + FillCircle_LinearGradient_PAD_Loader.class (not open) + FillCircle_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + FillCircle_LinearGradient_REFLECT_Loader.class (not open) + FillCircle_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + FillCircle_LinearGradient_REPEAT_Loader.class (not open) + FillCircle_RadialGradient_PAD_AlphaTest_Loader.class (not open) + FillCircle_RadialGradient_PAD_Loader.class (not open) + FillCircle_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + FillCircle_RadialGradient_REFLECT_Loader.class (not open) + FillCircle_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + FillCircle_RadialGradient_REPEAT_Loader.class (not open) + FillEllipse_Color_AlphaTest_Loader.class (not open) + FillEllipse_Color_Loader.class (not open) + FillEllipse_ImagePattern_AlphaTest_Loader.class (not open) + FillEllipse_ImagePattern_Loader.class (not open) + FillEllipse_LinearGradient_PAD_AlphaTest_Loader.class (not open) + FillEllipse_LinearGradient_PAD_Loader.class (not open) + FillEllipse_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + FillEllipse_LinearGradient_REFLECT_Loader.class (not open) + FillEllipse_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + FillEllipse_LinearGradient_REPEAT_Loader.class (not open) + FillEllipse_RadialGradient_PAD_AlphaTest_Loader.class (not open) + FillEllipse_RadialGradient_PAD_Loader.class (not open) + FillEllipse_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + FillEllipse_RadialGradient_REFLECT_Loader.class (not open) + FillEllipse_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + FillEllipse_RadialGradient_REPEAT_Loader.class (not open) + FillPgram_Color_AlphaTest_Loader.class (not open) + FillPgram_Color_Loader.class (not open) + FillPgram_ImagePattern_AlphaTest_Loader.class (not open) + FillPgram_ImagePattern_Loader.class (not open) + FillPgram_LinearGradient_PAD_AlphaTest_Loader.class (not open) + FillPgram_LinearGradient_PAD_Loader.class (not open) + FillPgram_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + FillPgram_LinearGradient_REFLECT_Loader.class (not open) + FillPgram_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + FillPgram_LinearGradient_REPEAT_Loader.class (not open) + FillPgram_RadialGradient_PAD_AlphaTest_Loader.class (not open) + FillPgram_RadialGradient_PAD_Loader.class (not open) + FillPgram_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + FillPgram_RadialGradient_REFLECT_Loader.class (not open) + FillPgram_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + FillPgram_RadialGradient_REPEAT_Loader.class (not open) + FillRoundRect_Color_AlphaTest_Loader.class (not open) + FillRoundRect_Color_Loader.class (not open) + FillRoundRect_ImagePattern_AlphaTest_Loader.class (not open) + FillRoundRect_ImagePattern_Loader.class (not open) + FillRoundRect_LinearGradient_PAD_AlphaTest_Loader.class (not open) + FillRoundRect_LinearGradient_PAD_Loader.class (not open) + FillRoundRect_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + FillRoundRect_LinearGradient_REFLECT_Loader.class (not open) + FillRoundRect_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + FillRoundRect_LinearGradient_REPEAT_Loader.class (not open) + FillRoundRect_RadialGradient_PAD_AlphaTest_Loader.class (not open) + FillRoundRect_RadialGradient_PAD_Loader.class (not open) + FillRoundRect_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + FillRoundRect_RadialGradient_REFLECT_Loader.class (not open) + FillRoundRect_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + FillRoundRect_RadialGradient_REPEAT_Loader.class (not open) + Mask_TextureRGB_AlphaTest_Loader.class (not open) + Mask_TextureRGB_Loader.class (not open) + Mask_TextureSuper_AlphaTest_Loader.class (not open) + Mask_TextureSuper_Loader.class (not open) + Solid_Color_AlphaTest_Loader.class (not open) + Solid_Color_Loader.class (not open) + Solid_ImagePattern_AlphaTest_Loader.class (not open) + Solid_ImagePattern_Loader.class (not open) + Solid_LinearGradient_PAD_AlphaTest_Loader.class (not open) + Solid_LinearGradient_PAD_Loader.class (not open) + Solid_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + Solid_LinearGradient_REFLECT_Loader.class (not open) + Solid_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + Solid_LinearGradient_REPEAT_Loader.class (not open) + Solid_RadialGradient_PAD_AlphaTest_Loader.class (not open) + Solid_RadialGradient_PAD_Loader.class (not open) + Solid_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + Solid_RadialGradient_REFLECT_Loader.class (not open) + Solid_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + Solid_RadialGradient_REPEAT_Loader.class (not open) + Solid_TextureFirstPassLCD_AlphaTest_Loader.class (not open) + Solid_TextureFirstPassLCD_Loader.class (not open) + Solid_TextureRGB_AlphaTest_Loader.class (not open) + Solid_TextureRGB_Loader.class (not open) + Solid_TextureSecondPassLCD_AlphaTest_Loader.class (not open) + Solid_TextureSecondPassLCD_Loader.class (not open) + Solid_TextureYV12_AlphaTest_Loader.class (not open) + Solid_TextureYV12_Loader.class (not open) + Texture_Color_AlphaTest_Loader.class (not open) + Texture_Color_Loader.class (not open) + Texture_ImagePattern_AlphaTest_Loader.class (not open) + Texture_ImagePattern_Loader.class (not open) + Texture_LinearGradient_PAD_AlphaTest_Loader.class (not open) + Texture_LinearGradient_PAD_Loader.class (not open) + Texture_LinearGradient_REFLECT_AlphaTest_Loader.class (not open) + Texture_LinearGradient_REFLECT_Loader.class (not open) + Texture_LinearGradient_REPEAT_AlphaTest_Loader.class (not open) + Texture_LinearGradient_REPEAT_Loader.class (not open) + Texture_RadialGradient_PAD_AlphaTest_Loader.class (not open) + Texture_RadialGradient_PAD_Loader.class (not open) + Texture_RadialGradient_REFLECT_AlphaTest_Loader.class (not open) + Texture_RadialGradient_REFLECT_Loader.class (not open) + Texture_RadialGradient_REPEAT_AlphaTest_Loader.class (not open) + Texture_RadialGradient_REPEAT_Loader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.225 +!MESSAGE Cannot handle com.sun.corba.se.spi.encoding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CorbaInputObject.class (not open) + CorbaOutputObject.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.225 +!MESSAGE Cannot handle com.sun.tracing.dtrace [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ArgsAttributes.class (not open) + Attributes.class (not open) + DependencyClass.class (not open) + FunctionAttributes.class (not open) + FunctionName.class (not open) + ModuleAttributes.class (not open) + ModuleName.class (not open) + NameAttributes.class (not open) + ProviderAttributes.class (not open) + StabilityLevel.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.225 +!MESSAGE Cannot handle com.oracle.xmlns.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.226 +!MESSAGE Cannot handle com.sun.javafx.scene.control.skin.modena [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.226 +!MESSAGE Cannot handle com.sun.xml.internal.ws.addressing.policy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AddressingFeatureConfigurator.class (not open) + AddressingPolicyMapConfigurator$AddressingAssertion.class (not open) + AddressingPolicyMapConfigurator.class (not open) + AddressingPolicyValidator.class (not open) + AddressingPrefixMapper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.226 +!MESSAGE Cannot handle com.sun.jmx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.227 +!MESSAGE Cannot handle com.sun.corba.se.spi.resolver [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + LocalResolver.class (not open) + Resolver.class (not open) + ResolverDefault.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.227 +!MESSAGE Cannot handle com.sun.javafx.webkit [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Accessor$PageAccessor.class (not open) + Accessor.class (not open) + CursorManagerImpl.class (not open) + EventLoopImpl$1.class (not open) + EventLoopImpl.class (not open) + InputMethodClientImpl.class + class InputMethodClientImpl + KeyCodeMap$1.class (not open) + KeyCodeMap$Entry.class (not open) + KeyCodeMap.class (not open) + PasteboardImpl.class (not open) + ThemeClientImpl.class (not open) + UIClientImpl.class (not open) + UtilitiesImpl.class (not open) + WebConsoleListener.class (not open) + WebPageClientImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.227 +!MESSAGE Cannot handle com.sun.jndi.rmi.registry [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AtomicNameParser.class (not open) + BindingEnumeration.class (not open) + NameClassPairEnumeration.class (not open) + ReferenceWrapper.class (not open) + ReferenceWrapper_Stub.class (not open) + RegistryContext.class (not open) + RegistryContextFactory.class (not open) + RemoteReference.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.228 +!MESSAGE Cannot handle com.sun.javafx.beans.event [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AbstractNotifyListener.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.228 +!MESSAGE Cannot handle com.sun.javafx.binding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BidirectionalBinding$1.class (not open) + BidirectionalBinding$BidirectionalBooleanBinding.class (not open) + BidirectionalBinding$BidirectionalDoubleBinding.class (not open) + BidirectionalBinding$BidirectionalFloatBinding.class (not open) + BidirectionalBinding$BidirectionalIntegerBinding.class (not open) + BidirectionalBinding$BidirectionalLongBinding.class (not open) + BidirectionalBinding$StringConversionBidirectionalBinding.class (not open) + BidirectionalBinding$StringConverterBidirectionalBinding.class (not open) + BidirectionalBinding$StringFormatBidirectionalBinding.class (not open) + BidirectionalBinding$TypedGenericBidirectionalBinding.class (not open) + BidirectionalBinding$TypedNumberBidirectionalBinding.class (not open) + BidirectionalBinding$UntypedGenericBidirectionalBinding.class (not open) + BidirectionalBinding.class (not open) + BidirectionalContentBinding$ListContentBinding.class (not open) + BidirectionalContentBinding$MapContentBinding.class (not open) + BidirectionalContentBinding$SetContentBinding.class (not open) + BidirectionalContentBinding.class (not open) + BindingHelperObserver.class (not open) + ContentBinding$ListContentBinding.class (not open) + ContentBinding$MapContentBinding.class (not open) + ContentBinding$SetContentBinding.class (not open) + ContentBinding.class (not open) + DoubleConstant.class (not open) + ExpressionHelper$1.class (not open) + ExpressionHelper$Generic.class (not open) + ExpressionHelper$SingleChange.class (not open) + ExpressionHelper$SingleInvalidation.class (not open) + ExpressionHelper.class (not open) + ExpressionHelperBase.class (not open) + FloatConstant.class (not open) + IntegerConstant.class + class IntegerConstant + ListExpressionHelper$1.class (not open) + ListExpressionHelper$Generic.class (not open) + ListExpressionHelper$SingleChange.class (not open) + ListExpressionHelper$SingleInvalidation.class (not open) + ListExpressionHelper$SingleListChange.class (not open) + ListExpressionHelper.class (not open) + Logging$LoggerHolder.class (not open) + Logging.class (not open) + LongConstant.class (not open) + MapExpressionHelper$1.class (not open) + MapExpressionHelper$Generic.class (not open) + MapExpressionHelper$SimpleChange.class (not open) + MapExpressionHelper$SingleChange.class (not open) + MapExpressionHelper$SingleInvalidation.class (not open) + MapExpressionHelper$SingleMapChange.class (not open) + MapExpressionHelper.class (not open) + ObjectConstant.class (not open) + SelectBinding$1.class (not open) + SelectBinding$AsBoolean.class (not open) + SelectBinding$AsDouble.class (not open) + SelectBinding$AsFloat.class (not open) + SelectBinding$AsInteger.class (not open) + SelectBinding$AsLong.class (not open) + SelectBinding$AsObject.class (not open) + SelectBinding$AsString.class (not open) + SelectBinding$SelectBindingHelper.class (not open) + SelectBinding.class (not open) + SetExpressionHelper$1.class (not open) + SetExpressionHelper$Generic.class (not open) + SetExpressionHelper$SimpleChange.class (not open) + SetExpressionHelper$SingleChange.class (not open) + SetExpressionHelper$SingleInvalidation.class (not open) + SetExpressionHelper$SingleSetChange.class (not open) + SetExpressionHelper.class (not open) + StringConstant.class (not open) + StringFormatter$1.class (not open) + StringFormatter$2.class (not open) + StringFormatter$3.class (not open) + StringFormatter$4.class (not open) + StringFormatter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.228 +!MESSAGE Cannot handle com.sun.media.jfxmediaimpl.platform.ios [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + IOSMedia.class (not open) + IOSMediaPlayer$1.class (not open) + IOSMediaPlayer$NullAudioEQ.class (not open) + IOSMediaPlayer$NullAudioSpectrum.class (not open) + IOSMediaPlayer$NullEQBand.class (not open) + IOSMediaPlayer.class (not open) + IOSPlatform$1.class (not open) + IOSPlatform$IOSPlatformInitializer.class (not open) + IOSPlatform.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.229 +!MESSAGE Cannot handle com.sun.istack.internal.localization [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Localizable.class (not open) + LocalizableMessage.class (not open) + LocalizableMessageFactory.class (not open) + Localizer.class (not open) + NullLocalizable.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.229 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.model.soap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SOAPBinding.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.229 +!MESSAGE Cannot handle com.sun.corba.se.spi.presentation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.229 +!MESSAGE Cannot handle com.sun.javafx.property.adapter [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Disposer$1.class (not open) + Disposer.class (not open) + JavaBeanPropertyBuilderHelper.class (not open) + JavaBeanQuickAccessor.class (not open) + PropertyDescriptor$Listener.class (not open) + PropertyDescriptor.class (not open) + ReadOnlyJavaBeanPropertyBuilderHelper.class (not open) + ReadOnlyPropertyDescriptor$ReadOnlyListener.class + class ReadOnlyListener + ReadOnlyPropertyDescriptor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.230 +!MESSAGE Cannot handle com.sun.security [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.230 +!MESSAGE Cannot handle com.sun.java.swing.plaf.motif.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + motif.class (not open) + motif_de.class (not open) + motif_es.class (not open) + motif_fr.class (not open) + motif_it.class (not open) + motif_ja.class (not open) + motif_ko.class (not open) + motif_pt_BR.class (not open) + motif_sv.class (not open) + motif_zh_CN.class (not open) + motif_zh_HK.class (not open) + motif_zh_TW.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.230 +!MESSAGE Cannot handle com.sun.jmx.snmp.IPAcl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ASCII_CharStream.class (not open) + AclEntryImpl.class (not open) + AclImpl.class (not open) + GroupImpl.class (not open) + Host.class (not open) + JDMAccess.class (not open) + JDMAclBlock.class (not open) + JDMAclItem.class (not open) + JDMCommunities.class (not open) + JDMCommunity.class (not open) + JDMEnterprise.class (not open) + JDMHost.class (not open) + JDMHostInform.class (not open) + JDMHostName.class (not open) + JDMHostTrap.class (not open) + JDMInformBlock.class (not open) + JDMInformCommunity.class (not open) + JDMInformInterestedHost.class (not open) + JDMInformItem.class (not open) + JDMIpAddress.class (not open) + JDMIpMask.class (not open) + JDMIpV6Address.class (not open) + JDMManagers.class (not open) + JDMNetMask.class (not open) + JDMNetMaskV6.class (not open) + JDMSecurityDefs.class (not open) + JDMTrapBlock.class (not open) + JDMTrapCommunity.class (not open) + JDMTrapInterestedHost.class (not open) + JDMTrapItem.class (not open) + JDMTrapNum.class (not open) + JJTParserState.class (not open) + NetMaskImpl.class (not open) + Node.class (not open) + OwnerImpl.class (not open) + ParseError.class (not open) + ParseException.class (not open) + Parser$JJCalls.class (not open) + Parser.class (not open) + ParserConstants.class (not open) + ParserTokenManager.class (not open) + ParserTreeConstants.class (not open) + PermissionImpl.class (not open) + PrincipalImpl.class (not open) + SimpleNode.class (not open) + SnmpAcl.class (not open) + Token.class (not open) + TokenMgrError.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.231 +!MESSAGE Cannot handle com.sun.javafx.sg.prism [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CacheFilter$ScrollCacheState.class (not open) + CacheFilter.class (not open) + DirtyHint.class (not open) + EffectFilter.class (not open) + EffectUtil.class (not open) + GrowableDataBuffer$WeakLink.class (not open) + GrowableDataBuffer.class (not open) + MediaFrameTracker.class (not open) + NGAmbientLight.class (not open) + NGArc.class (not open) + NGBox.class (not open) + NGCamera.class (not open) + NGCanvas$1.class (not open) + NGCanvas$EffectInput.class (not open) + NGCanvas$InitType.class (not open) + NGCanvas$MyBlend.class (not open) + NGCanvas$PixelData.class (not open) + NGCanvas$RenderBuf.class (not open) + NGCanvas$RenderInput.class (not open) + NGCanvas.class (not open) + NGCircle.class (not open) + NGCubicCurve.class (not open) + NGCylinder.class (not open) + NGDefaultCamera.class (not open) + NGEllipse.class (not open) + NGExternalNode$BufferData.class (not open) + NGExternalNode$RenderData.class (not open) + NGExternalNode.class (not open) + NGGroup.class (not open) + NGImageView.class (not open) + NGLightBase.class (not open) + NGLine.class (not open) + NGMeshView.class (not open) + NGNode$DirtyFlag.class (not open) + NGNode$EffectDirtyBoundsHelper.class (not open) + NGNode$PassThrough.class (not open) + NGNode$RenderRootResult.class (not open) + NGNode.class (not open) + NGParallelCamera.class (not open) + NGPath.class (not open) + NGPerspectiveCamera.class (not open) + NGPhongMaterial.class (not open) + NGPointLight.class (not open) + NGPolygon.class (not open) + NGPolyline.class (not open) + NGQuadCurve.class (not open) + NGRectangle.class (not open) + NGRegion$1.class (not open) + NGRegion.class (not open) + NGSVGPath.class (not open) + NGShape$Mode.class + enum Mode + NGShape.class + class NGShape + NGShape3D.class (not open) + NGSphere.class (not open) + NGSubScene.class (not open) + NGText.class (not open) + NGTriangleMesh.class (not open) + NodeEffectInput$1.class (not open) + NodeEffectInput$RenderType.class + enum RenderType + NodeEffectInput.class (not open) + NodePath.class (not open) + RegionImageCache$CachedImage.class (not open) + RegionImageCache.class (not open) + ShapeEvaluator$Geometry.class (not open) + ShapeEvaluator$Iterator.class (not open) + ShapeEvaluator$MorphedShape.class (not open) + ShapeEvaluator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.231 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl.writer.document.soap12 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Body.class (not open) + BodyType.class (not open) + Header.class (not open) + HeaderFault.class (not open) + SOAPAddress.class (not open) + SOAPBinding.class (not open) + SOAPFault.class (not open) + SOAPOperation.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.231 +!MESSAGE Cannot handle com.oracle.jrockit.jfr.management [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\jfr.jar] + FlightRecorderMBean.class (not open) + FlightRecordingMBean.class (not open) + NoSuchRecordingException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.232 +!MESSAGE Cannot handle com.sun.xml.internal.ws.protocol.soap [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientMUTube.class (not open) + MUTube.class (not open) + MessageCreationException.class (not open) + ServerMUTube.class (not open) + VersionMismatchException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.232 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xs.opti [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttrImpl.class (not open) + DefaultDocument.class (not open) + DefaultElement.class (not open) + DefaultNode.class (not open) + DefaultText.class (not open) + DefaultXMLDocumentHandler.class (not open) + ElementImpl.class (not open) + NamedNodeMapImpl.class (not open) + NodeImpl.class (not open) + SchemaDOM.class (not open) + SchemaDOMImplementation.class (not open) + SchemaDOMParser$BooleanStack.class (not open) + SchemaDOMParser.class (not open) + SchemaParsingConfig.class (not open) + TextImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.232 +!MESSAGE Cannot handle com.sun.pisces [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AbstractSurface.class (not open) + GradientColorMap.class (not open) + JavaSurface.class (not open) + PiscesRenderer.class (not open) + RendererBase.class (not open) + Surface.class (not open) + Transform6.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.232 +!MESSAGE Cannot handle com.sun.xml.internal.ws.db [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DatabindingFactoryImpl$ConfigBuilder.class (not open) + DatabindingFactoryImpl.class (not open) + DatabindingImpl.class (not open) + DatabindingProviderImpl$JaxwsWsdlGen.class (not open) + DatabindingProviderImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.233 +!MESSAGE Cannot handle com.sun.glass.ui.delegate [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ClipboardDelegate.class (not open) + MenuBarDelegate.class (not open) + MenuDelegate.class (not open) + MenuItemDelegate.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.233 +!MESSAGE Cannot handle com.sun.javafx.fxml [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BeanAdapter$1.class (not open) + BeanAdapter$MethodCache.class (not open) + BeanAdapter.class (not open) + LoadListener.class (not open) + ParseTraceElement.class (not open) + PropertyNotFoundException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.233 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.org.apache.xerces.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XMLChar.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.234 +!MESSAGE Cannot handle com.sun.corba.se.impl.orbutil.graph [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Graph.class (not open) + GraphImpl$1.class (not open) + GraphImpl$NodeVisitor.class (not open) + GraphImpl.class (not open) + Node.class (not open) + NodeData.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.234 +!MESSAGE Cannot handle com.sun.java.swing.plaf [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.234 +!MESSAGE Cannot handle com.sun.media.jfxmediaimpl.platform.java [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + FLVMetadataParser$1.class (not open) + FLVMetadataParser$FlvDataValue.class (not open) + FLVMetadataParser.class (not open) + ID3MetadataParser.class (not open) + JavaPlatform.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.234 +!MESSAGE Cannot handle com.sun.corba.se.impl.orbutil [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.235 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.jaxp.validation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractXMLSchema.class (not open) + DOMDocumentHandler.class (not open) + DOMResultAugmentor.class (not open) + DOMResultBuilder.class (not open) + DOMValidatorHelper$DOMNamespaceContext.class (not open) + DOMValidatorHelper.class (not open) + DraconianErrorHandler.class (not open) + EmptyXMLSchema.class (not open) + ErrorHandlerAdaptor.class (not open) + JAXPValidationMessageFormatter.class (not open) + ReadOnlyGrammarPool.class (not open) + SimpleXMLSchema.class (not open) + SoftReferenceGrammarPool$Entry.class (not open) + SoftReferenceGrammarPool$SoftGrammarReference.class (not open) + SoftReferenceGrammarPool.class (not open) + StAXValidatorHelper.class (not open) + StreamValidatorHelper.class (not open) + Util.class (not open) + ValidatorHandlerImpl$1.class (not open) + ValidatorHandlerImpl$ResolutionForwarder.class (not open) + ValidatorHandlerImpl$XMLSchemaTypeInfoProvider.class (not open) + ValidatorHandlerImpl.class (not open) + ValidatorHelper.class (not open) + ValidatorImpl.class (not open) + WeakReferenceXMLSchema.class (not open) + WrappedSAXException.class (not open) + XMLSchema.class (not open) + XMLSchemaFactory$XMLGrammarPoolImplExtension.class (not open) + XMLSchemaFactory$XMLGrammarPoolWrapper.class (not open) + XMLSchemaFactory.class (not open) + XMLSchemaValidatorComponentManager.class (not open) + XSGrammarPoolContainer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.235 +!MESSAGE Cannot handle com.sun.net.ssl.internal.www.protocol.https [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DelegateHttpsURLConnection.class (not open) + Handler.class (not open) + HttpsURLConnectionOldImpl.class (not open) + VerifierWrapper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.235 +!MESSAGE Cannot handle com.oracle [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.236 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.prism.ps [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PPSBlend_ADDPeer.class (not open) + PPSBlend_BLUEPeer.class (not open) + PPSBlend_COLOR_BURNPeer.class (not open) + PPSBlend_COLOR_DODGEPeer.class (not open) + PPSBlend_DARKENPeer.class (not open) + PPSBlend_DIFFERENCEPeer.class (not open) + PPSBlend_EXCLUSIONPeer.class (not open) + PPSBlend_GREENPeer.class (not open) + PPSBlend_HARD_LIGHTPeer.class (not open) + PPSBlend_LIGHTENPeer.class (not open) + PPSBlend_MULTIPLYPeer.class (not open) + PPSBlend_OVERLAYPeer.class (not open) + PPSBlend_REDPeer.class (not open) + PPSBlend_SCREENPeer.class (not open) + PPSBlend_SOFT_LIGHTPeer.class (not open) + PPSBlend_SRC_ATOPPeer.class (not open) + PPSBlend_SRC_INPeer.class (not open) + PPSBlend_SRC_OUTPeer.class (not open) + PPSBlend_SRC_OVERPeer.class (not open) + PPSBrightpassPeer.class (not open) + PPSColorAdjustPeer.class (not open) + PPSDisplacementMapPeer.class (not open) + PPSDrawable.class (not open) + PPSEffectPeer.class (not open) + PPSInvertMaskPeer.class (not open) + PPSLinearConvolvePeer.class (not open) + PPSLinearConvolveShadowPeer.class (not open) + PPSOneSamplerPeer.class (not open) + PPSPerspectiveTransformPeer.class (not open) + PPSPhongLighting_DISTANTPeer.class (not open) + PPSPhongLighting_POINTPeer.class (not open) + PPSPhongLighting_SPOTPeer.class (not open) + PPSRenderer$1.class (not open) + PPSRenderer.class (not open) + PPSSepiaTonePeer.class (not open) + PPSTwoSamplerPeer.class (not open) + PPSZeroSamplerPeer.class (not open) + PPStoPSWDisplacementMapPeer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.236 +!MESSAGE Cannot handle com.sun.prism.ps [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Shader.class (not open) + ShaderFactory.class (not open) + ShaderGraphics.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.236 +!MESSAGE Cannot handle com.sun.prism.sw [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DirectRTPiscesAlphaConsumer.class (not open) + SWArgbPreTexture$1.class (not open) + SWArgbPreTexture.class (not open) + SWContext$JavaShapeRenderer.class (not open) + SWContext$NativeShapeRenderer.class (not open) + SWContext$ShapeRenderer.class (not open) + SWContext.class (not open) + SWGraphics$1.class (not open) + SWGraphics.class (not open) + SWMaskTexture.class (not open) + SWPaint$1.class (not open) + SWPaint.class (not open) + SWPipeline.class (not open) + SWPresentable.class (not open) + SWRTTexture.class (not open) + SWResourceFactory$1.class (not open) + SWResourceFactory.class (not open) + SWTexture$1.class (not open) + SWTexture.class (not open) + SWTexturePool$1.class (not open) + SWTexturePool.class (not open) + SWUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.237 +!MESSAGE Cannot handle com.sun.scenario.effect [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AbstractShadow$ShadowMode.class (not open) + AbstractShadow.class (not open) + Blend$1.class (not open) + Blend$Mode.class + enum Mode + Blend.class + class Blend + Bloom.class (not open) + BoxBlur.class (not open) + BoxShadow$1.class (not open) + BoxShadow.class (not open) + Brightpass.class (not open) + Color4f.class (not open) + ColorAdjust.class (not open) + CoreEffect.class (not open) + Crop.class (not open) + DelegateEffect.class (not open) + DisplacementMap.class (not open) + DropShadow.class (not open) + Effect$AccelType.class (not open) + Effect.class (not open) + FilterContext.class (not open) + FilterEffect.class (not open) + Filterable.class (not open) + FloatMap$Entry.class (not open) + FloatMap.class (not open) + Flood.class (not open) + GaussianBlur.class (not open) + GaussianShadow$1.class (not open) + GaussianShadow.class (not open) + GeneralShadow.class (not open) + Glow.class (not open) + Identity.class (not open) + ImageData$1.class (not open) + ImageData.class (not open) + ImageDataRenderer.class (not open) + InnerShadow.class (not open) + InvertMask$1.class (not open) + InvertMask.class (not open) + LinearConvolveCoreEffect.class (not open) + LockableResource.class (not open) + Merge.class (not open) + MotionBlur.class (not open) + Offset.class (not open) + PerspectiveTransform.class (not open) + PhongLighting$1.class (not open) + PhongLighting.class (not open) + Reflection.class (not open) + SepiaTone.class (not open) + ZoomRadialBlur.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.237 +!MESSAGE Cannot handle com.sun.javafx.scene.transform [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + TransformUtils$ImmutableTransform.class (not open) + TransformUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.237 +!MESSAGE Cannot handle com.sun.security.sasl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientFactoryImpl.class (not open) + CramMD5Base.class (not open) + CramMD5Client.class (not open) + CramMD5Server.class (not open) + ExternalClient.class (not open) + PlainClient.class (not open) + Provider$1.class (not open) + Provider.class (not open) + ServerFactoryImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.238 +!MESSAGE Cannot handle com.sun.net.ssl.internal.ssl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\jsse.jar] + Provider.class (not open) + X509ExtendedTrustManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.238 +!MESSAGE Cannot handle com.oracle.nio [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BufferSecrets.class (not open) + BufferSecretsPermission.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.238 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.soap.ver1_2 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.239 +!MESSAGE Cannot handle com.sun.javafx.robot [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + FXRobot.class (not open) + FXRobotFactory.class (not open) + FXRobotImage.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.239 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.util.transform [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EfficientStreamingTransformer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.239 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ContentHandlerAlreadyRegisteredException.class (not open) + KeyInfo.class (not open) + KeyUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.239 +!MESSAGE Cannot handle com.sun.security.ntlm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Client.class (not open) + NTLM$Reader.class (not open) + NTLM$Writer.class (not open) + NTLM.class (not open) + NTLMException.class (not open) + Server.class (not open) + Version.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.240 +!MESSAGE Cannot handle com.sun.xml.internal.bind.unmarshaller [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.240 +!MESSAGE Cannot handle com.sun.xml.internal.ws.transport.http.client [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + HttpClientTransport$1.class (not open) + HttpClientTransport$HttpClientVerifier.class (not open) + HttpClientTransport$LocalhostHttpClientVerifier.class (not open) + HttpClientTransport$WSChunkedOuputStream.class (not open) + HttpClientTransport.class (not open) + HttpResponseProperties.class (not open) + HttpTransportPipe.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.240 +!MESSAGE Cannot handle com.sun.deploy.uitoolkit [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.240 +!MESSAGE Cannot handle com.sun.corba.se.impl.presentation.rmi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DynamicAccessPermission.class (not open) + DynamicMethodMarshallerImpl$1.class (not open) + DynamicMethodMarshallerImpl$10.class (not open) + DynamicMethodMarshallerImpl$11.class (not open) + DynamicMethodMarshallerImpl$12.class (not open) + DynamicMethodMarshallerImpl$13.class (not open) + DynamicMethodMarshallerImpl$14.class (not open) + DynamicMethodMarshallerImpl$2.class (not open) + DynamicMethodMarshallerImpl$3.class (not open) + DynamicMethodMarshallerImpl$4.class (not open) + DynamicMethodMarshallerImpl$5.class (not open) + DynamicMethodMarshallerImpl$6.class (not open) + DynamicMethodMarshallerImpl$7.class (not open) + DynamicMethodMarshallerImpl$8.class (not open) + DynamicMethodMarshallerImpl$9.class (not open) + DynamicMethodMarshallerImpl$ReaderWriter.class (not open) + DynamicMethodMarshallerImpl$ReaderWriterBase.class (not open) + DynamicMethodMarshallerImpl.class (not open) + DynamicStubImpl.class (not open) + ExceptionHandler.class (not open) + ExceptionHandlerImpl$ExceptionRW.class (not open) + ExceptionHandlerImpl$ExceptionRWBase.class (not open) + ExceptionHandlerImpl$ExceptionRWIDLImpl.class (not open) + ExceptionHandlerImpl$ExceptionRWRMIImpl.class (not open) + ExceptionHandlerImpl.class (not open) + IDLNameTranslatorImpl$1.class (not open) + IDLNameTranslatorImpl$IDLMethodInfo.class (not open) + IDLNameTranslatorImpl.class (not open) + IDLType.class (not open) + IDLTypeException.class (not open) + IDLTypesUtil$1.class (not open) + IDLTypesUtil.class (not open) + InvocationHandlerFactoryImpl$1.class (not open) + InvocationHandlerFactoryImpl$CustomCompositeInvocationHandlerImpl.class (not open) + InvocationHandlerFactoryImpl.class (not open) + PresentationManagerImpl$ClassDataImpl.class (not open) + PresentationManagerImpl$NodeImpl.class (not open) + PresentationManagerImpl.class (not open) + ReflectiveTie.class (not open) + StubConnectImpl.class (not open) + StubFactoryBase.class (not open) + StubFactoryDynamicBase.class (not open) + StubFactoryFactoryBase.class (not open) + StubFactoryFactoryDynamicBase.class (not open) + StubFactoryFactoryProxyImpl$1.class (not open) + StubFactoryFactoryProxyImpl.class (not open) + StubFactoryFactoryStaticImpl.class (not open) + StubFactoryProxyImpl.class (not open) + StubFactoryStaticImpl.class (not open) + StubInvocationHandlerImpl$1.class (not open) + StubInvocationHandlerImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.241 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.wsdl.parser [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + MetaDataResolver.class (not open) + MetadataResolverFactory.class (not open) + PolicyWSDLParserExtension.class (not open) + ServiceDescriptor.class (not open) + WSDLParserExtension.class (not open) + WSDLParserExtensionContext.class (not open) + XMLEntityResolver$Parser.class (not open) + XMLEntityResolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.241 +!MESSAGE Cannot handle com.sun.jndi.url [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.241 +!MESSAGE Cannot handle com.sun.corba.se.internal.corba [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ORBSingleton.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.242 +!MESSAGE Cannot handle com.sun.image.codec.jpeg [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ImageFormatException.class (not open) + JPEGCodec.class (not open) + JPEGDecodeParam.class (not open) + JPEGEncodeParam.class (not open) + JPEGHuffmanTable.class (not open) + JPEGImageDecoder.class (not open) + JPEGImageEncoder.class (not open) + JPEGQTable.class (not open) + TruncatedFileException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.242 +!MESSAGE Cannot handle com.sun.rmi.rmid [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ExecOptionPermission$ExecOptionPermissionCollection.class (not open) + ExecOptionPermission.class (not open) + ExecPermission$ExecPermissionCollection.class (not open) + ExecPermission.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.242 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.bytecode [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClassTailor.class (not open) + SecureLoader$1.class (not open) + SecureLoader$2.class (not open) + SecureLoader$3.class (not open) + SecureLoader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.243 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.c14n [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CanonicalizationException.class (not open) + Canonicalizer.class (not open) + CanonicalizerSpi.class (not open) + InvalidCanonicalizerException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.243 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.compiler [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Compiler.class (not open) + FuncLoader.class (not open) + FunctionTable.class (not open) + Keywords.class (not open) + Lexer.class (not open) + OpCodes.class (not open) + OpMap.class (not open) + OpMapVector.class (not open) + PsuedoNames.class (not open) + XPathDumper.class (not open) + XPathParser.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.243 +!MESSAGE Cannot handle com.sun.xml.internal.stream.events [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributeImpl.class (not open) + CharacterEvent.class (not open) + CommentEvent.class (not open) + DTDEvent.class (not open) + DummyEvent$DummyLocation.class (not open) + DummyEvent.class (not open) + EndDocumentEvent.class (not open) + EndElementEvent.class (not open) + EntityDeclarationImpl.class (not open) + EntityReferenceEvent.class (not open) + LocationImpl.class (not open) + NamedEvent.class (not open) + NamespaceImpl.class (not open) + NotationDeclarationImpl.class (not open) + ProcessingInstructionEvent.class (not open) + StartDocumentEvent.class (not open) + StartElementEvent.class (not open) + XMLEventAllocatorImpl.class (not open) + XMLEventFactoryImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.243 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.sourcemodel.wspolicy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + NamespaceVersion.class (not open) + XmlToken.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.245 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.dom.events [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EventImpl.class (not open) + MutationEventImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.245 +!MESSAGE Cannot handle com.sun.corba.se.pept [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.245 +!MESSAGE Cannot handle com.sun.xml.internal.ws.util.exception [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + JAXWSExceptionBase.class (not open) + LocatableWebServiceException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.246 +!MESSAGE Cannot handle com.sun.media [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.246 +!MESSAGE Cannot handle com.sun.jmx.remote.protocol [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.246 +!MESSAGE Cannot handle com.sun.org.glassfish.external.probe.provider.annotations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Probe.class (not open) + ProbeListener.class (not open) + ProbeParam.class (not open) + ProbeProvider.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.247 +!MESSAGE Cannot handle com.sun.org.apache [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.247 +!MESSAGE Cannot handle com.oracle.webservices.internal.impl.internalspi.encoding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + StreamDecoder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.247 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.248 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl.parser [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DelegatingParserExtension.class (not open) + EntityResolverWrapper.class (not open) + ErrorHandler.class (not open) + FoolProofParserExtension.class (not open) + InaccessibleWSDLException$Builder.class (not open) + InaccessibleWSDLException.class (not open) + MIMEConstants.class (not open) + MemberSubmissionAddressingWSDLParserExtension.class (not open) + MexEntityResolver.class (not open) + ParserUtil.class (not open) + RuntimeWSDLParser$1.class (not open) + RuntimeWSDLParser$BindingMode.class (not open) + RuntimeWSDLParser.class (not open) + SOAPConstants.class (not open) + W3CAddressingMetadataWSDLParserExtension.class (not open) + W3CAddressingWSDLParserExtension.class (not open) + WSDLConstants.class (not open) + WSDLParserExtensionContextImpl.class (not open) + WSDLParserExtensionFacade.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.248 +!MESSAGE Cannot handle com.sun.corba.se.impl.oa.toa [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Element.class (not open) + TOA.class + interface TOA + TOAFactory.class (not open) + TOAImpl.class + class TOAImpl + TransientObjectManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.248 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.pipe [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientPipeAssemblerContext.class (not open) + ClientTubeAssemblerContext.class (not open) + Codec.class (not open) + Codecs.class (not open) + ContentType.class (not open) + Engine$DaemonThreadFactory.class (not open) + Engine.class (not open) + Fiber$1.class (not open) + Fiber$CompletionCallback.class (not open) + Fiber$InterceptorHandler.class (not open) + Fiber$Listener.class (not open) + Fiber$OnExitRunnableException.class (not open) + Fiber$PlaceholderTube.class (not open) + Fiber.class (not open) + FiberContextSwitchInterceptor$Work.class (not open) + FiberContextSwitchInterceptor.class (not open) + FiberContextSwitchInterceptorFactory.class (not open) + NextAction.class (not open) + Pipe.class (not open) + PipeCloner.class (not open) + PipeClonerImpl.class (not open) + PipelineAssembler.class (not open) + PipelineAssemblerFactory.class (not open) + SOAPBindingCodec.class (not open) + ServerPipeAssemblerContext.class (not open) + ServerTubeAssemblerContext.class (not open) + StreamSOAPCodec.class (not open) + Stubs.class (not open) + SyncStartForAsyncFeature.class (not open) + ThrowableContainerPropertySet.class (not open) + TransportPipeFactory.class (not open) + TransportTubeFactory$1.class (not open) + TransportTubeFactory$DefaultTransportTubeFactory.class (not open) + TransportTubeFactory.class (not open) + Tube.class (not open) + TubeCloner.class (not open) + TubelineAssembler.class (not open) + TubelineAssemblerFactory$TubelineAssemblerAdapter.class (not open) + TubelineAssemblerFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.248 +!MESSAGE Cannot handle com.sun.demo.jvmti [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.249 +!MESSAGE Cannot handle com.sun.xml.internal.ws.wsdl.writer.document.http [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Address.class (not open) + Binding.class (not open) + Operation.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.249 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.xpointer [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ElementSchemePointer$1.class (not open) + ElementSchemePointer$Scanner.class (not open) + ElementSchemePointer$Tokens.class (not open) + ElementSchemePointer.class (not open) + ShortHandPointer.class (not open) + XPointerErrorHandler.class (not open) + XPointerHandler$1.class (not open) + XPointerHandler$Scanner.class (not open) + XPointerHandler$Tokens.class (not open) + XPointerHandler.class (not open) + XPointerMessageFormatter.class (not open) + XPointerPart.class (not open) + XPointerProcessor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.249 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.model.wsdl.editable [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EditableWSDLBoundFault.class (not open) + EditableWSDLBoundOperation.class (not open) + EditableWSDLBoundPortType.class (not open) + EditableWSDLFault.class (not open) + EditableWSDLInput.class (not open) + EditableWSDLMessage.class (not open) + EditableWSDLModel.class (not open) + EditableWSDLOperation.class (not open) + EditableWSDLOutput.class (not open) + EditableWSDLPart.class (not open) + EditableWSDLPort.class (not open) + EditableWSDLPortType.class (not open) + EditableWSDLService.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.250 +!MESSAGE Cannot handle com.sun.deploy.uitoolkit.impl.fx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AppletStageManager.class (not open) + FXApplet2Adapter$1.class (not open) + FXApplet2Adapter$2.class (not open) + FXApplet2Adapter.class (not open) + FXPluginToolkit$1.class (not open) + FXPluginToolkit$2.class (not open) + FXPluginToolkit$3.class (not open) + FXPluginToolkit$4.class (not open) + FXPluginToolkit$5.class (not open) + FXPluginToolkit$Caller.class (not open) + FXPluginToolkit$FxWaiter$1.class (not open) + FXPluginToolkit$FxWaiter.class (not open) + FXPluginToolkit$TaskThread.class (not open) + FXPluginToolkit.class (not open) + FXPreloader$1.class (not open) + FXPreloader$2.class (not open) + FXPreloader$3.class (not open) + FXPreloader$FXDispatcher.class (not open) + FXPreloader$Notifier.class (not open) + FXPreloader$UserDeclinedNotification.class (not open) + FXPreloader$UserEvent.class (not open) + FXPreloader.class (not open) + FXProgressBarSkin.class (not open) + FXWindow.class (not open) + FXWindowFactory$1.class (not open) + FXWindowFactory.class (not open) + HostServicesFactory$StandaloneHostService.class (not open) + HostServicesFactory.class (not open) + Utils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.250 +!MESSAGE Cannot handle com.sun.javafx.charts [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ChartLayoutAnimator.class (not open) + Legend$1.class (not open) + Legend$2.class (not open) + Legend$LegendItem$1.class (not open) + Legend$LegendItem$2.class (not open) + Legend$LegendItem.class (not open) + Legend.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.250 +!MESSAGE Cannot handle com.sun.jndi.toolkit.url [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + GenericURLContext.class (not open) + GenericURLDirContext.class (not open) + Uri.class (not open) + UrlUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.250 +!MESSAGE Cannot handle com.sun.jmx.snmp.daemon [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientHandler.class (not open) + CommunicationException.class (not open) + CommunicatorServer.class (not open) + CommunicatorServerMBean.class (not open) + SendQ.class (not open) + SnmpAdaptorServer.class (not open) + SnmpAdaptorServerMBean.class (not open) + SnmpInformHandler.class (not open) + SnmpInformRequest.class (not open) + SnmpMibTree$1.class (not open) + SnmpMibTree$TreeNode.class (not open) + SnmpMibTree.class (not open) + SnmpQManager.class (not open) + SnmpRequestCounter.class (not open) + SnmpRequestHandler.class (not open) + SnmpResponseHandler.class (not open) + SnmpSendServer.class (not open) + SnmpSession.class (not open) + SnmpSocket.class (not open) + SnmpSubBulkRequestHandler.class (not open) + SnmpSubNextRequestHandler.class (not open) + SnmpSubRequestHandler$NonSyncVector.class (not open) + SnmpSubRequestHandler.class (not open) + SnmpTimerServer.class (not open) + WaitQ.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.251 +!MESSAGE Cannot handle com.sun.xml.internal.ws.spi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.251 +!MESSAGE Cannot handle com.sun.javafx.runtime.eula [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Eula.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.251 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.utils.res [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CharArrayWrapper.class (not open) + IntArrayWrapper.class (not open) + LongArrayWrapper.class (not open) + StringArrayWrapper.class (not open) + XResourceBundle.class (not open) + XResourceBundleBase.class (not open) + XResources_de.class (not open) + XResources_en.class (not open) + XResources_es.class (not open) + XResources_fr.class (not open) + XResources_it.class (not open) + XResources_ja_JP_A.class (not open) + XResources_ja_JP_HA.class (not open) + XResources_ja_JP_HI.class (not open) + XResources_ja_JP_I.class (not open) + XResources_ko.class (not open) + XResources_sv.class (not open) + XResources_zh_CN.class (not open) + XResources_zh_TW.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.252 +!MESSAGE Cannot handle com.sun.org.omg.CORBA.ValueDefPackage [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FullValueDescription.class (not open) + FullValueDescriptionHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.252 +!MESSAGE Cannot handle com.sun.corba.se.spi.ior [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EncapsulationFactoryBase.class (not open) + IOR.class (not open) + IORFactories$1.class (not open) + IORFactories$2.class (not open) + IORFactories.class (not open) + IORFactory.class (not open) + IORTemplate.class (not open) + IORTemplateList.class (not open) + Identifiable.class (not open) + IdentifiableBase.class (not open) + IdentifiableContainerBase$1.class (not open) + IdentifiableContainerBase.class (not open) + IdentifiableFactory.class (not open) + IdentifiableFactoryFinder.class (not open) + MakeImmutable.class (not open) + ObjectAdapterId.class (not open) + ObjectId.class (not open) + ObjectKey.class (not open) + ObjectKeyFactory.class (not open) + ObjectKeyTemplate.class (not open) + TaggedComponent.class (not open) + TaggedComponentBase.class (not open) + TaggedComponentFactoryFinder.class (not open) + TaggedProfile.class (not open) + TaggedProfileTemplate.class (not open) + TaggedProfileTemplateBase.class (not open) + WriteContents.class (not open) + Writeable.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.252 +!MESSAGE Cannot handle com.sun.xml.internal.ws.client.sei [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AsyncMethodHandler$SEIAsyncInvoker$1.class (not open) + AsyncMethodHandler$SEIAsyncInvoker.class (not open) + AsyncMethodHandler.class (not open) + BodyBuilder$Bare.class (not open) + BodyBuilder$DocLit.class (not open) + BodyBuilder$Empty.class (not open) + BodyBuilder$JAXB.class (not open) + BodyBuilder$RpcLit.class (not open) + BodyBuilder$Wrapped.class (not open) + BodyBuilder.class (not open) + CallbackMethodHandler.class (not open) + MessageFiller$AttachmentFiller.class (not open) + MessageFiller$ByteArrayFiller.class (not open) + MessageFiller$DataHandlerFiller.class (not open) + MessageFiller$Header.class (not open) + MessageFiller$JAXBFiller.class (not open) + MessageFiller.class (not open) + MethodHandler.class (not open) + MethodUtil.class (not open) + PollingMethodHandler.class (not open) + ResponseBuilder$1.class (not open) + ResponseBuilder$AttachmentBuilder.class (not open) + ResponseBuilder$Body.class (not open) + ResponseBuilder$ByteArrayBuilder.class (not open) + ResponseBuilder$Composite.class (not open) + ResponseBuilder$DataHandlerBuilder.class (not open) + ResponseBuilder$DocLit$PartBuilder.class (not open) + ResponseBuilder$DocLit.class (not open) + ResponseBuilder$Header.class (not open) + ResponseBuilder$ImageBuilder.class (not open) + ResponseBuilder$InputStreamBuilder.class (not open) + ResponseBuilder$JAXBBuilder.class (not open) + ResponseBuilder$None.class (not open) + ResponseBuilder$NullSetter.class (not open) + ResponseBuilder$RpcLit.class (not open) + ResponseBuilder$SourceBuilder.class (not open) + ResponseBuilder$StringBuilder.class (not open) + ResponseBuilder$WrappedPartBuilder.class (not open) + ResponseBuilder.class (not open) + SEIMethodHandler$1.class (not open) + SEIMethodHandler.class (not open) + SEIStub.class (not open) + StubAsyncHandler.class (not open) + StubHandler$1.class (not open) + StubHandler.class (not open) + SyncMethodHandler.class (not open) + ValueGetter$1.class (not open) + ValueGetter$2.class (not open) + ValueGetter.class (not open) + ValueGetterFactory$1.class (not open) + ValueGetterFactory$2.class (not open) + ValueGetterFactory.class (not open) + ValueSetter$1.class (not open) + ValueSetter$AsyncBeanValueSetter.class (not open) + ValueSetter$Param.class (not open) + ValueSetter$ReturnValue.class (not open) + ValueSetter$SingleValue.class (not open) + ValueSetter.class (not open) + ValueSetterFactory$1.class (not open) + ValueSetterFactory$2.class (not open) + ValueSetterFactory$3.class (not open) + ValueSetterFactory$AsyncBeanValueSetterFactory.class (not open) + ValueSetterFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.253 +!MESSAGE Cannot handle com.sun.javafx.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Logging.class (not open) + TempState$1.class (not open) + TempState.class (not open) + Utils.class (not open) + WeakReferenceQueue$1.class (not open) + WeakReferenceQueue$ListEntry.class (not open) + WeakReferenceQueue.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.253 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.transforms.implementations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FuncHere.class (not open) + TransformBase64Decode.class (not open) + TransformC14N.class (not open) + TransformC14N11.class (not open) + TransformC14N11_WithComments.class (not open) + TransformC14NExclusive.class (not open) + TransformC14NExclusiveWithComments.class (not open) + TransformC14NWithComments.class (not open) + TransformEnvelopedSignature$EnvelopedNodeFilter.class (not open) + TransformEnvelopedSignature.class (not open) + TransformXPath$XPathNodeFilter.class (not open) + TransformXPath.class (not open) + TransformXPath2Filter.class (not open) + TransformXPointer.class (not open) + TransformXSLT.class (not open) + XPath2NodeFilter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.253 +!MESSAGE Cannot handle com.sun.java_cup.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.253 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.xni [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Augmentations.class (not open) + NamespaceContext.class (not open) + QName.class (not open) + XMLAttributes.class (not open) + XMLDTDContentModelHandler.class (not open) + XMLDTDHandler.class (not open) + XMLDocumentFragmentHandler.class (not open) + XMLDocumentHandler.class (not open) + XMLLocator.class (not open) + XMLResourceIdentifier.class (not open) + XMLString.class (not open) + XNIException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.254 +!MESSAGE Cannot handle com.sun.xml.internal.ws.fault [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CodeType.class (not open) + DetailType.class (not open) + ExceptionBean$1.class (not open) + ExceptionBean$StackFrame.class (not open) + ExceptionBean.class (not open) + ReasonType.class (not open) + SOAP11Fault.class (not open) + SOAP12Fault.class (not open) + SOAPFaultBuilder$1.class (not open) + SOAPFaultBuilder$2.class (not open) + SOAPFaultBuilder.class (not open) + ServerSOAPFaultException.class (not open) + SubcodeType.class (not open) + TextType.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.254 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.validation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EntityState.class (not open) + ValidationManager.class (not open) + ValidationState.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.254 +!MESSAGE Cannot handle com.sun.swing.internal.plaf.synth.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + synth.class (not open) + synth_de.class (not open) + synth_es.class (not open) + synth_fr.class (not open) + synth_it.class (not open) + synth_ja.class (not open) + synth_ko.class (not open) + synth_pt_BR.class (not open) + synth_sv.class (not open) + synth_zh_CN.class (not open) + synth_zh_HK.class (not open) + synth_zh_TW.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.255 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.hw.d3d.hlsl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.255 +!MESSAGE Cannot handle com.sun.java.accessibility.util.java.awt [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jaccess.jar] + ButtonTranslator.class (not open) + CheckboxTranslator.class (not open) + LabelTranslator.class (not open) + ListTranslator.class (not open) + TextComponentTranslator.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.255 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.dtm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Axis.class (not open) + DTM.class (not open) + DTMAxisIterator.class (not open) + DTMAxisTraverser.class (not open) + DTMConfigurationException.class (not open) + DTMDOMException.class (not open) + DTMException.class (not open) + DTMFilter.class (not open) + DTMIterator.class (not open) + DTMManager$ConfigurationError.class (not open) + DTMManager.class (not open) + DTMWSFilter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.255 +!MESSAGE Cannot handle com.sun.javafx.menu [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CheckMenuItemBase.class (not open) + CustomMenuItemBase.class (not open) + MenuBase.class (not open) + MenuItemBase.class (not open) + RadioMenuItemBase.class (not open) + SeparatorMenuItemBase.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.256 +!MESSAGE Cannot handle com.sun.media.jfxmediaimpl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AudioClipProvider.class (not open) + HostUtils.class (not open) + MarkerStateListener.class (not open) + MediaDisposer$Disposable.class (not open) + MediaDisposer$ResourceDisposer.class (not open) + MediaDisposer$ResourceDisposerRecord.class (not open) + MediaDisposer.class (not open) + MediaPulseTask.class (not open) + MediaUtils.class (not open) + MetadataParserImpl.class (not open) + NativeAudioClip$1.class (not open) + NativeAudioClip$NativeAudioClipDisposer.class (not open) + NativeAudioClip.class (not open) + NativeAudioEqualizer.class (not open) + NativeAudioSpectrum.class (not open) + NativeEqualizerBand.class (not open) + NativeMedia.class (not open) + NativeMediaAudioClip.class (not open) + NativeMediaAudioClipPlayer$Enthreaderator.class (not open) + NativeMediaAudioClipPlayer$SchedulerEntry.class (not open) + NativeMediaAudioClipPlayer.class (not open) + NativeMediaManager$1.class (not open) + NativeMediaManager$NativeMediaManagerInitializer.class (not open) + NativeMediaManager$NativeMediaPlayerDisposer.class (not open) + NativeMediaManager.class (not open) + NativeMediaPlayer$1.class (not open) + NativeMediaPlayer$EventQueueThread.class (not open) + NativeMediaPlayer$FrameSizeChangedEvent.class (not open) + NativeMediaPlayer$MediaErrorEvent.class (not open) + NativeMediaPlayer$PlayerTimeEvent.class (not open) + NativeMediaPlayer$TrackEvent.class (not open) + NativeMediaPlayer$VideoRenderer.class (not open) + NativeMediaPlayer$WarningEvent.class (not open) + NativeMediaPlayer.class (not open) + NativeVideoBuffer$1.class (not open) + NativeVideoBuffer$VideoBufferDisposer.class (not open) + NativeVideoBuffer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.256 +!MESSAGE Cannot handle com.sun.javafx.scene.control.behavior [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AccordionBehavior$AccordionFocusModel$1.class (not open) + AccordionBehavior$AccordionFocusModel$2.class (not open) + AccordionBehavior$AccordionFocusModel.class (not open) + AccordionBehavior.class (not open) + BehaviorBase.class (not open) + ButtonBehavior.class (not open) + CellBehaviorBase.class (not open) + ChoiceBoxBehavior.class (not open) + ColorPickerBehavior.class (not open) + ComboBoxBaseBehavior.class (not open) + ComboBoxListViewBehavior.class (not open) + DateCellBehavior$1.class (not open) + DateCellBehavior.class (not open) + DatePickerBehavior.class (not open) + KeyBinding$1.class (not open) + KeyBinding.class (not open) + ListCellBehavior.class (not open) + ListViewBehavior$1.class (not open) + ListViewBehavior$2.class (not open) + ListViewBehavior$ListViewKeyBinding.class (not open) + ListViewBehavior.class (not open) + MenuButtonBehavior.class (not open) + MenuButtonBehaviorBase.class (not open) + OptionalBoolean.class (not open) + OrientedKeyBinding.class (not open) + PaginationBehavior.class (not open) + PasswordFieldBehavior.class (not open) + ScrollBarBehavior$ScrollBarKeyBinding.class (not open) + ScrollBarBehavior.class (not open) + ScrollPaneBehavior.class (not open) + SliderBehavior$SliderKeyBinding.class (not open) + SliderBehavior.class (not open) + SpinnerBehavior.class (not open) + SplitMenuButtonBehavior.class (not open) + TabPaneBehavior.class (not open) + TableCellBehavior.class (not open) + TableCellBehaviorBase.class (not open) + TableRowBehavior.class (not open) + TableRowBehaviorBase.class (not open) + TableViewBehavior.class (not open) + TableViewBehaviorBase.class (not open) + TextAreaBehavior$1.class (not open) + TextAreaBehavior.class (not open) + TextBinding$MnemonicKeyCombination.class (not open) + TextBinding.class (not open) + TextFieldBehavior$TextInputTypes.class (not open) + TextFieldBehavior.class (not open) + TextInputControlBehavior.class (not open) + TextInputControlBindings.class (not open) + TitledPaneBehavior.class (not open) + ToggleButtonBehavior.class (not open) + ToolBarBehavior.class (not open) + TreeCellBehavior.class (not open) + TreeTableCellBehavior.class (not open) + TreeTableRowBehavior.class (not open) + TreeTableViewBehavior.class (not open) + TreeViewBehavior$1.class (not open) + TreeViewBehavior.class (not open) + TwoLevelFocusBehavior$1.class (not open) + TwoLevelFocusBehavior.class (not open) + TwoLevelFocusComboBehavior$1.class (not open) + TwoLevelFocusComboBehavior.class (not open) + TwoLevelFocusListBehavior$1.class (not open) + TwoLevelFocusListBehavior.class (not open) + TwoLevelFocusPopupBehavior$1.class (not open) + TwoLevelFocusPopupBehavior.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.256 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.dom [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbsoluteIterator.class (not open) + AdaptiveResultTreeImpl.class (not open) + AnyNodeCounter$DefaultAnyNodeCounter.class (not open) + AnyNodeCounter.class (not open) + ArrayNodeListIterator.class (not open) + BitArray.class (not open) + CachedNodeListIterator.class (not open) + ClonedNodeListIterator.class (not open) + CollatorFactoryBase.class (not open) + CurrentNodeListFilter.class (not open) + CurrentNodeListIterator.class (not open) + DOMAdapter.class (not open) + DOMBuilder.class (not open) + DOMWSFilter.class (not open) + DocumentCache$CachedDocument.class (not open) + DocumentCache.class (not open) + DupFilterIterator.class (not open) + EmptyFilter.class (not open) + ExtendedSAX.class (not open) + Filter.class (not open) + FilterIterator.class (not open) + FilteredStepIterator.class (not open) + ForwardPositionIterator.class (not open) + KeyIndex$KeyIndexIterator$KeyIndexHeapNode.class (not open) + KeyIndex$KeyIndexIterator.class (not open) + KeyIndex.class (not open) + LoadDocument.class (not open) + MatchingIterator.class (not open) + MultiDOM$AxisIterator.class (not open) + MultiDOM$NodeValueIterator.class (not open) + MultiDOM.class (not open) + MultiValuedNodeHeapIterator$HeapNode.class (not open) + MultiValuedNodeHeapIterator.class (not open) + MultipleNodeCounter$DefaultMultipleNodeCounter.class (not open) + MultipleNodeCounter.class (not open) + NodeCounter.class (not open) + NodeIteratorBase.class (not open) + NodeSortRecord.class (not open) + NodeSortRecordFactory.class (not open) + NthIterator.class (not open) + SAXImpl$NamespaceAttributeIterator.class (not open) + SAXImpl$NamespaceChildrenIterator.class (not open) + SAXImpl$NamespaceWildcardIterator.class (not open) + SAXImpl$NodeValueIterator.class (not open) + SAXImpl$TypedNamespaceIterator.class (not open) + SAXImpl.class (not open) + SimpleResultTreeImpl$1.class (not open) + SimpleResultTreeImpl$SimpleIterator.class (not open) + SimpleResultTreeImpl$SingletonIterator.class (not open) + SimpleResultTreeImpl.class (not open) + SingleNodeCounter$DefaultSingleNodeCounter.class (not open) + SingleNodeCounter.class (not open) + SingletonIterator.class (not open) + SortSettings.class (not open) + SortingIterator.class (not open) + StepIterator.class (not open) + StripWhitespaceFilter.class (not open) + UnionIterator$LookAheadIterator.class (not open) + UnionIterator.class (not open) + XSLTCDTMManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.257 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.model [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CheckedException.class (not open) + ExceptionType.class (not open) + JavaMethod.class (not open) + MEP.class (not open) + Parameter.class (not open) + ParameterBinding$Kind.class (not open) + ParameterBinding.class (not open) + SEIModel.class (not open) + WSDLOperationMapping.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.257 +!MESSAGE Cannot handle com.sun.image.codec [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.257 +!MESSAGE Cannot handle com.sun.org.apache.xalan [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.258 +!MESSAGE Cannot handle com.sun.corba.se.spi.logging [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CORBALogDomains.class (not open) + LogWrapperBase.class (not open) + LogWrapperFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.258 +!MESSAGE Cannot handle com.sun.media.jfxmediaimpl.platform.gstreamer [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + GSTMedia.class (not open) + GSTMediaPlayer.class (not open) + GSTPlatform.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.258 +!MESSAGE Cannot handle com.sun.xml.internal.ws.transport.http.server [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EndpointImpl$InvokerImpl.class (not open) + EndpointImpl.class (not open) + HttpEndpoint.class (not open) + PortableConnectionImpl.class (not open) + PortableHttpHandler$HttpHandlerRunnable.class (not open) + PortableHttpHandler.class (not open) + ServerAdapter.class (not open) + ServerAdapterList.class (not open) + ServerConnectionImpl$1.class (not open) + ServerConnectionImpl$LWHSInputStream.class (not open) + ServerConnectionImpl.class (not open) + ServerContainer$1.class (not open) + ServerContainer.class (not open) + ServerMgr$ServerState.class (not open) + ServerMgr.class (not open) + WSHttpHandler$HttpHandlerRunnable.class (not open) + WSHttpHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.259 +!MESSAGE Cannot handle com.sun.security.sasl.ntlm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FactoryImpl.class (not open) + NTLMClient.class (not open) + NTLMServer$1.class (not open) + NTLMServer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.259 +!MESSAGE Cannot handle com.sun.imageio.plugins.wbmp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + WBMPImageReader.class (not open) + WBMPImageReaderSpi.class (not open) + WBMPImageWriter.class (not open) + WBMPImageWriterSpi.class (not open) + WBMPMetadata.class (not open) + WBMPMetadataFormat.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.259 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.259 +!MESSAGE Cannot handle com.sun.javafx.font.coretext [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CGAffineTransform.class (not open) + CGPoint.class (not open) + CGRect.class (not open) + CGSize.class (not open) + CTFactory.class (not open) + CTFontFile.class (not open) + CTFontStrike.class (not open) + CTGlyph.class (not open) + CTGlyphLayout.class (not open) + CTStrikeDisposer.class (not open) + OS.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.260 +!MESSAGE Cannot handle com.sun.javafx.scene.control.skin.caspian.images [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.260 +!MESSAGE Cannot handle com.sun.xml.internal.ws.message.stream [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + OutboundStreamHeader$Attribute.class (not open) + OutboundStreamHeader.class (not open) + PayloadStreamReaderMessage.class (not open) + StreamAttachment.class (not open) + StreamHeader$Attribute.class (not open) + StreamHeader.class (not open) + StreamHeader11.class (not open) + StreamHeader12.class (not open) + StreamMessage$1.class (not open) + StreamMessage$2.class (not open) + StreamMessage$StreamHeaderDecoder.class (not open) + StreamMessage.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.260 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.state [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AccessHelper$StateAccessor.class (not open) + AccessHelper.class (not open) + BoxBlurState.class (not open) + BoxRenderState$1.class (not open) + BoxRenderState.class (not open) + BoxShadowState.class (not open) + GaussianBlurState.class (not open) + GaussianRenderState.class (not open) + GaussianShadowState.class (not open) + HVSeparableKernel.class (not open) + LinearConvolveKernel.class (not open) + LinearConvolveRenderState$PassType.class (not open) + LinearConvolveRenderState.class (not open) + MotionBlurState.class (not open) + PerspectiveTransformState.class (not open) + RenderState$1.class (not open) + RenderState$2.class (not open) + RenderState$3.class (not open) + RenderState$EffectCoordinateSpace.class (not open) + RenderState.class (not open) + ZoomRadialBlurState.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.261 +!MESSAGE Cannot handle com.sun.deploy.uitoolkit.impl.fx.ui [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CertificateDialog$1.class (not open) + CertificateDialog$2.class (not open) + CertificateDialog$3.class (not open) + CertificateDialog$4.class (not open) + CertificateDialog$5.class (not open) + CertificateDialog$CertificateInfo.class (not open) + CertificateDialog$Row.class (not open) + CertificateDialog.class (not open) + DialogTemplate$1.class (not open) + DialogTemplate$10.class (not open) + DialogTemplate$11.class (not open) + DialogTemplate$12.class (not open) + DialogTemplate$13.class (not open) + DialogTemplate$14.class (not open) + DialogTemplate$15.class (not open) + DialogTemplate$16.class (not open) + DialogTemplate$17.class (not open) + DialogTemplate$18.class (not open) + DialogTemplate$2.class (not open) + DialogTemplate$3.class (not open) + DialogTemplate$4.class (not open) + DialogTemplate$5.class (not open) + DialogTemplate$6.class (not open) + DialogTemplate$7.class (not open) + DialogTemplate$8.class (not open) + DialogTemplate$9.class (not open) + DialogTemplate$SSVChoicePanel.class (not open) + DialogTemplate.class (not open) + ErrorPane$1.class (not open) + ErrorPane.class (not open) + FXAboutDialog$1.class (not open) + FXAboutDialog$2.class (not open) + FXAboutDialog.class (not open) + FXAppContext.class (not open) + FXConsole$1.class (not open) + FXConsole$2$1.class (not open) + FXConsole$2$2.class (not open) + FXConsole$2$3.class (not open) + FXConsole$2$4.class (not open) + FXConsole$2.class (not open) + FXConsole$3.class (not open) + FXConsole$4.class (not open) + FXConsole$5.class (not open) + FXConsole$6.class (not open) + FXConsole.class (not open) + FXDefaultPreloader$1.class (not open) + FXDefaultPreloader$CSSProperties$1.class (not open) + FXDefaultPreloader$CSSProperties$2.class (not open) + FXDefaultPreloader$CSSProperties.class (not open) + FXDefaultPreloader$FXPreloaderPane$1.class (not open) + FXDefaultPreloader$FXPreloaderPane$2.class (not open) + FXDefaultPreloader$FXPreloaderPane.class (not open) + FXDefaultPreloader$FXPreloaderScene.class (not open) + FXDefaultPreloader$FadeOutFinisher.class (not open) + FXDefaultPreloader.class (not open) + FXDialog$1.class (not open) + FXDialog$10.class (not open) + FXDialog$11.class (not open) + FXDialog$2.class (not open) + FXDialog$3.class (not open) + FXDialog$4.class (not open) + FXDialog$5.class (not open) + FXDialog$6.class (not open) + FXDialog$7.class (not open) + FXDialog$8.class (not open) + FXDialog$9.class (not open) + FXDialog$WindowButton.class (not open) + FXDialog.class (not open) + FXMessageDialog$1.class (not open) + FXMessageDialog$DialogEventHandler.class (not open) + FXMessageDialog.class (not open) + FXModalityHelper.class (not open) + FXSSV3Dialog$1.class (not open) + FXSSV3Dialog$2.class (not open) + FXSSV3Dialog$3.class (not open) + FXSSV3Dialog$4.class (not open) + FXSSV3Dialog$5.class (not open) + FXSSV3Dialog$6.class (not open) + FXSSV3Dialog$7.class (not open) + FXSSV3Dialog.class (not open) + FXSecurityDialog$1.class (not open) + FXSecurityDialog$2.class (not open) + FXSecurityDialog$DialogEventHandler.class (not open) + FXSecurityDialog.class (not open) + FXUIFactory$1.class (not open) + FXUIFactory$10.class (not open) + FXUIFactory$11.class (not open) + FXUIFactory$12.class (not open) + FXUIFactory$13.class (not open) + FXUIFactory$14.class (not open) + FXUIFactory$15.class (not open) + FXUIFactory$16.class (not open) + FXUIFactory$17.class (not open) + FXUIFactory$18.class (not open) + FXUIFactory$19.class (not open) + FXUIFactory$2.class (not open) + FXUIFactory$20.class (not open) + FXUIFactory$21.class (not open) + FXUIFactory$3.class (not open) + FXUIFactory$4.class (not open) + FXUIFactory$5.class (not open) + FXUIFactory$6.class (not open) + FXUIFactory$7.class (not open) + FXUIFactory$8.class (not open) + FXUIFactory$9.class (not open) + FXUIFactory.class (not open) + MixedCodeInSwing$Helper$1.class (not open) + MixedCodeInSwing$Helper.class (not open) + MixedCodeInSwing.class (not open) + MoreInfoDialog$1.class (not open) + MoreInfoDialog$2.class (not open) + MoreInfoDialog.class (not open) + UITextArea.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.261 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.resource [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.261 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.keys.content.keyvalues [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DSAKeyValue.class (not open) + KeyValueContent.class (not open) + RSAKeyValue.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.261 +!MESSAGE Cannot handle com.sun.corba.se.impl.javax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.262 +!MESSAGE Cannot handle com.sun.javafx.media [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + PrismMediaFrameHandler$1.class (not open) + PrismMediaFrameHandler$PrismFrameBuffer.class (not open) + PrismMediaFrameHandler$TextureMapEntry.class (not open) + PrismMediaFrameHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.262 +!MESSAGE Cannot handle com.sun.scenario.animation.shared [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AnimationAccessor.class (not open) + ClipEnvelope.class (not open) + ClipInterpolator.class (not open) + FiniteClipEnvelope.class (not open) + GeneralClipInterpolator.class (not open) + InfiniteClipEnvelope.class (not open) + InterpolationInterval$1.class (not open) + InterpolationInterval$BooleanInterpolationInterval.class (not open) + InterpolationInterval$DoubleInterpolationInterval.class (not open) + InterpolationInterval$FloatInterpolationInterval.class (not open) + InterpolationInterval$IntegerInterpolationInterval.class (not open) + InterpolationInterval$LongInterpolationInterval.class (not open) + InterpolationInterval$ObjectInterpolationInterval.class (not open) + InterpolationInterval$TangentDoubleInterpolationInterval.class (not open) + InterpolationInterval$TangentFloatInterpolationInterval.class (not open) + InterpolationInterval$TangentIntegerInterpolationInterval.class (not open) + InterpolationInterval$TangentInterpolationInterval.class (not open) + InterpolationInterval$TangentLongInterpolationInterval.class (not open) + InterpolationInterval.class (not open) + PulseReceiver.class (not open) + SimpleClipInterpolator.class (not open) + SingleLoopClipEnvelope.class (not open) + TimelineClipCore.class (not open) + TimerReceiver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.262 +!MESSAGE Cannot handle com.sun.jmx.remote.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ArrayNotificationBuffer$1.class (not open) + ArrayNotificationBuffer$2.class (not open) + ArrayNotificationBuffer$3.class (not open) + ArrayNotificationBuffer$4.class (not open) + ArrayNotificationBuffer$5.class (not open) + ArrayNotificationBuffer$BroadcasterQuery.class (not open) + ArrayNotificationBuffer$BufferListener.class (not open) + ArrayNotificationBuffer$NamedNotification.class (not open) + ArrayNotificationBuffer$ShareBuffer.class (not open) + ArrayNotificationBuffer.class (not open) + ArrayQueue.class (not open) + ClientCommunicatorAdmin$1.class (not open) + ClientCommunicatorAdmin$Checker.class (not open) + ClientCommunicatorAdmin.class (not open) + ClientListenerInfo.class (not open) + ClientNotifForwarder$1.class (not open) + ClientNotifForwarder$LinearExecutor$1.class (not open) + ClientNotifForwarder$LinearExecutor.class (not open) + ClientNotifForwarder$NotifFetcher$1.class (not open) + ClientNotifForwarder$NotifFetcher.class (not open) + ClientNotifForwarder.class (not open) + IIOPHelper$1.class (not open) + IIOPHelper.class (not open) + IIOPProxy.class (not open) + NotificationBuffer.class (not open) + NotificationBufferFilter.class (not open) + ProxyRef.class (not open) + RMIExporter.class (not open) + ServerCommunicatorAdmin$1.class (not open) + ServerCommunicatorAdmin$Timeout.class (not open) + ServerCommunicatorAdmin.class (not open) + ServerNotifForwarder$1.class (not open) + ServerNotifForwarder$2.class (not open) + ServerNotifForwarder$IdAndFilter.class (not open) + ServerNotifForwarder$NotifForwarderBufferFilter.class (not open) + ServerNotifForwarder.class (not open) + Unmarshal.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.263 +!MESSAGE Cannot handle com.sun.xml.internal.bind.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttributesImpl.class (not open) + SecureLoader$1.class (not open) + SecureLoader$2.class (not open) + SecureLoader$3.class (not open) + SecureLoader.class (not open) + ValidationEventLocatorExImpl.class (not open) + Which.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.263 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.tools [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FI_DOM_Or_XML_DOM_SAX_SAXEvent.class (not open) + FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.class (not open) + FI_SAX_Or_XML_SAX_SAXEvent.class (not open) + FI_SAX_XML.class (not open) + FI_StAX_SAX_Or_XML_SAX_SAXEvent.class (not open) + PrintTable.class (not open) + SAX2StAXWriter.class (not open) + SAXEventSerializer$AttributeValueHolder.class (not open) + SAXEventSerializer.class (not open) + StAX2SAXReader.class (not open) + TransformInputOutput$1.class (not open) + TransformInputOutput.class (not open) + VocabularyGenerator.class (not open) + XML_DOM_FI.class (not open) + XML_DOM_SAX_FI.class (not open) + XML_SAX_FI.class (not open) + XML_SAX_StAX_FI.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.263 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.handler [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + MessageHandler.class (not open) + MessageHandlerContext.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.264 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.message.stream [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + InputStreamMessage.class (not open) + StreamBasedMessage.class (not open) + XMLStreamReaderMessage.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.264 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.io [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ASCIIReader.class (not open) + MalformedByteSequenceException.class (not open) + UCSReader.class (not open) + UTF8Reader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.264 +!MESSAGE Cannot handle com.sun.xml.internal.ws.config [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.264 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.dv.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Base64.class (not open) + ByteListImpl.class (not open) + HexBin.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.265 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.resolver.tools [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CatalogResolver.class (not open) + ResolvingParser.class (not open) + ResolvingXMLFilter.class (not open) + ResolvingXMLReader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.265 +!MESSAGE Cannot handle com.sun.xml.internal.ws.protocol [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.265 +!MESSAGE Cannot handle com.sun.xml.internal.txw2 [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Attribute.class (not open) + Cdata.class (not open) + Comment.class (not open) + ContainerElement.class (not open) + Content.class (not open) + ContentVisitor.class (not open) + DatatypeWriter$1$1.class (not open) + DatatypeWriter$1$2.class (not open) + DatatypeWriter$1$3.class (not open) + DatatypeWriter$1$4.class (not open) + DatatypeWriter$1$5.class (not open) + DatatypeWriter$1.class (not open) + DatatypeWriter.class (not open) + Document$1.class (not open) + Document.class (not open) + EndDocument.class (not open) + EndTag.class (not open) + IllegalAnnotationException.class (not open) + IllegalSignatureException.class (not open) + NamespaceDecl.class (not open) + NamespaceResolver.class (not open) + NamespaceSupport$Context.class (not open) + NamespaceSupport.class (not open) + Pcdata.class (not open) + StartDocument.class (not open) + StartTag.class (not open) + TXW.class (not open) + Text.class (not open) + TxwException.class (not open) + TypedXmlWriter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.266 +!MESSAGE Cannot handle com.oracle.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Checksums.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.266 +!MESSAGE Cannot handle com.sun.org.omg.CORBA.portable [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ValueHelper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.266 +!MESSAGE Cannot handle com.sun.imageio.stream [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CloseableDisposerRecord.class (not open) + StreamCloser$1.class (not open) + StreamCloser$2.class (not open) + StreamCloser$CloseAction.class (not open) + StreamCloser.class (not open) + StreamFinalizer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.266 +!MESSAGE Cannot handle com.sun.corba.se.pept.transport [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Acceptor.class (not open) + ByteBufferPool.class (not open) + Connection.class (not open) + ConnectionCache.class (not open) + ContactInfo.class (not open) + ContactInfoList.class (not open) + ContactInfoListIterator.class (not open) + EventHandler.class (not open) + InboundConnectionCache.class (not open) + ListenerThread.class (not open) + OutboundConnectionCache.class (not open) + ReaderThread.class (not open) + ResponseWaitingRoom.class (not open) + Selector.class (not open) + TransportManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.267 +!MESSAGE Cannot handle com.sun.corba.se.impl.activation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CommandHandler.class (not open) + GetServerID.class (not open) + Help.class (not open) + ListActiveServers.class (not open) + ListAliases.class (not open) + ListORBs.class (not open) + ListServers.class (not open) + LocateServer.class (not open) + LocateServerForORB.class (not open) + NameServiceStartThread.class (not open) + ORBD.class (not open) + ProcessMonitorThread.class (not open) + Quit.class (not open) + RegisterServer.class (not open) + RepositoryImpl$DBServerDef.class (not open) + RepositoryImpl$RepositoryDB.class (not open) + RepositoryImpl.class (not open) + ServerCallback.class (not open) + ServerMain.class (not open) + ServerManagerImpl.class (not open) + ServerTableEntry.class (not open) + ServerTool.class (not open) + ShutdownServer.class (not open) + StartServer.class (not open) + UnRegisterServer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.267 +!MESSAGE Cannot handle com.sun.xml.internal.ws.assembler.jaxws [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AddressingTubeFactory.class (not open) + BasicTransportTubeFactory.class (not open) + HandlerTubeFactory.class (not open) + MonitoringTubeFactory.class (not open) + MustUnderstandTubeFactory.class (not open) + TerminalTubeFactory.class (not open) + ValidationTubeFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.267 +!MESSAGE Cannot handle com.sun.crypto [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\sunjce_provider.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.268 +!MESSAGE Cannot handle com.sun.corba.se [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.268 +!MESSAGE Cannot handle com.sun.corba.se.spi.orb [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + DataCollector.class (not open) + ORB$1.class (not open) + ORB$2.class (not open) + ORB$Holder.class (not open) + ORB.class (not open) + ORBConfigurator.class (not open) + ORBData.class (not open) + ORBVersion.class (not open) + ORBVersionFactory.class (not open) + Operation.class (not open) + OperationFactory$1.class (not open) + OperationFactory$BooleanAction.class (not open) + OperationFactory$ClassAction.class (not open) + OperationFactory$ComposeAction.class (not open) + OperationFactory$ConvertIntegerToShort.class (not open) + OperationFactory$IdentityAction.class (not open) + OperationFactory$IndexAction.class (not open) + OperationFactory$IntegerAction.class (not open) + OperationFactory$IntegerRangeAction.class (not open) + OperationFactory$ListAction.class (not open) + OperationFactory$MapAction.class (not open) + OperationFactory$MapSequenceAction.class (not open) + OperationFactory$MaskErrorAction.class (not open) + OperationFactory$OperationBase.class (not open) + OperationFactory$SequenceAction.class (not open) + OperationFactory$SetFlagAction.class (not open) + OperationFactory$StringAction.class (not open) + OperationFactory$SuffixAction.class (not open) + OperationFactory$URLAction.class (not open) + OperationFactory$ValueAction.class (not open) + OperationFactory.class (not open) + ParserData.class (not open) + ParserDataFactory.class (not open) + ParserImplBase$1.class (not open) + ParserImplBase.class (not open) + ParserImplTableBase$FieldMap$1$1.class (not open) + ParserImplTableBase$FieldMap$1.class (not open) + ParserImplTableBase$FieldMap.class (not open) + ParserImplTableBase$MapEntry.class (not open) + ParserImplTableBase.class (not open) + PropertyParser.class (not open) + StringPair.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.268 +!MESSAGE Cannot handle com.sun.java.swing.plaf.windows [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.269 +!MESSAGE Cannot handle com.sun.corba.se.impl.monitoring [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + MonitoredAttributeInfoFactoryImpl.class (not open) + MonitoredAttributeInfoImpl.class (not open) + MonitoredObjectFactoryImpl.class (not open) + MonitoredObjectImpl.class (not open) + MonitoringManagerFactoryImpl.class (not open) + MonitoringManagerImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.269 +!MESSAGE Cannot handle com.sun.jndi.rmi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.269 +!MESSAGE Cannot handle com.sun.rowset.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BaseRow.class (not open) + CachedRowSetReader.class (not open) + CachedRowSetWriter.class (not open) + InsertRow.class (not open) + Row.class (not open) + SyncResolverImpl.class (not open) + WebRowSetXmlReader.class (not open) + WebRowSetXmlWriter.class (not open) + XmlErrorHandler.class (not open) + XmlReaderContentHandler.class (not open) + XmlResolver.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.270 +!MESSAGE Cannot handle com.sun.corba.se.spi.extension [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CopyObjectPolicy.class (not open) + RequestPartitioningPolicy.class (not open) + ServantCachingPolicy.class (not open) + ZeroPortPolicy.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.270 +!MESSAGE Cannot handle com.sun.java.util.jar.pack [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.270 +!MESSAGE Cannot handle com.sun.org.apache.regexp [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.270 +!MESSAGE Cannot handle com.sun.org.apache.xalan.internal.xsltc.cmdline.getopt [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + GetOpt$Option.class (not open) + GetOpt$OptionMatcher.class (not open) + GetOpt.class (not open) + GetOptsException.class (not open) + IllegalArgumentException.class (not open) + MissingOptArgException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.271 +!MESSAGE Cannot handle com.sun.media.sound [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractDataLine.class (not open) + AbstractLine.class (not open) + AbstractMidiDevice$AbstractReceiver.class (not open) + AbstractMidiDevice$BasicTransmitter.class (not open) + AbstractMidiDevice$TransmitterList.class (not open) + AbstractMidiDevice.class (not open) + AbstractMidiDeviceProvider$Info.class (not open) + AbstractMidiDeviceProvider.class (not open) + AbstractMixer.class (not open) + AiffFileFormat.class (not open) + AiffFileReader.class (not open) + AiffFileWriter.class (not open) + AlawCodec$AlawCodecStream.class (not open) + AlawCodec.class (not open) + AuFileFormat.class (not open) + AuFileReader.class (not open) + AuFileWriter.class (not open) + AudioFileSoundbankReader.class (not open) + AudioFloatConverter$1.class (not open) + AudioFloatConverter$AudioFloatConversion16SB.class (not open) + AudioFloatConverter$AudioFloatConversion16SL.class (not open) + AudioFloatConverter$AudioFloatConversion16UB.class (not open) + AudioFloatConverter$AudioFloatConversion16UL.class (not open) + AudioFloatConverter$AudioFloatConversion24SB.class (not open) + AudioFloatConverter$AudioFloatConversion24SL.class (not open) + AudioFloatConverter$AudioFloatConversion24UB.class (not open) + AudioFloatConverter$AudioFloatConversion24UL.class (not open) + AudioFloatConverter$AudioFloatConversion32B.class (not open) + AudioFloatConverter$AudioFloatConversion32L.class (not open) + AudioFloatConverter$AudioFloatConversion32SB.class (not open) + AudioFloatConverter$AudioFloatConversion32SL.class (not open) + AudioFloatConverter$AudioFloatConversion32UB.class (not open) + AudioFloatConverter$AudioFloatConversion32UL.class (not open) + AudioFloatConverter$AudioFloatConversion32xSB.class (not open) + AudioFloatConverter$AudioFloatConversion32xSL.class (not open) + AudioFloatConverter$AudioFloatConversion32xUB.class (not open) + AudioFloatConverter$AudioFloatConversion32xUL.class (not open) + AudioFloatConverter$AudioFloatConversion64B.class (not open) + AudioFloatConverter$AudioFloatConversion64L.class (not open) + AudioFloatConverter$AudioFloatConversion8S.class (not open) + AudioFloatConverter$AudioFloatConversion8U.class (not open) + AudioFloatConverter$AudioFloatLSBFilter.class (not open) + AudioFloatConverter.class (not open) + AudioFloatFormatConverter$AudioFloatFormatConverterInputStream.class (not open) + AudioFloatFormatConverter$AudioFloatInputStreamChannelMixer.class (not open) + AudioFloatFormatConverter$AudioFloatInputStreamResampler.class (not open) + AudioFloatFormatConverter.class (not open) + AudioFloatInputStream$BytaArrayAudioFloatInputStream.class (not open) + AudioFloatInputStream$DirectAudioFloatInputStream.class (not open) + AudioFloatInputStream.class (not open) + AudioSynthesizer.class (not open) + AudioSynthesizerPropertyInfo.class (not open) + AutoClosingClip.class (not open) + AutoConnectSequencer.class (not open) + DLSInfo.class (not open) + DLSInstrument.class (not open) + DLSModulator.class (not open) + DLSRegion.class (not open) + DLSSample.class (not open) + DLSSampleLoop.class (not open) + DLSSampleOptions.class (not open) + DLSSoundbank$DLSID.class (not open) + DLSSoundbank.class (not open) + DLSSoundbankReader.class (not open) + DataPusher.class (not open) + DirectAudioDevice$1.class (not open) + DirectAudioDevice$DirectBAOS.class (not open) + DirectAudioDevice$DirectClip.class (not open) + DirectAudioDevice$DirectDL$Balance.class (not open) + DirectAudioDevice$DirectDL$Gain.class (not open) + DirectAudioDevice$DirectDL$Mute.class (not open) + DirectAudioDevice$DirectDL$Pan.class (not open) + DirectAudioDevice$DirectDL.class (not open) + DirectAudioDevice$DirectDLI.class (not open) + DirectAudioDevice$DirectSDL.class (not open) + DirectAudioDevice$DirectTDL.class (not open) + DirectAudioDevice.class (not open) + DirectAudioDeviceProvider$DirectAudioDeviceInfo.class (not open) + DirectAudioDeviceProvider.class (not open) + EmergencySoundbank.class (not open) + EventDispatcher$ClipInfo.class (not open) + EventDispatcher$EventInfo.class (not open) + EventDispatcher$LineMonitor.class (not open) + EventDispatcher.class (not open) + FFT.class (not open) + FastShortMessage.class (not open) + FastSysexMessage.class (not open) + InvalidDataException.class (not open) + InvalidFormatException.class (not open) + JARSoundbankReader.class (not open) + JDK13Services.class (not open) + JSSecurityManager$1.class (not open) + JSSecurityManager$2.class (not open) + JSSecurityManager$3.class (not open) + JSSecurityManager.class (not open) + JavaSoundAudioClip$DirectBAOS.class (not open) + JavaSoundAudioClip.class (not open) + MidiDeviceReceiverEnvelope.class (not open) + MidiDeviceTransmitterEnvelope.class (not open) + MidiInDevice$1.class (not open) + MidiInDevice$MidiInTransmitter.class (not open) + MidiInDevice.class (not open) + MidiInDeviceProvider$1.class (not open) + MidiInDeviceProvider$MidiInDeviceInfo.class (not open) + MidiInDeviceProvider.class (not open) + MidiOutDevice$MidiOutReceiver.class (not open) + MidiOutDevice.class (not open) + MidiOutDeviceProvider$1.class (not open) + MidiOutDeviceProvider$MidiOutDeviceInfo.class (not open) + MidiOutDeviceProvider.class (not open) + MidiUtils$TempoCache.class (not open) + MidiUtils.class (not open) + ModelAbstractChannelMixer.class (not open) + ModelAbstractOscillator.class (not open) + ModelByteBuffer$RandomFileInputStream.class (not open) + ModelByteBuffer.class (not open) + ModelByteBufferWavetable$Buffer8PlusInputStream.class (not open) + ModelByteBufferWavetable.class (not open) + ModelChannelMixer.class (not open) + ModelConnectionBlock.class (not open) + ModelDestination.class (not open) + ModelDirectedPlayer.class (not open) + ModelDirector.class (not open) + ModelIdentifier.class (not open) + ModelInstrument.class (not open) + ModelInstrumentComparator.class (not open) + ModelMappedInstrument.class (not open) + ModelOscillator.class (not open) + ModelOscillatorStream.class (not open) + ModelPatch.class (not open) + ModelPerformer.class (not open) + ModelSource.class (not open) + ModelStandardDirector.class (not open) + ModelStandardIndexedDirector.class (not open) + ModelStandardTransform.class (not open) + ModelTransform.class (not open) + ModelWavetable.class (not open) + PCMtoPCMCodec$PCMtoPCMCodecStream.class (not open) + PCMtoPCMCodec.class (not open) + Platform.class (not open) + PortMixer$1.class (not open) + PortMixer$BoolCtrl$BCT.class (not open) + PortMixer$BoolCtrl.class (not open) + PortMixer$CompCtrl$CCT.class (not open) + PortMixer$CompCtrl.class (not open) + PortMixer$FloatCtrl$FCT.class (not open) + PortMixer$FloatCtrl.class (not open) + PortMixer$PortInfo.class (not open) + PortMixer$PortMixerPort.class (not open) + PortMixer.class (not open) + PortMixerProvider$PortMixerInfo.class (not open) + PortMixerProvider.class (not open) + Printer.class (not open) + RIFFInvalidDataException.class (not open) + RIFFInvalidFormatException.class (not open) + RIFFReader.class (not open) + RIFFWriter$RandomAccessByteWriter.class (not open) + RIFFWriter$RandomAccessFileWriter.class (not open) + RIFFWriter$RandomAccessWriter.class (not open) + RIFFWriter.class (not open) + RealTimeSequencer$1.class (not open) + RealTimeSequencer$ControllerListElement.class (not open) + RealTimeSequencer$DataPump.class (not open) + RealTimeSequencer$PlayThread.class (not open) + RealTimeSequencer$RealTimeSequencerInfo.class (not open) + RealTimeSequencer$RecordingTrack.class (not open) + RealTimeSequencer$SequencerReceiver.class (not open) + RealTimeSequencer$SequencerTransmitter.class (not open) + RealTimeSequencer.class (not open) + RealTimeSequencerProvider.class (not open) + ReferenceCountingDevice.class (not open) + SF2GlobalRegion.class (not open) + SF2Instrument$1.class (not open) + SF2Instrument.class (not open) + SF2InstrumentRegion.class (not open) + SF2Layer.class (not open) + SF2LayerRegion.class (not open) + SF2Modulator.class (not open) + SF2Region.class (not open) + SF2Sample.class (not open) + SF2Soundbank.class (not open) + SF2SoundbankReader.class (not open) + SMFParser.class (not open) + SimpleInstrument$1.class (not open) + SimpleInstrument$SimpleInstrumentPart.class (not open) + SimpleInstrument.class (not open) + SimpleSoundbank.class (not open) + SoftAbstractResampler$ModelAbstractResamplerStream.class (not open) + SoftAbstractResampler.class (not open) + SoftAudioBuffer.class (not open) + SoftAudioProcessor.class (not open) + SoftAudioPusher.class (not open) + SoftChannel$1.class (not open) + SoftChannel$2.class (not open) + SoftChannel$3.class (not open) + SoftChannel$4.class (not open) + SoftChannel$5.class (not open) + SoftChannel$MidiControlObject.class (not open) + SoftChannel.class (not open) + SoftChannelProxy.class (not open) + SoftChorus$LFODelay.class (not open) + SoftChorus$VariableDelay.class (not open) + SoftChorus.class (not open) + SoftControl.class (not open) + SoftCubicResampler.class (not open) + SoftEnvelopeGenerator.class (not open) + SoftFilter.class (not open) + SoftInstrument.class (not open) + SoftJitterCorrector$JitterStream$1.class (not open) + SoftJitterCorrector$JitterStream.class (not open) + SoftJitterCorrector.class (not open) + SoftLanczosResampler.class (not open) + SoftLimiter.class (not open) + SoftLinearResampler.class (not open) + SoftLinearResampler2.class (not open) + SoftLowFrequencyOscillator.class (not open) + SoftMainMixer$1.class (not open) + SoftMainMixer$2.class (not open) + SoftMainMixer$SoftChannelMixerContainer.class (not open) + SoftMainMixer.class (not open) + SoftMidiAudioFileReader.class (not open) + SoftMixingClip$1.class (not open) + SoftMixingClip.class (not open) + SoftMixingDataLine$1.class (not open) + SoftMixingDataLine$ApplyReverb.class (not open) + SoftMixingDataLine$AudioFloatInputStreamResampler.class (not open) + SoftMixingDataLine$Balance.class (not open) + SoftMixingDataLine$ChorusSend.class (not open) + SoftMixingDataLine$Gain.class (not open) + SoftMixingDataLine$Mute.class (not open) + SoftMixingDataLine$Pan.class (not open) + SoftMixingDataLine$ReverbSend.class (not open) + SoftMixingDataLine.class (not open) + SoftMixingMainMixer$1.class (not open) + SoftMixingMainMixer.class (not open) + SoftMixingMixer$Info.class (not open) + SoftMixingMixer.class (not open) + SoftMixingMixerProvider.class (not open) + SoftMixingSourceDataLine$1.class (not open) + SoftMixingSourceDataLine$NonBlockingFloatInputStream.class (not open) + SoftMixingSourceDataLine.class (not open) + SoftPerformer$1.class (not open) + SoftPerformer$2.class (not open) + SoftPerformer$KeySortComparator.class (not open) + SoftPerformer.class (not open) + SoftPointResampler.class (not open) + SoftProcess.class (not open) + SoftProvider.class (not open) + SoftReceiver.class (not open) + SoftResampler.class (not open) + SoftResamplerStreamer.class (not open) + SoftReverb$AllPass.class (not open) + SoftReverb$Comb.class (not open) + SoftReverb$Delay.class (not open) + SoftReverb.class (not open) + SoftShortMessage.class (not open) + SoftSincResampler.class (not open) + SoftSynthesizer$1.class (not open) + SoftSynthesizer$2.class (not open) + SoftSynthesizer$3.class (not open) + SoftSynthesizer$Info.class (not open) + SoftSynthesizer$WeakAudioStream$1.class (not open) + SoftSynthesizer$WeakAudioStream.class (not open) + SoftSynthesizer.class (not open) + SoftTuning.class (not open) + SoftVoice$1.class (not open) + SoftVoice$2.class (not open) + SoftVoice$3.class (not open) + SoftVoice$4.class (not open) + SoftVoice.class (not open) + StandardMidiFileReader.class (not open) + StandardMidiFileWriter.class (not open) + SunCodec.class (not open) + SunFileReader.class (not open) + SunFileWriter$NoCloseInputStream.class (not open) + SunFileWriter.class (not open) + Toolkit.class (not open) + UlawCodec$UlawCodecStream.class (not open) + UlawCodec.class (not open) + WaveExtensibleFileReader$GUID.class (not open) + WaveExtensibleFileReader.class (not open) + WaveFileFormat.class (not open) + WaveFileReader.class (not open) + WaveFileWriter.class (not open) + WaveFloatFileReader.class (not open) + WaveFloatFileWriter$NoCloseOutputStream.class (not open) + WaveFloatFileWriter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.271 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.org [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.272 +!MESSAGE Cannot handle com.sun.nio.file [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ExtendedCopyOption.class (not open) + ExtendedOpenOption.class (not open) + ExtendedWatchEventModifier.class (not open) + SensitivityWatchEventModifier.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.272 +!MESSAGE Cannot handle com.sun.javafx.scene.text [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + GlyphList.class (not open) + HitInfo.class (not open) + TextLayout.class (not open) + TextLayoutFactory.class (not open) + TextLine.class (not open) + TextSpan.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.272 +!MESSAGE Cannot handle com.sun.media.jfxmedia.locator [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ConnectionHolder$FileConnectionHolder.class (not open) + ConnectionHolder$MemoryConnectionHolder$1.class (not open) + ConnectionHolder$MemoryConnectionHolder.class (not open) + ConnectionHolder$URIConnectionHolder.class (not open) + ConnectionHolder.class (not open) + HLSConnectionHolder$1.class (not open) + HLSConnectionHolder$Playlist.class (not open) + HLSConnectionHolder$PlaylistParser.class (not open) + HLSConnectionHolder$PlaylistThread.class (not open) + HLSConnectionHolder$VariantPlaylist.class (not open) + HLSConnectionHolder.class (not open) + Locator$1.class (not open) + Locator$LocatorConnection.class (not open) + Locator.class (not open) + LocatorCache$1.class (not open) + LocatorCache$CacheDisposer.class (not open) + LocatorCache$CacheInitializer.class (not open) + LocatorCache$CacheReference.class + class CacheReference + LocatorCache.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.273 +!MESSAGE Cannot handle com.sun.xml.internal.org.jvnet.fastinfoset.sax.helpers [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EncodingAlgorithmAttributesImpl.class (not open) + FastInfosetDefaultHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.273 +!MESSAGE Cannot handle com.sun.imageio.plugins.gif [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + GIFImageMetadata.class (not open) + GIFImageMetadataFormat.class (not open) + GIFImageMetadataFormatResources.class (not open) + GIFImageReader.class (not open) + GIFImageReaderSpi.class (not open) + GIFImageWriteParam.class (not open) + GIFImageWriter.class (not open) + GIFImageWriterSpi.class (not open) + GIFMetadata.class (not open) + GIFStreamMetadata.class (not open) + GIFStreamMetadataFormat.class (not open) + GIFStreamMetadataFormatResources.class (not open) + GIFWritableImageMetadata.class (not open) + GIFWritableStreamMetadata.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.273 +!MESSAGE Cannot handle com.sun.javafx.fxml.builder [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + JavaFXFontBuilder.class (not open) + JavaFXImageBuilder.class (not open) + JavaFXSceneBuilder.class (not open) + ProxyBuilder$1.class (not open) + ProxyBuilder$AnnotationValue.class (not open) + ProxyBuilder$ArrayListWrapper.class (not open) + ProxyBuilder$Getter.class (not open) + ProxyBuilder$Property.class (not open) + ProxyBuilder$Setter.class (not open) + ProxyBuilder.class (not open) + TriangleMeshBuilder.class (not open) + URLBuilder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.274 +!MESSAGE Cannot handle com.sun.corba.se.impl.oa.poa [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AOMEntry$1.class (not open) + AOMEntry$2.class (not open) + AOMEntry$3.class (not open) + AOMEntry$4.class (not open) + AOMEntry$5.class (not open) + AOMEntry$6.class (not open) + AOMEntry$7.class (not open) + AOMEntry$CounterGuard.class (not open) + AOMEntry.class + class AOMEntry + ActiveObjectMap$Key.class (not open) + ActiveObjectMap.class (not open) + BadServerIdHandler.class (not open) + DelegateImpl.class (not open) + IdAssignmentPolicyImpl.class (not open) + IdUniquenessPolicyImpl.class (not open) + ImplicitActivationPolicyImpl.class (not open) + LifespanPolicyImpl.class (not open) + MultipleObjectMap.class (not open) + POACurrent.class (not open) + POAFactory$1.class (not open) + POAFactory.class (not open) + POAImpl$1.class (not open) + POAImpl$DestroyThread.class (not open) + POAImpl.class + class POAImpl + POAManagerImpl$POAManagerDeactivator.class (not open) + POAManagerImpl.class + class POAManagerImpl + POAPolicyMediator.class (not open) + POAPolicyMediatorBase.class (not open) + POAPolicyMediatorBase_R.class (not open) + POAPolicyMediatorFactory.class (not open) + POAPolicyMediatorImpl_NR_UDS.class (not open) + POAPolicyMediatorImpl_NR_USM.class (not open) + POAPolicyMediatorImpl_R_AOM.class (not open) + POAPolicyMediatorImpl_R_UDS.class (not open) + POAPolicyMediatorImpl_R_USM$Etherealizer.class (not open) + POAPolicyMediatorImpl_R_USM.class (not open) + Policies.class (not open) + RequestProcessingPolicyImpl.class (not open) + ServantRetentionPolicyImpl.class (not open) + SingleObjectMap.class (not open) + ThreadPolicyImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.274 +!MESSAGE Cannot handle com.sun.media.jfxmediaimpl.platform.osx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + OSXMedia.class (not open) + OSXMediaPlayer.class (not open) + OSXPlatform$1.class (not open) + OSXPlatform$OSXPlatformInitializer.class (not open) + OSXPlatform.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.274 +!MESSAGE Cannot handle com.sun.xml.internal.ws.config.metro.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ParserUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.274 +!MESSAGE Cannot handle com.sun.prism.j2d.paint [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + MultipleGradientPaint$ColorSpaceType.class + enum ColorSpaceType + MultipleGradientPaint$CycleMethod.class + enum CycleMethod + MultipleGradientPaint.class (not open) + MultipleGradientPaintContext.class (not open) + RadialGradientPaint.class (not open) + RadialGradientPaintContext.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.275 +!MESSAGE Cannot handle com.sun.glass [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.275 +!MESSAGE Cannot handle com.sun.javafx.iio.gif [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + GIFDescriptor.class (not open) + GIFImageLoader2$LZWDecoder.class (not open) + GIFImageLoader2.class (not open) + GIFImageLoaderFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.275 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.algorithms.implementations [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + IntegrityHmac$IntegrityHmacMD5.class (not open) + IntegrityHmac$IntegrityHmacRIPEMD160.class (not open) + IntegrityHmac$IntegrityHmacSHA1.class (not open) + IntegrityHmac$IntegrityHmacSHA256.class (not open) + IntegrityHmac$IntegrityHmacSHA384.class (not open) + IntegrityHmac$IntegrityHmacSHA512.class (not open) + IntegrityHmac.class (not open) + SignatureBaseRSA$SignatureRSAMD5.class (not open) + SignatureBaseRSA$SignatureRSARIPEMD160.class (not open) + SignatureBaseRSA$SignatureRSASHA1.class (not open) + SignatureBaseRSA$SignatureRSASHA256.class (not open) + SignatureBaseRSA$SignatureRSASHA384.class (not open) + SignatureBaseRSA$SignatureRSASHA512.class (not open) + SignatureBaseRSA.class (not open) + SignatureDSA.class (not open) + SignatureECDSA$SignatureECDSASHA1.class (not open) + SignatureECDSA$SignatureECDSASHA256.class (not open) + SignatureECDSA$SignatureECDSASHA384.class (not open) + SignatureECDSA$SignatureECDSASHA512.class (not open) + SignatureECDSA.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.276 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.packaging.mime [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Header.class (not open) + MessagingException.class (not open) + MultipartDataSource.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.276 +!MESSAGE Cannot handle com.sun.security.sasl.gsskerb [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FactoryImpl.class (not open) + GssKrb5Base.class (not open) + GssKrb5Client.class (not open) + GssKrb5Server.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.276 +!MESSAGE Cannot handle com.sun.org.glassfish.gmbal.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + GenericConstructor$1.class (not open) + GenericConstructor.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.276 +!MESSAGE Cannot handle com.sun.swing.internal.plaf [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.277 +!MESSAGE Cannot handle com.sun.jndi.toolkit.ctx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AtomicContext$1.class (not open) + AtomicContext$2.class (not open) + AtomicContext.class (not open) + AtomicDirContext.class (not open) + ComponentContext$1.class (not open) + ComponentContext$2.class (not open) + ComponentContext.class (not open) + ComponentDirContext.class (not open) + Continuation.class (not open) + HeadTail.class (not open) + PartialCompositeContext.class (not open) + PartialCompositeDirContext.class (not open) + StringHeadTail.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.277 +!MESSAGE Cannot handle com.sun.naming.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FactoryEnumeration.class (not open) + NamedWeakReference.class (not open) + ResourceManager$AppletParameter.class (not open) + ResourceManager.class (not open) + VersionHelper.class (not open) + VersionHelper12$1.class (not open) + VersionHelper12$2.class (not open) + VersionHelper12$3.class (not open) + VersionHelper12$4.class (not open) + VersionHelper12$5.class (not open) + VersionHelper12$6.class (not open) + VersionHelper12$InputStreamEnumeration$1.class (not open) + VersionHelper12$InputStreamEnumeration.class (not open) + VersionHelper12.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.277 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.xs.datatypes [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ByteList.class (not open) + ObjectList.class (not open) + XSDateTime.class (not open) + XSDecimal.class (not open) + XSDouble.class (not open) + XSFloat.class (not open) + XSQName.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.278 +!MESSAGE Cannot handle com.sun.xml.internal.org.jvnet.fastinfoset.sax [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EncodingAlgorithmAttributes.class (not open) + EncodingAlgorithmContentHandler.class (not open) + ExtendedContentHandler.class (not open) + FastInfosetReader.class (not open) + FastInfosetWriter.class (not open) + PrimitiveTypeContentHandler.class (not open) + RestrictedAlphabetContentHandler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.278 +!MESSAGE Cannot handle com.sun.glass.utils [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + NativeLibLoader.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.278 +!MESSAGE Cannot handle com.sun.media.jfxmediaimpl.platform [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Platform.class (not open) + PlatformManager$1.class (not open) + PlatformManager$PlatformManagerInitializer.class (not open) + PlatformManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.279 +!MESSAGE Cannot handle com.sun.corba.se.impl.orbutil.fsm [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + GuardedAction$1.class (not open) + GuardedAction.class (not open) + NameBase.class (not open) + StateEngineImpl$1.class (not open) + StateEngineImpl$2.class (not open) + StateEngineImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.279 +!MESSAGE Cannot handle com.sun.java_cup.internal.runtime [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Scanner.class (not open) + Symbol.class (not open) + lr_parser.class (not open) + virtual_parse_stack.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.279 +!MESSAGE Cannot handle com.oracle.webservices.internal.api [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + EnvelopeStyle$Style.class (not open) + EnvelopeStyle.class (not open) + EnvelopeStyleFeature.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.279 +!MESSAGE Cannot handle com.sun.javafx.tk.quantum [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + CursorUtils$1.class (not open) + CursorUtils.class (not open) + EmbeddedScene.class (not open) + EmbeddedSceneDS.class (not open) + EmbeddedSceneDT$EmbeddedDTAssistant.class (not open) + EmbeddedSceneDT.class (not open) + EmbeddedSceneDnD$1.class (not open) + EmbeddedSceneDnD.class (not open) + EmbeddedStage.class (not open) + EmbeddedState.class (not open) + GestureRecognizer.class (not open) + GestureRecognizers.class (not open) + GlassAppletWindow.class (not open) + GlassEventUtils.class (not open) + GlassMenuEventHandler.class (not open) + GlassScene$1.class (not open) + GlassScene.class (not open) + GlassSceneDnDEventHandler.class (not open) + GlassStage.class (not open) + GlassSystemMenu$1.class (not open) + GlassSystemMenu.class (not open) + GlassTouchEventListener.class (not open) + GlassViewEventHandler$1.class (not open) + GlassViewEventHandler$2.class (not open) + GlassViewEventHandler$KeyEventNotification.class (not open) + GlassViewEventHandler$MouseEventNotification.class (not open) + GlassViewEventHandler$ViewEventNotification.class (not open) + GlassViewEventHandler.class (not open) + GlassWindowEventHandler.class (not open) + MasterTimer.class (not open) + OverlayWarning.class (not open) + PaintCollector.class (not open) + PaintRenderJob.class (not open) + PathIteratorHelper$Struct.class (not open) + PathIteratorHelper.class (not open) + PerformanceTrackerHelper$1$1.class (not open) + PerformanceTrackerHelper$1.class (not open) + PerformanceTrackerHelper$PerformanceTrackerDefaultImpl.class (not open) + PerformanceTrackerHelper$PerformanceTrackerDummyImpl.class (not open) + PerformanceTrackerHelper.class (not open) + PerformanceTrackerImpl.class (not open) + PixelUtils.class (not open) + PresentingPainter.class (not open) + PrismImageLoader2$1.class (not open) + PrismImageLoader2$AsyncImageLoader.class (not open) + PrismImageLoader2$PrismLoadListener.class (not open) + PrismImageLoader2.class (not open) + QuantumClipboard$1.class (not open) + QuantumClipboard$2.class (not open) + QuantumClipboard.class (not open) + QuantumRenderer$1.class (not open) + QuantumRenderer$PipelineRunnable.class (not open) + QuantumRenderer$QuantumThreadFactory.class (not open) + QuantumRenderer.class (not open) + QuantumToolkit$1.class (not open) + QuantumToolkit$2.class (not open) + QuantumToolkit$3.class (not open) + QuantumToolkit$4.class (not open) + QuantumToolkit$5.class (not open) + QuantumToolkit$6.class (not open) + QuantumToolkit$QuantumImage.class (not open) + QuantumToolkit.class (not open) + RotateGestureRecognizer$1.class (not open) + RotateGestureRecognizer$RotateRecognitionState.class (not open) + RotateGestureRecognizer$TouchPointTracker.class (not open) + RotateGestureRecognizer.class (not open) + SceneState.class (not open) + ScrollGestureRecognizer$1.class (not open) + ScrollGestureRecognizer$ScrollRecognitionState.class (not open) + ScrollGestureRecognizer$TouchPointTracker.class (not open) + ScrollGestureRecognizer.class (not open) + SwipeGestureRecognizer$1.class (not open) + SwipeGestureRecognizer$CenterComputer.class (not open) + SwipeGestureRecognizer$MultiTouchTracker.class (not open) + SwipeGestureRecognizer$SwipeRecognitionState.class (not open) + SwipeGestureRecognizer$TouchPointTracker.class (not open) + SwipeGestureRecognizer.class (not open) + UploadingPainter.class (not open) + ViewPainter.class (not open) + ViewScene.class (not open) + WindowStage$1.class (not open) + WindowStage.class (not open) + ZoomGestureRecognizer$1.class (not open) + ZoomGestureRecognizer$TouchPointTracker.class (not open) + ZoomGestureRecognizer$ZoomRecognitionState.class (not open) + ZoomGestureRecognizer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.280 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.jaxws [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BuilderHandler.class (not open) + BuilderHandlerEndpointScope.class (not open) + BuilderHandlerMessageScope$Scope.class (not open) + BuilderHandlerMessageScope.class (not open) + BuilderHandlerOperationScope.class (not open) + BuilderHandlerServiceScope.class (not open) + DefaultPolicyResolver.class (not open) + PolicyMapBuilder.class (not open) + PolicyUtil.class (not open) + PolicyWSDLGeneratorExtension$1.class (not open) + PolicyWSDLGeneratorExtension$ScopeType.class (not open) + PolicyWSDLGeneratorExtension.class (not open) + PolicyWSDLParserExtension$HandlerType.class (not open) + PolicyWSDLParserExtension$PolicyRecordHandler.class (not open) + PolicyWSDLParserExtension.class (not open) + SafePolicyReader$PolicyRecord.class (not open) + SafePolicyReader.class (not open) + WSDLBoundFaultContainer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.280 +!MESSAGE Cannot handle com.sun.jndi.url.corbaname [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + corbanameURLContextFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.280 +!MESSAGE Cannot handle com.sun.javafx.application [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + HostServicesDelegate.class (not open) + LauncherImpl$1.class (not open) + LauncherImpl.class (not open) + ParametersImpl.class (not open) + PlatformImpl$1.class (not open) + PlatformImpl$2.class (not open) + PlatformImpl$FinishListener.class (not open) + PlatformImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.281 +!MESSAGE Cannot handle com.sun.corba.se.impl.naming.cosnaming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BindingIteratorImpl.class (not open) + InterOperableNamingImpl.class (not open) + InternalBindingKey.class (not open) + InternalBindingValue.class (not open) + NamingContextDataStore.class (not open) + NamingContextImpl.class (not open) + NamingUtils.class (not open) + TransientBindingIterator.class (not open) + TransientNameServer.class (not open) + TransientNameService.class (not open) + TransientNamingContext.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.281 +!MESSAGE Cannot handle com.sun.prism.shape [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + ShapeRep$InvalidationType.class + enum InvalidationType + ShapeRep.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.281 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.282 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.serializer [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.282 +!MESSAGE Cannot handle com.sun.webkit.text [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + StringCase.class (not open) + TextBreakIterator$CacheKey.class (not open) + TextBreakIterator.class (not open) + TextCodec.class (not open) + TextNormalizer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.282 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.client.p2p [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.283 +!MESSAGE Cannot handle com.sun.net.ssl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + HostnameVerifier.class (not open) + HttpsURLConnection$1.class (not open) + HttpsURLConnection.class (not open) + KeyManager.class (not open) + KeyManagerFactory$1.class (not open) + KeyManagerFactory.class (not open) + KeyManagerFactorySpi.class (not open) + KeyManagerFactorySpiWrapper.class (not open) + SSLContext.class (not open) + SSLContextSpi.class (not open) + SSLContextSpiWrapper.class (not open) + SSLPermission.class (not open) + SSLSecurity.class (not open) + TrustManager.class (not open) + TrustManagerFactory$1.class (not open) + TrustManagerFactory.class (not open) + TrustManagerFactorySpi.class (not open) + TrustManagerFactorySpiWrapper.class (not open) + X509KeyManager.class (not open) + X509KeyManagerComSunWrapper.class (not open) + X509KeyManagerJavaxWrapper.class (not open) + X509TrustManager.class (not open) + X509TrustManagerComSunWrapper.class (not open) + X509TrustManagerJavaxWrapper.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.283 +!MESSAGE Cannot handle com.sun.jndi.cosnaming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.283 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.283 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.config.management.policy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ManagedClientAssertion.class (not open) + ManagedServiceAssertion$1.class (not open) + ManagedServiceAssertion$ImplementationRecord.class (not open) + ManagedServiceAssertion$NestedParameters.class (not open) + ManagedServiceAssertion.class (not open) + ManagementAssertion$Setting.class (not open) + ManagementAssertion.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.284 +!MESSAGE Cannot handle com.sun.beans [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + TypeResolver.class (not open) + WeakCache.class (not open) + WildcardTypeImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.284 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.org.apache [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.284 +!MESSAGE Cannot handle com.oracle.webservices.internal.impl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.285 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.model.annotation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.285 +!MESSAGE Cannot handle com.sun.xml.internal.ws.assembler [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.285 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.security.signature.reference [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ReferenceData.class (not open) + ReferenceNodeSetData.class (not open) + ReferenceOctetStreamData.class (not open) + ReferenceSubTreeData$DelayedNodeIterator.class (not open) + ReferenceSubTreeData.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.285 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.server [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AbstractInstanceResolver$1.class (not open) + AbstractInstanceResolver.class (not open) + AbstractServerAsyncTransport$1.class (not open) + AbstractServerAsyncTransport$CodecPool.class (not open) + AbstractServerAsyncTransport.class (not open) + Adapter$1.class (not open) + Adapter$2.class (not open) + Adapter$3.class (not open) + Adapter$Toolkit.class (not open) + Adapter.class (not open) + AsyncProvider.class (not open) + AsyncProviderCallback.class (not open) + BoundEndpoint.class (not open) + Container$1.class (not open) + Container$NoneContainer.class (not open) + Container.class (not open) + ContainerResolver.class (not open) + DocumentAddressResolver.class (not open) + EndpointAwareCodec.class (not open) + EndpointComponent.class (not open) + EndpointData.class (not open) + EndpointReferenceExtensionContributor.class (not open) + HttpEndpoint.class (not open) + InstanceResolver$1.class (not open) + InstanceResolver.class (not open) + InstanceResolverAnnotation.class (not open) + Invoker.class (not open) + LazyMOMProvider$DefaultScopeChangeListener.class (not open) + LazyMOMProvider$Scope.class (not open) + LazyMOMProvider$ScopeChangeListener.class (not open) + LazyMOMProvider$WSEndpointScopeChangeListener.class (not open) + LazyMOMProvider.class (not open) + MethodUtil.class (not open) + Module.class (not open) + PortAddressResolver.class (not open) + ProviderInvokerTubeFactory$1.class (not open) + ProviderInvokerTubeFactory$DefaultProviderInvokerTubeFactory.class (not open) + ProviderInvokerTubeFactory.class (not open) + ResourceInjector.class (not open) + SDDocument$Schema.class (not open) + SDDocument$WSDL.class (not open) + SDDocument.class (not open) + SDDocumentFilter.class (not open) + SDDocumentSource$1.class (not open) + SDDocumentSource$2.class (not open) + SDDocumentSource.class (not open) + ServerPipelineHook.class (not open) + ServiceDefinition.class (not open) + ThreadLocalContainerResolver$1.class (not open) + ThreadLocalContainerResolver$2$1.class (not open) + ThreadLocalContainerResolver$2.class (not open) + ThreadLocalContainerResolver.class (not open) + TransportBackChannel.class (not open) + WSEndpoint$CompletionCallback.class (not open) + WSEndpoint$PipeHead.class (not open) + WSEndpoint.class (not open) + WSWebServiceContext.class (not open) + WebModule.class (not open) + WebServiceContextDelegate.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.286 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.subject [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + PolicyMapKeyConverter.class (not open) + WsdlBindingSubject$WsdlMessageType.class (not open) + WsdlBindingSubject$WsdlNameScope.class (not open) + WsdlBindingSubject.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.286 +!MESSAGE Cannot handle com.sun.javafx.scene.layout.region [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + BackgroundPositionConverter.class (not open) + BackgroundSizeConverter.class (not open) + BorderImageSliceConverter.class (not open) + BorderImageSlices.class (not open) + BorderImageWidthConverter.class (not open) + BorderImageWidthsSequenceConverter.class (not open) + BorderStrokeStyleSequenceConverter.class (not open) + BorderStyleConverter.class (not open) + CornerRadiiConverter.class (not open) + LayeredBackgroundPositionConverter.class (not open) + LayeredBackgroundSizeConverter.class (not open) + LayeredBorderPaintConverter.class (not open) + LayeredBorderStyleConverter.class (not open) + Margins$1.class (not open) + Margins$Converter.class + class Converter + Margins$Holder.class (not open) + Margins$SequenceConverter.class (not open) + Margins.class (not open) + RepeatStruct.class (not open) + RepeatStructConverter.class (not open) + SliceSequenceConverter.class (not open) + StrokeBorderPaintConverter.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.286 +!MESSAGE Cannot handle com.sun.accessibility.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.287 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.model.util [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ArrayInfoUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.287 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.org.apache.xerces [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.287 +!MESSAGE Cannot handle com.sun.corba.se.spi.copyobject [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CopierManager.class (not open) + CopyobjectDefaults$1.class (not open) + CopyobjectDefaults$2.class (not open) + CopyobjectDefaults$3.class (not open) + CopyobjectDefaults$4.class (not open) + CopyobjectDefaults.class (not open) + ObjectCopier.class (not open) + ObjectCopierFactory.class (not open) + ReflectiveCopyException.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.287 +!MESSAGE Cannot handle com.sun.swing.internal.plaf.basic.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + basic_de.class (not open) + basic_es.class (not open) + basic_fr.class (not open) + basic_it.class (not open) + basic_ja.class (not open) + basic_ko.class (not open) + basic_pt_BR.class (not open) + basic_sv.class (not open) + basic_zh_CN.class (not open) + basic_zh_HK.class (not open) + basic_zh_TW.class (not open) + basic.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.288 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.sw [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + RendererDelegate.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.288 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.schemagen.episode [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Bindings.class (not open) + Klass.class (not open) + Package.class (not open) + SchemaBindings.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.288 +!MESSAGE Cannot handle com.sun.xml.internal.ws.streaming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Attributes.class (not open) + DOMStreamReader$Scope.class (not open) + DOMStreamReader.class (not open) + MtomStreamWriter.class (not open) + PrefixFactory.class (not open) + PrefixFactoryImpl.class (not open) + SourceReaderFactory.class (not open) + TidyXMLStreamReader.class (not open) + XMLReaderException.class (not open) + XMLStreamReaderException.class (not open) + XMLStreamReaderUtil$AttributesImpl$AttributeInfo.class (not open) + XMLStreamReaderUtil$AttributesImpl.class (not open) + XMLStreamReaderUtil.class (not open) + XMLStreamWriterException.class (not open) + XMLStreamWriterUtil.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.289 +!MESSAGE Cannot handle com.sun.net [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.289 +!MESSAGE Cannot handle com.oracle.webservices [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.289 +!MESSAGE Cannot handle com.sun.java [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.290 +!MESSAGE Cannot handle com.sun.xml.internal.ws [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.290 +!MESSAGE Cannot handle com.sun.jndi.dns [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BaseNameClassPairEnumeration.class (not open) + BindingEnumeration.class (not open) + CT.class (not open) + DnsClient.class (not open) + DnsContext.class (not open) + DnsContextFactory.class (not open) + DnsName$1.class (not open) + DnsName.class (not open) + DnsNameParser.class (not open) + DnsUrl.class (not open) + Header.class (not open) + NameClassPairEnumeration.class (not open) + NameNode.class (not open) + Packet.class (not open) + Resolver.class (not open) + ResourceRecord.class (not open) + ResourceRecords.class (not open) + Tcp.class (not open) + ZoneNode.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.290 +!MESSAGE Cannot handle com.sun.javafx.scene.control.skin [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AccordionSkin.class (not open) + BehaviorSkinBase$1.class (not open) + BehaviorSkinBase$2.class (not open) + BehaviorSkinBase.class (not open) + ButtonBarSkin$1.class (not open) + ButtonBarSkin$Spacer$1.class (not open) + ButtonBarSkin$Spacer$2.class (not open) + ButtonBarSkin$Spacer.class (not open) + ButtonBarSkin.class (not open) + ButtonSkin.class (not open) + CellSkinBase$1.class (not open) + CellSkinBase$StyleableProperties$1.class (not open) + CellSkinBase$StyleableProperties.class (not open) + CellSkinBase.class (not open) + CheckBoxSkin.class (not open) + ChoiceBoxSkin$1.class (not open) + ChoiceBoxSkin.class (not open) + ColorPalette$1.class (not open) + ColorPalette$2.class (not open) + ColorPalette$3.class (not open) + ColorPalette$4.class (not open) + ColorPalette$ColorPickerGrid.class (not open) + ColorPalette$ColorSquare.class (not open) + ColorPalette.class (not open) + ColorPickerSkin$1.class (not open) + ColorPickerSkin$2.class (not open) + ColorPickerSkin$3.class (not open) + ColorPickerSkin$4.class (not open) + ColorPickerSkin$5.class (not open) + ColorPickerSkin$6.class (not open) + ColorPickerSkin$PickerColorBox.class (not open) + ColorPickerSkin$StyleableProperties$1.class (not open) + ColorPickerSkin$StyleableProperties$2.class (not open) + ColorPickerSkin$StyleableProperties$3.class (not open) + ColorPickerSkin$StyleableProperties$4.class (not open) + ColorPickerSkin$StyleableProperties$5.class (not open) + ColorPickerSkin$StyleableProperties$6.class (not open) + ColorPickerSkin$StyleableProperties.class (not open) + ColorPickerSkin.class (not open) + ComboBoxBaseSkin.class (not open) + ComboBoxListViewSkin$1.class (not open) + ComboBoxListViewSkin$2$1.class (not open) + ComboBoxListViewSkin$2.class (not open) + ComboBoxListViewSkin$3.class (not open) + ComboBoxListViewSkin$4.class (not open) + ComboBoxListViewSkin.class (not open) + ComboBoxMode.class (not open) + ComboBoxPopupControl$1.class (not open) + ComboBoxPopupControl$2$1.class (not open) + ComboBoxPopupControl$2.class (not open) + ComboBoxPopupControl$3.class (not open) + ComboBoxPopupControl$4.class (not open) + ComboBoxPopupControl$FakeFocusTextField.class (not open) + ComboBoxPopupControl.class (not open) + ContextMenuContent$1.class (not open) + ContextMenuContent$2.class (not open) + ContextMenuContent$3.class (not open) + ContextMenuContent$ArrowMenuItem.class (not open) + ContextMenuContent$MenuBox.class (not open) + ContextMenuContent$MenuItemContainer.class (not open) + ContextMenuContent$MenuLabel.class (not open) + ContextMenuContent$StyleableProperties.class (not open) + ContextMenuContent.class (not open) + ContextMenuSkin$1.class (not open) + ContextMenuSkin$2.class (not open) + ContextMenuSkin$3.class (not open) + ContextMenuSkin$4.class (not open) + ContextMenuSkin$5.class (not open) + ContextMenuSkin.class (not open) + CustomColorDialog$1.class (not open) + CustomColorDialog$2.class (not open) + CustomColorDialog$ColorRectPane$1.class (not open) + CustomColorDialog$ColorRectPane$2.class (not open) + CustomColorDialog$ColorRectPane$3.class (not open) + CustomColorDialog$ColorRectPane$4.class (not open) + CustomColorDialog$ColorRectPane$5.class (not open) + CustomColorDialog$ColorRectPane$6.class (not open) + CustomColorDialog$ColorRectPane$7.class (not open) + CustomColorDialog$ColorRectPane$8.class (not open) + CustomColorDialog$ColorRectPane$9.class (not open) + CustomColorDialog$ColorRectPane.class (not open) + CustomColorDialog$ControlsPane$1.class (not open) + CustomColorDialog$ControlsPane$2.class (not open) + CustomColorDialog$ControlsPane.class (not open) + CustomColorDialog.class (not open) + DateCellSkin.class (not open) + DatePickerContent$1.class (not open) + DatePickerContent$2.class (not open) + DatePickerContent.class (not open) + DatePickerHijrahContent.class (not open) + DatePickerSkin$1.class (not open) + DatePickerSkin.class (not open) + DoubleField.class (not open) + DoubleFieldSkin.class (not open) + EmbeddedTextContextMenuContent$1.class (not open) + EmbeddedTextContextMenuContent$2.class (not open) + EmbeddedTextContextMenuContent$MenuItemContainer.class (not open) + EmbeddedTextContextMenuContent.class (not open) + FXVK$1.class (not open) + FXVK$Type.class (not open) + FXVK.class (not open) + FXVKCharEntities.class (not open) + FXVKSkin$1.class (not open) + FXVKSkin$2.class (not open) + FXVKSkin$3.class (not open) + FXVKSkin$4.class (not open) + FXVKSkin$5.class (not open) + FXVKSkin$CharKey.class (not open) + FXVKSkin$Key.class (not open) + FXVKSkin$KeyCodeKey.class (not open) + FXVKSkin$KeyboardStateKey.class (not open) + FXVKSkin$SuperKey.class (not open) + FXVKSkin$TextInputKey.class (not open) + FXVKSkin.class (not open) + HyperlinkSkin.class (not open) + InputField$1.class (not open) + InputField$2.class (not open) + InputField$3.class (not open) + InputField.class (not open) + InputFieldSkin$1.class (not open) + InputFieldSkin$InnerTextField.class (not open) + InputFieldSkin.class + class InputFieldSkin + IntegerField.class (not open) + IntegerFieldSkin.class + class IntegerFieldSkin + LabelSkin.class (not open) + LabeledImpl$Shuttler.class (not open) + LabeledImpl$StyleableProperties.class (not open) + LabeledImpl.class (not open) + LabeledSkinBase$1.class (not open) + LabeledSkinBase.class (not open) + LabeledText$1.class (not open) + LabeledText$2.class (not open) + LabeledText$3.class (not open) + LabeledText$4.class (not open) + LabeledText$5.class (not open) + LabeledText$StyleablePropertyMirror.class (not open) + LabeledText.class (not open) + ListCellSkin.class (not open) + ListViewSkin$1.class (not open) + ListViewSkin$2.class (not open) + ListViewSkin$3.class (not open) + ListViewSkin.class (not open) + MenuBarSkin$1.class (not open) + MenuBarSkin$2.class (not open) + MenuBarSkin$3.class (not open) + MenuBarSkin$4.class (not open) + MenuBarSkin$5.class (not open) + MenuBarSkin$6.class (not open) + MenuBarSkin$MenuBarButton.class (not open) + MenuBarSkin.class (not open) + MenuButtonSkin$1.class (not open) + MenuButtonSkin.class (not open) + MenuButtonSkinBase$MenuLabeledImpl.class (not open) + MenuButtonSkinBase.class (not open) + NestedTableColumnHeader$1.class (not open) + NestedTableColumnHeader$2.class (not open) + NestedTableColumnHeader$3.class (not open) + NestedTableColumnHeader$4.class (not open) + NestedTableColumnHeader.class (not open) + PaginationSkin$1.class (not open) + PaginationSkin$2.class (not open) + PaginationSkin$3.class (not open) + PaginationSkin$4.class (not open) + PaginationSkin$5.class (not open) + PaginationSkin$6.class (not open) + PaginationSkin$7.class (not open) + PaginationSkin$8.class (not open) + PaginationSkin$IndicatorButton$1.class (not open) + PaginationSkin$IndicatorButton.class (not open) + PaginationSkin$NavigationControl.class (not open) + PaginationSkin$StyleableProperties$1.class (not open) + PaginationSkin$StyleableProperties$2.class (not open) + PaginationSkin$StyleableProperties$3.class (not open) + PaginationSkin$StyleableProperties$4.class (not open) + PaginationSkin$StyleableProperties$5.class (not open) + PaginationSkin$StyleableProperties.class (not open) + PaginationSkin.class (not open) + ProgressBarSkin$1.class (not open) + ProgressBarSkin$2.class (not open) + ProgressBarSkin$3.class (not open) + ProgressBarSkin$4.class (not open) + ProgressBarSkin$IndeterminateTransition.class (not open) + ProgressBarSkin$StyleableProperties$1.class (not open) + ProgressBarSkin$StyleableProperties$2.class (not open) + ProgressBarSkin$StyleableProperties$3.class (not open) + ProgressBarSkin$StyleableProperties$4.class (not open) + ProgressBarSkin$StyleableProperties.class (not open) + ProgressBarSkin.class (not open) + ProgressIndicatorSkin$1.class (not open) + ProgressIndicatorSkin$2.class (not open) + ProgressIndicatorSkin$3.class (not open) + ProgressIndicatorSkin$4.class (not open) + ProgressIndicatorSkin$5.class (not open) + ProgressIndicatorSkin$6.class (not open) + ProgressIndicatorSkin$DeterminateIndicator.class (not open) + ProgressIndicatorSkin$IndeterminateSpinner$IndicatorPaths.class (not open) + ProgressIndicatorSkin$IndeterminateSpinner.class (not open) + ProgressIndicatorSkin.class (not open) + RadioButtonSkin.class (not open) + ScrollBarSkin$1.class (not open) + ScrollBarSkin$2.class (not open) + ScrollBarSkin$3.class (not open) + ScrollBarSkin$4.class (not open) + ScrollBarSkin$EndButton.class (not open) + ScrollBarSkin.class (not open) + ScrollPaneSkin$1.class (not open) + ScrollPaneSkin$2.class (not open) + ScrollPaneSkin$3.class (not open) + ScrollPaneSkin$4.class (not open) + ScrollPaneSkin$5.class (not open) + ScrollPaneSkin$6.class (not open) + ScrollPaneSkin$7.class (not open) + ScrollPaneSkin.class (not open) + SeparatorSkin.class (not open) + SliderSkin$1.class (not open) + SliderSkin$2.class (not open) + SliderSkin$3.class (not open) + SliderSkin$4.class (not open) + SliderSkin.class (not open) + SpinnerSkin$1.class (not open) + SpinnerSkin$2.class (not open) + SpinnerSkin$3.class (not open) + SpinnerSkin$4.class (not open) + SpinnerSkin.class (not open) + SplitMenuButtonSkin.class (not open) + SplitPaneSkin$Content.class (not open) + SplitPaneSkin$ContentDivider$1.class (not open) + SplitPaneSkin$ContentDivider.class (not open) + SplitPaneSkin$PosPropertyListener.class (not open) + SplitPaneSkin.class (not open) + TabPaneSkin$1.class (not open) + TabPaneSkin$2.class (not open) + TabPaneSkin$3.class (not open) + TabPaneSkin$StyleableProperties$1.class (not open) + TabPaneSkin$StyleableProperties$2.class (not open) + TabPaneSkin$StyleableProperties.class (not open) + TabPaneSkin$TabAnimation.class (not open) + TabPaneSkin$TabAnimationState.class (not open) + TabPaneSkin$TabContentRegion$1.class (not open) + TabPaneSkin$TabContentRegion.class (not open) + TabPaneSkin$TabControlButtons$1.class (not open) + TabPaneSkin$TabControlButtons.class (not open) + TabPaneSkin$TabHeaderArea$1.class (not open) + TabPaneSkin$TabHeaderArea.class (not open) + TabPaneSkin$TabHeaderSkin$1.class (not open) + TabPaneSkin$TabHeaderSkin$2.class (not open) + TabPaneSkin$TabHeaderSkin$3.class (not open) + TabPaneSkin$TabHeaderSkin$4.class (not open) + TabPaneSkin$TabHeaderSkin$5.class (not open) + TabPaneSkin$TabHeaderSkin$6.class (not open) + TabPaneSkin$TabHeaderSkin.class (not open) + TabPaneSkin$TabMenuItem$1.class (not open) + TabPaneSkin$TabMenuItem.class (not open) + TabPaneSkin.class (not open) + TableCellSkin.class (not open) + TableCellSkinBase.class (not open) + TableColumnHeader$1.class (not open) + TableColumnHeader$2.class (not open) + TableColumnHeader$StyleableProperties$1.class (not open) + TableColumnHeader$StyleableProperties.class (not open) + TableColumnHeader.class (not open) + TableHeaderRow$1.class (not open) + TableHeaderRow$2.class (not open) + TableHeaderRow$3.class (not open) + TableHeaderRow.class (not open) + TableRowSkin$1.class (not open) + TableRowSkin.class (not open) + TableRowSkinBase.class (not open) + TableViewSkin$1.class (not open) + TableViewSkin.class (not open) + TableViewSkinBase$1.class (not open) + TableViewSkinBase$2.class (not open) + TableViewSkinBase.class (not open) + TextAreaSkin$1.class (not open) + TextAreaSkin$2.class (not open) + TextAreaSkin$3.class (not open) + TextAreaSkin$4.class (not open) + TextAreaSkin$5.class (not open) + TextAreaSkin$6.class (not open) + TextAreaSkin$ContentView.class (not open) + TextAreaSkin.class (not open) + TextFieldSkin$1.class (not open) + TextFieldSkin$2.class (not open) + TextFieldSkin$3.class (not open) + TextFieldSkin$4.class (not open) + TextFieldSkin$5.class (not open) + TextFieldSkin$6.class (not open) + TextFieldSkin$7.class (not open) + TextFieldSkin$8.class (not open) + TextFieldSkin.class (not open) + TextInputControlSkin$1.class (not open) + TextInputControlSkin$10.class (not open) + TextInputControlSkin$11.class (not open) + TextInputControlSkin$12.class (not open) + TextInputControlSkin$2.class (not open) + TextInputControlSkin$3.class (not open) + TextInputControlSkin$4.class (not open) + TextInputControlSkin$5.class (not open) + TextInputControlSkin$6.class (not open) + TextInputControlSkin$7.class (not open) + TextInputControlSkin$8.class (not open) + TextInputControlSkin$9.class (not open) + TextInputControlSkin$CaretBlinking.class (not open) + TextInputControlSkin$ContextMenuItem.class (not open) + TextInputControlSkin$StyleableProperties$1.class (not open) + TextInputControlSkin$StyleableProperties$2.class (not open) + TextInputControlSkin$StyleableProperties$3.class (not open) + TextInputControlSkin$StyleableProperties$4.class (not open) + TextInputControlSkin$StyleableProperties$5.class (not open) + TextInputControlSkin$StyleableProperties.class (not open) + TextInputControlSkin.class (not open) + TitledPaneSkin$1.class (not open) + TitledPaneSkin$2.class (not open) + TitledPaneSkin$TitleRegion$1.class (not open) + TitledPaneSkin$TitleRegion.class (not open) + TitledPaneSkin.class (not open) + ToggleButtonSkin.class (not open) + ToolBarSkin$1.class (not open) + ToolBarSkin$2.class (not open) + ToolBarSkin$3.class (not open) + ToolBarSkin$4.class (not open) + ToolBarSkin$StyleableProperties$1.class (not open) + ToolBarSkin$StyleableProperties$2.class (not open) + ToolBarSkin$StyleableProperties.class (not open) + ToolBarSkin$ToolBarOverflowMenu.class (not open) + ToolBarSkin.class (not open) + TooltipSkin.class (not open) + TreeCellSkin$1.class (not open) + TreeCellSkin$StyleableProperties$1.class (not open) + TreeCellSkin$StyleableProperties.class (not open) + TreeCellSkin.class (not open) + TreeTableCellSkin.class (not open) + TreeTableRowSkin$1.class (not open) + TreeTableRowSkin$2.class (not open) + TreeTableRowSkin$StyleableProperties$1.class (not open) + TreeTableRowSkin$StyleableProperties.class (not open) + TreeTableRowSkin.class (not open) + TreeTableViewSkin$1.class (not open) + TreeTableViewSkin$TreeTableViewBackingList.class (not open) + TreeTableViewSkin.class (not open) + TreeViewSkin$1$1.class (not open) + TreeViewSkin$1.class (not open) + TreeViewSkin$2.class (not open) + TreeViewSkin.class (not open) + Utils$1.class (not open) + Utils$2.class (not open) + Utils.class (not open) + VirtualContainerBase.class (not open) + VirtualFlow$1.class (not open) + VirtualFlow$2.class (not open) + VirtualFlow$3.class (not open) + VirtualFlow$4.class (not open) + VirtualFlow$5.class (not open) + VirtualFlow$ArrayLinkedList.class (not open) + VirtualFlow$ClippedContainer.class (not open) + VirtualFlow.class (not open) + VirtualScrollBar.class (not open) + WebColorField.class (not open) + WebColorFieldSkin.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.291 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.schemagen [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.291 +!MESSAGE Cannot handle com.sun.xml.internal.ws.encoding.soap.streaming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + SOAP12NamespaceConstants.class (not open) + SOAPNamespaceConstants.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.291 +!MESSAGE Cannot handle com.sun.corba.se.impl.encoding [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BufferManagerFactory.class (not open) + BufferManagerRead.class (not open) + BufferManagerReadGrow.class (not open) + BufferManagerReadStream.class (not open) + BufferManagerWrite.class (not open) + BufferManagerWriteCollect$1.class (not open) + BufferManagerWriteCollect$BufferManagerWriteCollectIterator.class (not open) + BufferManagerWriteCollect.class (not open) + BufferManagerWriteGrow.class (not open) + BufferManagerWriteStream.class (not open) + BufferQueue.class (not open) + ByteBufferWithInfo.class (not open) + CDRInputObject.class (not open) + CDRInputStream$InputStreamFactory.class (not open) + CDRInputStream.class (not open) + CDRInputStreamBase.class (not open) + CDRInputStream_1_0$1.class (not open) + CDRInputStream_1_0$StreamMemento.class (not open) + CDRInputStream_1_0.class (not open) + CDRInputStream_1_1$FragmentableStreamMemento.class (not open) + CDRInputStream_1_1.class (not open) + CDRInputStream_1_2.class (not open) + CDROutputObject.class (not open) + CDROutputStream$OutputStreamFactory.class (not open) + CDROutputStream.class (not open) + CDROutputStreamBase.class (not open) + CDROutputStream_1_0$1.class (not open) + CDROutputStream_1_0.class (not open) + CDROutputStream_1_1.class (not open) + CDROutputStream_1_2.class (not open) + CachedCodeBase.class (not open) + CodeSetCache$1.class (not open) + CodeSetCache.class (not open) + CodeSetComponentInfo$CodeSetComponent.class (not open) + CodeSetComponentInfo$CodeSetContext.class (not open) + CodeSetComponentInfo.class (not open) + CodeSetConversion$1.class (not open) + CodeSetConversion$BTCConverter.class (not open) + CodeSetConversion$CTBConverter.class (not open) + CodeSetConversion$CodeSetConversionHolder.class (not open) + CodeSetConversion$JavaBTCConverter.class (not open) + CodeSetConversion$JavaCTBConverter.class (not open) + CodeSetConversion$UTF16BTCConverter.class (not open) + CodeSetConversion$UTF16CTBConverter.class (not open) + CodeSetConversion.class (not open) + EncapsInputStream.class (not open) + EncapsOutputStream.class (not open) + IDLJavaSerializationInputStream$MarshalObjectInputStream$1.class (not open) + IDLJavaSerializationInputStream$MarshalObjectInputStream.class (not open) + IDLJavaSerializationInputStream$_ByteArrayInputStream.class (not open) + IDLJavaSerializationInputStream.class (not open) + IDLJavaSerializationOutputStream$MarshalObjectOutputStream$1.class (not open) + IDLJavaSerializationOutputStream$MarshalObjectOutputStream.class (not open) + IDLJavaSerializationOutputStream$_ByteArrayOutputStream.class (not open) + IDLJavaSerializationOutputStream.class (not open) + MarkAndResetHandler.class (not open) + MarshalInputStream.class (not open) + MarshalOutputStream.class (not open) + OSFCodeSetRegistry$1.class (not open) + OSFCodeSetRegistry$Entry.class (not open) + OSFCodeSetRegistry.class (not open) + RestorableInputStream.class (not open) + TypeCodeInputStream.class (not open) + TypeCodeOutputStream.class (not open) + TypeCodeReader.class (not open) + WrapperInputStream.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.292 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.impl.xpath.regex [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.292 +!MESSAGE Cannot handle com.sun.org.apache.xpath.internal.res [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XPATHErrorResources.class (not open) + XPATHErrorResources_de.class (not open) + XPATHErrorResources_en.class (not open) + XPATHErrorResources_es.class (not open) + XPATHErrorResources_fr.class (not open) + XPATHErrorResources_it.class (not open) + XPATHErrorResources_ja.class (not open) + XPATHErrorResources_ko.class (not open) + XPATHErrorResources_pt_BR.class (not open) + XPATHErrorResources_sv.class (not open) + XPATHErrorResources_zh_CN.class (not open) + XPATHErrorResources_zh_TW.class (not open) + XPATHMessages.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.292 +!MESSAGE Cannot handle com.sun.javafx.animation [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + TickCalculation.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.293 +!MESSAGE Cannot handle com.sun.corba.se.spi.legacy.connection [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Connection.class (not open) + GetEndPointInfoAgainException.class (not open) + LegacyServerSocketEndPointInfo.class (not open) + LegacyServerSocketManager.class (not open) + ORBSocketFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.293 +!MESSAGE Cannot handle com.sun.net.httpserver [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Authenticator$Failure.class (not open) + Authenticator$Result.class (not open) + Authenticator$Retry.class (not open) + Authenticator$Success.class (not open) + Authenticator.class (not open) + BasicAuthenticator.class (not open) + Filter$Chain.class (not open) + Filter.class (not open) + Headers.class (not open) + HttpContext.class (not open) + HttpExchange.class (not open) + HttpHandler.class (not open) + HttpPrincipal.class (not open) + HttpServer.class (not open) + HttpsConfigurator.class (not open) + HttpsExchange.class (not open) + HttpsParameters.class (not open) + HttpsServer.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.293 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.policy.subject [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + BindingSubject$WsdlMessageType.class (not open) + BindingSubject$WsdlNameScope.class (not open) + BindingSubject.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.294 +!MESSAGE Cannot handle com.sun.media.jfxmedia.control [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + VideoDataBuffer.class (not open) + VideoFormat$FormatTypes.class (not open) + VideoFormat.class (not open) + VideoRenderControl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.294 +!MESSAGE Cannot handle com.sun.nio.zipfs [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\zipfs.jar] + JarFileSystemProvider.class (not open) + ZipCoder.class (not open) + ZipConstants.class (not open) + ZipDirectoryStream$1.class (not open) + ZipDirectoryStream.class (not open) + ZipFileAttributes.class (not open) + ZipFileAttributeView$1.class (not open) + ZipFileAttributeView$AttrID.class (not open) + ZipFileAttributeView.class (not open) + ZipFileStore$ZipFileStoreAttributes.class (not open) + ZipFileStore.class (not open) + ZipFileSystem$1.class (not open) + ZipFileSystem$2.class (not open) + ZipFileSystem$3.class (not open) + ZipFileSystem$4.class (not open) + ZipFileSystem$5.class (not open) + ZipFileSystem$END.class (not open) + ZipFileSystem$Entry.class (not open) + ZipFileSystem$EntryInputStream.class (not open) + ZipFileSystem$EntryOutputStream.class (not open) + ZipFileSystem$ExChannelCloser.class (not open) + ZipFileSystem$IndexNode.class (not open) + ZipFileSystem.class (not open) + ZipFileSystemProvider.class (not open) + ZipInfo.class (not open) + ZipPath$1.class (not open) + ZipPath$2.class (not open) + ZipPath.class (not open) + ZipUtils.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.294 +!MESSAGE Cannot handle com.sun.scenario.effect.impl.sw.java [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + JSWBlend_ADDPeer.class (not open) + JSWBlend_BLUEPeer.class (not open) + JSWBlend_COLOR_BURNPeer.class (not open) + JSWBlend_COLOR_DODGEPeer.class (not open) + JSWBlend_DARKENPeer.class (not open) + JSWBlend_DIFFERENCEPeer.class (not open) + JSWBlend_EXCLUSIONPeer.class (not open) + JSWBlend_GREENPeer.class (not open) + JSWBlend_HARD_LIGHTPeer.class (not open) + JSWBlend_LIGHTENPeer.class (not open) + JSWBlend_MULTIPLYPeer.class (not open) + JSWBlend_OVERLAYPeer.class (not open) + JSWBlend_REDPeer.class (not open) + JSWBlend_SCREENPeer.class (not open) + JSWBlend_SOFT_LIGHTPeer.class (not open) + JSWBlend_SRC_ATOPPeer.class (not open) + JSWBlend_SRC_INPeer.class (not open) + JSWBlend_SRC_OUTPeer.class (not open) + JSWBlend_SRC_OVERPeer.class (not open) + JSWBoxBlurPeer.class (not open) + JSWBoxShadowPeer.class (not open) + JSWBrightpassPeer.class (not open) + JSWColorAdjustPeer.class (not open) + JSWDisplacementMapPeer.class (not open) + JSWEffectPeer.class (not open) + JSWInvertMaskPeer.class (not open) + JSWLinearConvolvePeer.class (not open) + JSWLinearConvolveShadowPeer.class (not open) + JSWPerspectiveTransformPeer.class (not open) + JSWPhongLighting_DISTANTPeer.class (not open) + JSWPhongLighting_POINTPeer.class (not open) + JSWPhongLighting_SPOTPeer.class (not open) + JSWRendererDelegate.class (not open) + JSWSepiaTonePeer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.294 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.sourcemodel [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.295 +!MESSAGE Cannot handle com.sun.xml.internal.org [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.295 +!MESSAGE Cannot handle com.sun.corba.se.org.omg [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.295 +!MESSAGE Cannot handle com.sun.xml.internal.ws.encoding.xml [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XMLCodec.class (not open) + XMLConstants.class (not open) + XMLMessage$FaultMessage.class (not open) + XMLMessage$MessageDataSource.class (not open) + XMLMessage$UnknownContent.class (not open) + XMLMessage$XMLMultiPart.class (not open) + XMLMessage$XmlContent.class (not open) + XMLMessage$XmlDataSource.class (not open) + XMLMessage.class (not open) + XMLPropertyBag.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.296 +!MESSAGE Cannot handle com.sun.javafx.scene.web [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Debugger.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.296 +!MESSAGE Cannot handle com.sun.imageio [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.296 +!MESSAGE Cannot handle com.sun.deploy.uitoolkit.impl.fx.ui.resources [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + Deployment.class (not open) + ResourceManager$1.class (not open) + ResourceManager.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.297 +!MESSAGE Cannot handle com.sun.xml.internal.fastinfoset.vocab [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ParserVocabulary.class (not open) + SerializerVocabulary.class (not open) + Vocabulary.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.297 +!MESSAGE Cannot handle com.sun.xml.internal.ws.runtime.config [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + MetroConfig.class (not open) + ObjectFactory.class (not open) + TubeFactoryConfig.class (not open) + TubeFactoryList.class (not open) + TubelineDefinition.class (not open) + TubelineFeature.class (not open) + TubelineFeatureReader.class (not open) + TubelineMapping.class (not open) + Tubelines.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.297 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.streaming [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.297 +!MESSAGE Cannot handle com.sun.xml.internal.messaging.saaj.packaging [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.298 +!MESSAGE Cannot handle com.sun.demo.jvmti.hprof [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Tracker.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.298 +!MESSAGE Cannot handle com.sun.security.cert [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.298 +!MESSAGE Cannot handle com.sun.corba.se.spi.activation.LocatorPackage [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ServerLocation.class (not open) + ServerLocationHelper.class (not open) + ServerLocationHolder.class (not open) + ServerLocationPerORB.class (not open) + ServerLocationPerORBHelper.class (not open) + ServerLocationPerORBHolder.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.299 +!MESSAGE Cannot handle com.sun.corba.se.spi.protocol [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + ClientDelegateFactory.class (not open) + CorbaClientDelegate.class (not open) + CorbaMessageMediator.class (not open) + CorbaProtocolHandler.class (not open) + CorbaServerRequestDispatcher.class (not open) + ForwardException.class (not open) + InitialServerRequestDispatcher.class (not open) + LocalClientRequestDispatcher.class (not open) + LocalClientRequestDispatcherFactory.class (not open) + PIHandler.class (not open) + RequestDispatcherDefault$1.class (not open) + RequestDispatcherDefault$2.class (not open) + RequestDispatcherDefault$3.class (not open) + RequestDispatcherDefault$4.class (not open) + RequestDispatcherDefault$5.class (not open) + RequestDispatcherDefault.class (not open) + RequestDispatcherRegistry.class (not open) + RetryType.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.299 +!MESSAGE Cannot handle com.sun.org.apache.xerces.internal.dom [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AttrImpl.class (not open) + AttrNSImpl.class (not open) + AttributeMap.class (not open) + CDATASectionImpl.class (not open) + CharacterDataImpl$1.class (not open) + CharacterDataImpl.class (not open) + ChildNode.class (not open) + CommentImpl.class (not open) + CoreDOMImplementationImpl.class (not open) + CoreDocumentImpl.class (not open) + DOMConfigurationImpl.class (not open) + DOMErrorImpl.class (not open) + DOMImplementationImpl.class (not open) + DOMImplementationListImpl.class (not open) + DOMImplementationSourceImpl.class (not open) + DOMInputImpl.class (not open) + DOMLocatorImpl.class (not open) + DOMMessageFormatter.class (not open) + DOMNormalizer$XMLAttributesProxy.class (not open) + DOMNormalizer.class (not open) + DOMOutputImpl.class (not open) + DOMStringListImpl.class (not open) + DOMXSImplementationSourceImpl.class (not open) + DeepNodeListImpl.class (not open) + DeferredAttrImpl.class (not open) + DeferredAttrNSImpl.class (not open) + DeferredCDATASectionImpl.class (not open) + DeferredCommentImpl.class (not open) + DeferredDOMImplementationImpl.class (not open) + DeferredDocumentImpl$IntVector.class (not open) + DeferredDocumentImpl$RefCount.class (not open) + DeferredDocumentImpl.class (not open) + DeferredDocumentTypeImpl.class (not open) + DeferredElementDefinitionImpl.class (not open) + DeferredElementImpl.class (not open) + DeferredElementNSImpl.class (not open) + DeferredEntityImpl.class (not open) + DeferredEntityReferenceImpl.class (not open) + DeferredNode.class (not open) + DeferredNotationImpl.class (not open) + DeferredProcessingInstructionImpl.class (not open) + DeferredTextImpl.class (not open) + DocumentFragmentImpl.class (not open) + DocumentImpl$EnclosingAttr.class (not open) + DocumentImpl$LEntry.class (not open) + DocumentImpl.class (not open) + DocumentTypeImpl.class (not open) + ElementDefinitionImpl.class (not open) + ElementImpl.class (not open) + ElementNSImpl.class (not open) + EntityImpl.class (not open) + EntityReferenceImpl.class (not open) + LCount.class (not open) + NamedNodeMapImpl.class (not open) + NodeImpl.class (not open) + NodeIteratorImpl.class (not open) + NodeListCache.class (not open) + NotationImpl.class (not open) + PSVIAttrNSImpl.class (not open) + PSVIDOMImplementationImpl.class (not open) + PSVIDocumentImpl.class (not open) + PSVIElementNSImpl.class (not open) + ParentNode$1.class (not open) + ParentNode$UserDataRecord.class (not open) + ParentNode.class (not open) + ProcessingInstructionImpl.class (not open) + RangeExceptionImpl.class (not open) + RangeImpl.class (not open) + TextImpl.class (not open) + TreeWalkerImpl.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.299 +!MESSAGE Cannot handle com.sun.management.jmx [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + Introspector.class (not open) + JMProperties.class (not open) + MBeanServerImpl.class (not open) + ServiceName.class (not open) + Trace.class (not open) + TraceFilter.class (not open) + TraceListener.class (not open) + TraceNotification.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.300 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy.privateutil [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.300 +!MESSAGE Cannot handle com.sun.xml.internal.stream [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.300 +!MESSAGE Cannot handle com.sun.jmx.defaults [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + JmxProperties.class (not open) + ServiceName.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.300 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.fastinfoset [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + FastInfosetFeature.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.301 +!MESSAGE Cannot handle com.sun.xml.internal.txw2.output [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CharacterEscapeHandler.class (not open) + DataWriter.class (not open) + DelegatingXMLStreamWriter.class (not open) + Dom2SaxAdapter.class (not open) + DomSerializer.class (not open) + DumbEscapeHandler.class (not open) + DumpSerializer.class (not open) + IndentingXMLFilter.class (not open) + IndentingXMLStreamWriter.class (not open) + ResultFactory.class (not open) + SaxSerializer.class (not open) + StaxSerializer.class (not open) + StreamSerializer$1.class (not open) + StreamSerializer.class (not open) + TXWResult.class (not open) + TXWSerializer.class (not open) + XMLWriter.class (not open) + XmlSerializer.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.301 +!MESSAGE Cannot handle com.sun.corba.se.spi.servicecontext [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + CodeSetServiceContext.class (not open) + MaxStreamFormatVersionServiceContext.class (not open) + ORBVersionServiceContext.class (not open) + SendingContextServiceContext.class (not open) + ServiceContext.class (not open) + ServiceContextData.class (not open) + ServiceContextRegistry.class (not open) + ServiceContexts.class (not open) + UEInfoServiceContext.class (not open) + UnknownServiceContext.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.302 +!MESSAGE Cannot handle com.sun.org.apache.xml.internal.res [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + XMLErrorResources.class (not open) + XMLErrorResources_ca.class (not open) + XMLErrorResources_cs.class (not open) + XMLErrorResources_de.class (not open) + XMLErrorResources_en.class (not open) + XMLErrorResources_es.class (not open) + XMLErrorResources_fr.class (not open) + XMLErrorResources_it.class (not open) + XMLErrorResources_ja.class (not open) + XMLErrorResources_ko.class (not open) + XMLErrorResources_pt_BR.class (not open) + XMLErrorResources_sk.class (not open) + XMLErrorResources_sv.class (not open) + XMLErrorResources_tr.class (not open) + XMLErrorResources_zh_CN.class (not open) + XMLErrorResources_zh_HK.class (not open) + XMLErrorResources_zh_TW.class (not open) + XMLMessages.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.302 +!MESSAGE Cannot handle com.sun.net.ssl.internal [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.302 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.model.wsdl [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + WSDLBoundFault.class (not open) + WSDLBoundOperation$ANONYMOUS.class (not open) + WSDLBoundOperation.class (not open) + WSDLBoundPortType.class (not open) + WSDLDescriptorKind.class (not open) + WSDLExtensible.class (not open) + WSDLExtension.class (not open) + WSDLFault.class (not open) + WSDLFeaturedObject.class (not open) + WSDLInput.class (not open) + WSDLMessage.class (not open) + WSDLModel$WSDLParser.class (not open) + WSDLModel.class (not open) + WSDLObject.class (not open) + WSDLOperation.class (not open) + WSDLOutput.class (not open) + WSDLPart.class (not open) + WSDLPartDescriptor.class (not open) + WSDLPort.class (not open) + WSDLPortType.class (not open) + WSDLService.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.302 +!MESSAGE Cannot handle com.sun.media.jfxmedia.track [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + AudioTrack.class (not open) + SubtitleTrack.class (not open) + Track$Encoding.class (not open) + Track.class (not open) + VideoResolution.class (not open) + VideoTrack.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.303 +!MESSAGE Cannot handle com.sun.webkit.network.data [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar] + DataURLConnection.class (not open) + Handler.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.303 +!MESSAGE Cannot handle com.sun.jndi.url.rmi [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + rmiURLContext.class (not open) + rmiURLContextFactory.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.303 +!MESSAGE Cannot handle com.sun.xml.internal.ws.api.addressing [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + AddressingPropertySet.class (not open) + AddressingVersion$1.class (not open) + AddressingVersion$2.class (not open) + AddressingVersion$EPR.class (not open) + AddressingVersion.class (not open) + EPRHeader.class (not open) + NonAnonymousResponseProcessor$1.class (not open) + NonAnonymousResponseProcessor.class (not open) + OneWayFeature.class (not open) + OutboundReferenceParameterHeader$1.class (not open) + OutboundReferenceParameterHeader$1Filter.class (not open) + OutboundReferenceParameterHeader$2.class (not open) + OutboundReferenceParameterHeader$Attribute.class (not open) + OutboundReferenceParameterHeader.class (not open) + WSEndpointReference$1.class (not open) + WSEndpointReference$2.class (not open) + WSEndpointReference$3.class (not open) + WSEndpointReference$4.class (not open) + WSEndpointReference$EPRExtension.class (not open) + WSEndpointReference$Metadata.class (not open) + WSEndpointReference$SAXBufferProcessorImpl.class (not open) + WSEndpointReference.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.304 +!MESSAGE Cannot handle com.sun.xml.internal.ws.policy [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.304 +!MESSAGE Cannot handle com.sun.java.swing.plaf.motif [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.304 +!MESSAGE Cannot handle com.sun.corba [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.305 +!MESSAGE Cannot handle com.sun.xml.internal.bind.v2.runtime.property [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\resources.jar] as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.305 +!MESSAGE Cannot handle com.sun.security.auth [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + LdapPrincipal.class (not open) + NTDomainPrincipal.class (not open) + NTNumericCredential.class (not open) + NTSid.class (not open) + NTSidDomainPrincipal.class (not open) + NTSidGroupPrincipal.class (not open) + NTSidPrimaryGroupPrincipal.class (not open) + NTSidUserPrincipal.class (not open) + NTUserPrincipal.class (not open) + PolicyFile.class (not open) + PrincipalComparator.class (not open) + SolarisNumericGroupPrincipal$1.class (not open) + SolarisNumericGroupPrincipal.class (not open) + SolarisNumericUserPrincipal$1.class (not open) + SolarisNumericUserPrincipal.class (not open) + SolarisPrincipal$1.class (not open) + SolarisPrincipal.class (not open) + UnixNumericGroupPrincipal.class (not open) + UnixNumericUserPrincipal.class (not open) + UnixPrincipal.class (not open) + UserPrincipal.class (not open) + X500Principal$1.class (not open) + X500Principal.class (not open) + package-info.class (not open) as return type. + +!ENTRY org.eclipse.jdt.core.manipulation 4 10001 2021-01-04 09:29:05.305 +!MESSAGE Cannot handle com.sun.corba.se.spi.legacy.interceptor [in C:\Program Files\Java\jdk1.8.0_91\jre\lib\rt.jar] + IORInfoExt.class (not open) + ORBInitInfoExt.class (not open) + RequestInfoExt.class (not open) + UnknownType.class (not open) as return type. + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:07.565 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:07.566 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:19.302 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:19.303 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:20.745 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:20.746 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:38.033 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:29:38.036 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:32:55.328 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:32:55.330 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:03.742 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:03.744 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:18.171 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:18.173 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:27.296 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:27.298 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:44.223 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:44.225 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:47.515 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:47.517 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:53.500 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:33:53.502 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:36:18.758 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:36:18.759 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:37:04.003 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:37:04.005 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:37:54.425 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:37:54.427 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:38:03.226 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:38:03.228 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:38:10.761 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:38:10.763 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:39:12.945 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:39:12.946 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:39:39.323 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:39:39.325 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:15.570 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:15.571 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:43.722 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:43.724 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:50.407 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:50.410 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:58.422 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:41:58.424 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:09.305 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:09.307 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:11.227 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:11.229 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:15.262 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:15.264 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:36.238 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:42:36.240 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:20.895 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:20.896 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:28.928 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:28.929 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:31.041 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:31.043 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:34.986 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:34.988 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:46.967 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:43:46.968 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:27.192 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:27.194 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:35.057 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:35.059 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:43.892 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:43.893 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:46.086 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:44:46.087 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:18.638 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:18.640 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:22.271 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:22.273 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:33.198 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:33.200 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:50.936 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:46:50.938 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:47:26.614 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:47:26.615 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:47:28.649 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:47:28.651 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:48:50.997 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:48:50.999 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:48:52.433 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:48:52.435 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:48:58.684 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:48:58.685 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:49:26.434 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:49:26.435 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:49:49.678 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:49:49.680 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:04.994 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:04.996 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:06.003 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:06.004 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:20.641 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:20.642 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:33.211 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:33.213 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:49.441 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:49.442 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:54.784 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:54.786 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:56.129 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:50:56.130 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:52:01.410 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:52:01.412 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:52:02.572 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:52:02.574 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:52:13.290 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:52:13.292 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:53:06.428 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:53:06.430 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:53:07.711 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:53:07.713 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:53:10.524 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:53:10.525 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:14.479 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:14.481 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:26.726 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:26.728 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:43.181 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:43.182 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:46.368 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:54:46.369 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:05.102 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:05.104 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:08.005 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:08.006 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:14.341 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:14.342 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:22.429 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:22.431 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:33.707 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:55:33.708 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:56:01.593 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 09:56:01.594 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:17:21.689 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:17:21.690 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:17:23.163 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:17:23.163 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:17:54.232 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:17:54.234 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:22:26.809 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:22:26.811 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:22:51.828 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:22:51.830 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:23:15.091 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:23:15.093 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:23:35.195 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! + +!ENTRY org.eclipse.m2e.logback.appender 2 0 2021-01-04 10:23:35.197 +!MESSAGE Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! diff --git a/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources index 93e00cbf57eca0f96002ed27df9699e1c471a908..5cced22518b8c0e8cea7b8b8c0701b59eff925e4 100644 GIT binary patch literal 15775 zcmeI3v5wO~5QeEErK6%imLgi?UEA?_rAQ~iHAoZ)3Ocljm*B&(BYVx|L`4l95--3L zP=gQ^ufhXdNrQcMHnD}rj*gRV#q{IJ&hGdBo{a6|FYn(?zTLWg=iaAZpFe)TJ6Z8e ziqw#N9*Oa2@-&Z)M?5wx+n|KmF0+a8;N+P>ElS3tMI?CoP(+fyNYbS#7E!p)gc*o= zzBCs}DrPdxi!>c^>p%>MIt^r%5l(iNN%IYl!hp*#iQ(8XW&iT3GV&14wK|W^V^i|% zb!PU(s#125LAiS;n{}98uDh|1YMEqe`JOc;Hu0%D9zoYEwxzYM={SOo6dP&I^DqiT z+EXYUa$4mvoMziafX82!7x6q^yb9xG{o7D!&D4YIivu$Z29U_tp(&Fj%Ic-uH)Sfs zjL=Sg)m~R+{&@cT;!;abEz!C?x?864M=7aXj>g~OD<;INj$ z;9ylxDX}^ff=Vs5#S?UmI``H!gER&&f3+1E9M+Tq99venli7eRX(k_BW34lIF{S12 zgjUBMptSmmL#6gOsc&PBVR_7Un4`&U4BkxzFX*#MW?)oHWngSWWMJeq-(UK-XGeau zPDs~R1Ha1O&+=a-&|w|QX{zK`!TyL5${Y*3w?>PlCH0`l?p|MibJ3+XBR;w=y6$#5qL1s^7AxjHIPTe>ZK3OG;ku5?90$=w*VWH; zUBVo6UF>z$;}m@w26xIF4_y~sS2x%7i$<4OE~1O*YKX4S>?xv)=<0_qDW1epL>JN3 z4_#^@y6qRga5$#HaIEMSD9&{e-Mtq!b(t^}=z7e>xh@XJv>T53MYn+HqU&nuy3P@! z`1%dHu7Q2+n{ delta 7 OcmbPVeVlj0aW()B{R3 - - + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration ModelMigrationProcessor.001 - + @@ -11,9 +11,9 @@ topLevel - - - + + + persp.actionSet:org.eclipse.mylyn.doc.actionSet persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation @@ -81,128 +81,128 @@ persp.newWizSC:org.eclipse.xtend.ide.wizards.NewXtendEnumWizard persp.newWizSC:org.eclipse.xtend.ide.wizards.NewXtendAnnotationWizard persp.actionSet:org.eclipse.debug.ui.debugActionSet - - - + + + org.eclipse.e4.primaryNavigationStack Minimized MinimizedByZoom - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:General - + View categoryTag:WindowBuilder - + View categoryTag:WindowBuilder - + View categoryTag:Java - - + + View categoryTag:Git - - - + + + Maximized - - + + Minimized MinimizedByZoom - + View categoryTag:Mylyn - + org.eclipse.e4.secondaryNavigationStack MinimizedByZoom - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Ant - + org.eclipse.e4.secondaryDataStack Synthclipse Java Debug Minimized MinimizedByZoom - + View categoryTag:General - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Synthclipse - + View categoryTag:Java - + View categoryTag:Debug @@ -210,7 +210,7 @@ - + persp.actionSet:org.eclipse.mylyn.doc.actionSet persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation @@ -268,132 +268,132 @@ persp.viewSC:org.eclipse.ant.ui.views.AntView persp.viewSC:org.eclipse.cdt.dsf.gdb.ui.tracecontrol.view persp.viewSC:org.eclipse.cdt.debug.ui.debuggerConsoleView - - - + + + org.eclipse.e4.primaryNavigationStack MinimizedByZoom - + View categoryTag:Debug - + View categoryTag:General - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:Java busy - - + + View categoryTag:Debug - - - + + + Maximized - + org.eclipse.e4.secondaryNavigationStack Minimized MinimizedByZoom - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Ant - + Minimized MinimizedByZoom - + View categoryTag:General active - + View categoryTag:Debug - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:Debug @@ -402,3774 +402,3801 @@ - - + + View categoryTag:Help - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:Help - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:Help - - - active - noFocus - - - Editor - removeOnHide - org.eclipse.jdt.ui.CompilationUnitEditor - - - - Editor - removeOnHide - org.eclipse.cdt.ui.editor.asm.AsmEditor - - - - Editor - removeOnHide - org.eclipse.jdt.ui.CompilationUnitEditor - - - - Editor - removeOnHide - org.eclipse.jdt.ui.CompilationUnitEditor + + + active + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + active + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + + + + Editor + removeOnHide + org.eclipse.jdt.ui.CompilationUnitEditor + - + View categoryTag:Java - + ViewMenu menuContribution:menu - + - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:Java - + ViewMenu menuContribution:menu - + - + View categoryTag:Java - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Mylyn - + ViewMenu menuContribution:menu - + - + View categoryTag:WindowBuilder - + View categoryTag:WindowBuilder - + View categoryTag:Git - + View categoryTag:Java - + ViewMenu menuContribution:menu - + - + View categoryTag:Ant - + View categoryTag:Synthclipse - + ViewMenu menuContribution:menu - + - + View categoryTag:Java - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - - + + toolbarSeparator - + - + Draggable - + - + toolbarSeparator - + - + Draggable - + toolbarSeparator - + - + Draggable - + Draggable - + Draggable - + Draggable - + Draggable - + Draggable - + toolbarSeparator - + - + Draggable - + - + Draggable - + toolbarSeparator - + - + toolbarSeparator - + - + Draggable - + stretch SHOW_RESTORE_MENU - + Draggable HIDEABLE SHOW_RESTORE_MENU - - + + stretch - + Draggable - + Draggable - - + + TrimStack Draggable - - - + + + TrimStack Draggable - + TrimStack Draggable - - + + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - + + - - - - - - - + + + + + + + - - - + + + - - - + + + - - - - - + + + + + - - + + - - + + - - - + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + - - - - + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + platform:win32 - + platform:win32 - + platform:win32 - - - - - - + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + platform:win32 - - - + + + - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - + + - - - - - - + + + + + + - - - + + + - - - + + + - - - + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + - - + + - - - + + + - - + + - - - + + + - - + + platform:win32 - - - - - - + + + + + + - - - - + + + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - - + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor removeOnHide - + View categoryTag:Ant - + View categoryTag:Gradle - + View categoryTag:Gradle - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Java - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git NoRestore - + View categoryTag:Git - + View categoryTag:Help - + View categoryTag:Debug - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:Java Browsing - + View categoryTag:Java Browsing - + View categoryTag:Java Browsing - + View categoryTag:Java Browsing - + View categoryTag:Java - + View categoryTag:General - + View categoryTag:Java - + View categoryTag:Java - + View categoryTag:Mylyn - + View categoryTag:Mylyn - + View categoryTag:Mylyn - + View categoryTag:Oomph - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Team - + View categoryTag:Team - + View categoryTag:Help - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:XML - + View categoryTag:XML - + View categoryTag:Maven - + View categoryTag:Maven - + View categoryTag:C/C++ - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Make - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:General - + View categoryTag:Mylyn - + View categoryTag:General - + View categoryTag:API Tools - + View categoryTag:Plug-in Development - + View categoryTag:Plug-in Development - + View categoryTag:Plug-in Development - + View categoryTag:Plug-in Development - + View categoryTag:Plug-in Development - + View categoryTag:Plug-in Development - + View categoryTag:WindowBuilder - + View categoryTag:WindowBuilder - + View categoryTag:PyDev - + View categoryTag:PyDev - + View categoryTag:PyDev - + View categoryTag:PyDev - + View categoryTag:PyDev - + View categoryTag:PyDev - + View categoryTag:PyDev - + View categoryTag:PyDev - + View categoryTag:JavaScript - + View categoryTag:JavaScript - + View categoryTag:JavaScript - + View categoryTag:JavaScript - + View categoryTag:JavaScript - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:Synthclipse - + View categoryTag:JavaFX - + View categoryTag:Xtend - + View categoryTag:Xtext - + View categoryTag:Xtext - - + + glue move_after:PerspectiveSpacer SHOW_RESTORE_MENU - + move_after:Spacer Glue HIDEABLE SHOW_RESTORE_MENU - + glue move_after:SearchField SHOW_RESTORE_MENU - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + - - - + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt b/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt index ab86e40..06f0491 100644 --- a/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt +++ b/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt @@ -17,5 +17,6 @@ INDEX VERSION 1.131+C:\dev\playing-coffee\.metadata\.plugins\org.eclipse.jdt.cor 21486501.index 4163494320.index 2709655776.index +2068962978.index 3179953034.index 596698939.index diff --git a/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log b/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log index 7e38f1a..79bd1a9 100644 --- a/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log +++ b/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log @@ -13964,3 +13964,927 @@ 2021-01-04 07:29:42,039 [Worker-17: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource 2021-01-04 07:29:42,041 [Worker-17: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! 2021-01-04 07:29:42,043 [Worker-17: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:07:40,944 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:07:40,950 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:07:40,951 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:07:40,952 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:08:16,361 [Worker-25: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:08:16,364 [Worker-25: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:08:16,365 [Worker-25: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:08:16,366 [Worker-25: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:08:45,791 [Worker-24: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:08:45,793 [Worker-24: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:08:45,793 [Worker-24: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:08:45,794 [Worker-24: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:09:22,524 [Worker-23: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:09:22,525 [Worker-23: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:09:22,527 [Worker-23: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:09:22,528 [Worker-23: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:09:40,558 [Worker-23: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:09:40,559 [Worker-23: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:09:40,560 [Worker-23: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:09:40,561 [Worker-23: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:14,737 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:14,739 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:14,741 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:14,742 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:20,472 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:20,475 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:20,476 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:20,477 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:32,123 [Worker-26: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:32,124 [Worker-26: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:32,125 [Worker-26: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:32,126 [Worker-26: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:50,580 [Worker-26: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:50,581 [Worker-26: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:50,582 [Worker-26: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:50,583 [Worker-26: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:53,942 [Worker-29: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:53,943 [Worker-29: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:10:53,944 [Worker-29: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:10:53,945 [Worker-29: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:10,962 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:10,964 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:10,965 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:10,966 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:15,957 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:15,958 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:15,959 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:15,960 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:17,044 [Worker-24: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:17,045 [Worker-24: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:17,046 [Worker-24: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:17,047 [Worker-24: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:22,912 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:22,914 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:22,915 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:22,916 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:28,291 [Worker-30: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:28,292 [Worker-30: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:13:28,294 [Worker-30: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:13:28,295 [Worker-30: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:36,415 [Worker-31: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:36,416 [Worker-31: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:36,418 [Worker-31: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:36,419 [Worker-31: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:40,496 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:40,498 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:40,499 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:40,501 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:44,096 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:44,097 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:44,098 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:44,099 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:47,277 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:47,278 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:14:47,279 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:14:47,280 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:15:27,406 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:15:27,408 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:15:27,410 [Worker-21: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:15:27,411 [Worker-21: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:15:31,149 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:15:31,150 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:15:31,151 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:15:31,151 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:14,520 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:14,521 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:14,522 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:14,523 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:20,238 [Worker-34: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:20,239 [Worker-34: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:20,240 [Worker-34: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:20,241 [Worker-34: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:22,670 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:22,671 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:22,672 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:22,673 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:27,014 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:27,015 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:27,016 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:27,016 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:50,673 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:50,674 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:17:50,674 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:17:50,675 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:18:19,154 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:18:19,155 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:18:19,156 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:18:19,157 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:18:20,271 [Worker-35: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:18:20,273 [Worker-35: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:18:20,273 [Worker-35: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:18:20,274 [Worker-35: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:18:27,626 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:18:27,627 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:18:27,628 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:18:27,629 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:19:42,512 [Worker-34: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:19:42,513 [Worker-34: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:19:42,513 [Worker-34: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:19:42,514 [Worker-34: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:07,331 [Worker-34: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:07,333 [Worker-34: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:07,334 [Worker-34: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:07,335 [Worker-34: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:45,227 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:45,228 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:45,229 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:45,230 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:52,197 [Worker-36: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:52,198 [Worker-36: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:52,199 [Worker-36: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:52,200 [Worker-36: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:55,883 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:55,884 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:20:55,885 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:20:55,886 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:21:00,077 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:21:00,078 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:21:00,079 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:21:00,079 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:21:07,060 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:21:07,061 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:21:07,062 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:21:07,063 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:21:12,504 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:21:12,506 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:21:12,507 [Worker-33: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:21:12,507 [Worker-33: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:22:08,819 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:22:08,821 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:22:08,822 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:22:08,823 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:22:16,651 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:22:16,652 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:22:16,653 [Worker-32: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:22:16,654 [Worker-32: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:25:03,770 [Worker-36: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:25:03,772 [Worker-36: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:25:03,772 [Worker-36: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:25:03,773 [Worker-36: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:06,267 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:06,269 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:06,271 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:06,272 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:07,427 [Worker-41: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:07,428 [Worker-41: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:07,429 [Worker-41: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:07,430 [Worker-41: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:10,596 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:10,597 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:10,598 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:10,599 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:14,186 [Worker-39: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:14,187 [Worker-39: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:14,188 [Worker-39: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:14,189 [Worker-39: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:30,457 [Worker-36: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:30,458 [Worker-36: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:30,459 [Worker-36: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:30,460 [Worker-36: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:47,591 [Worker-25: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:47,592 [Worker-25: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:27:47,593 [Worker-25: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:27:47,594 [Worker-25: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:40:44,846 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:40:44,847 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:40:44,848 [Worker-25: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:40:44,849 [Worker-25: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:40:46,031 [Worker-44: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:40:46,032 [Worker-44: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:40:46,033 [Worker-44: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:40:46,033 [Worker-44: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:08,575 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:08,577 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:08,577 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:08,578 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:17,484 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:17,485 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:17,485 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:17,486 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:22,222 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:22,224 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:22,224 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:22,225 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:39,803 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:39,804 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:39,805 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:39,805 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:49,927 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:49,929 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:42:49,930 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:42:49,931 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:43:50,840 [Worker-52: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:43:50,841 [Worker-52: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:43:50,842 [Worker-52: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:43:50,843 [Worker-52: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:11,645 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:11,646 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:11,647 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:11,647 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:28,145 [Worker-51: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:28,146 [Worker-51: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:28,147 [Worker-51: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:28,148 [Worker-51: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:29,337 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:29,347 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:29,348 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:29,348 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:51,076 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:51,077 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:44:51,077 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:44:51,078 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:45:17,368 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:45:17,369 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:45:17,369 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:45:17,370 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:45:40,599 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:45:40,600 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:45:40,601 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:45:40,601 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:45:41,919 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:45:41,920 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:45:41,921 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:45:41,922 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:46:43,736 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:46:43,737 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:46:43,738 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:46:43,739 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:46:47,236 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:46:47,237 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:46:47,238 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:46:47,239 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:15,922 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:15,923 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:15,924 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:15,924 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:28,525 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:28,526 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:28,527 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:28,528 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:36,748 [Worker-52: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:36,749 [Worker-52: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:36,749 [Worker-52: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:36,750 [Worker-52: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:45,622 [Worker-56: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:45,623 [Worker-56: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:45,624 [Worker-56: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:45,625 [Worker-56: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:51,885 [Worker-57: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:51,887 [Worker-57: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:51,888 [Worker-57: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:51,890 [Worker-57: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:53,483 [Worker-57: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:53,484 [Worker-57: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:47:53,485 [Worker-57: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:47:53,486 [Worker-57: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:01,266 [Worker-52: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:01,268 [Worker-52: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:01,268 [Worker-52: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:01,269 [Worker-52: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:13,968 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:13,969 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:13,970 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:13,971 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:19,444 [Worker-54: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:19,445 [Worker-54: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:19,446 [Worker-54: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:19,446 [Worker-54: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:26,459 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:26,460 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:48:26,461 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:48:26,461 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:03,072 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:03,073 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:03,074 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:03,076 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:18,317 [Worker-56: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:18,319 [Worker-56: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:18,320 [Worker-56: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:18,321 [Worker-56: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:23,069 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:23,070 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:23,070 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:23,071 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:50,159 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:50,160 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:49:50,161 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:49:50,161 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:02,000 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:02,001 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:02,002 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:02,002 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:10,014 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:10,015 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:10,015 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:10,016 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:23,936 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:23,937 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:23,938 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:23,939 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:25,427 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:25,427 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:50:25,427 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:50:25,428 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:16,960 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:16,961 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:16,961 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:16,963 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:24,131 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:24,133 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:24,133 [Worker-51: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:24,134 [Worker-51: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:39,616 [Worker-53: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:39,618 [Worker-53: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:39,618 [Worker-53: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:39,619 [Worker-53: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:48,318 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:48,319 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:48,320 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:48,321 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:53,835 [Worker-57: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:53,836 [Worker-57: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:51:53,837 [Worker-57: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:51:53,837 [Worker-57: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:52:09,996 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:52:09,997 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:52:09,998 [Worker-55: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:52:09,999 [Worker-55: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:52:42,750 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:52:42,751 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:52:42,752 [Worker-46: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:52:42,753 [Worker-46: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:52:51,416 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:52:51,417 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:52:51,418 [Worker-50: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:52:51,419 [Worker-50: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:53:01,382 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:53:01,387 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:53:01,388 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:53:01,388 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:53:09,488 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:53:09,490 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:53:09,490 [Worker-45: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:53:09,491 [Worker-45: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:53:30,691 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:53:30,692 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:53:30,692 [Worker-49: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:53:30,693 [Worker-49: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:54:26,744 [Worker-53: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:54:26,745 [Worker-53: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:54:26,746 [Worker-53: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:54:26,747 [Worker-53: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:54:38,899 [Worker-54: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:54:38,900 [Worker-54: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:54:38,902 [Worker-54: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:54:38,902 [Worker-54: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:54:45,677 [Worker-53: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:54:45,678 [Worker-53: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:54:45,679 [Worker-53: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:54:45,680 [Worker-53: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:58:05,870 [Worker-59: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:58:05,871 [Worker-59: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:58:05,871 [Worker-59: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:58:05,872 [Worker-59: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:59:38,549 [Worker-63: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:59:38,550 [Worker-63: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:59:38,551 [Worker-63: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:59:38,552 [Worker-63: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:59:47,532 [Worker-59: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:59:47,533 [Worker-59: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:59:47,534 [Worker-59: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:59:47,535 [Worker-59: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:59:57,736 [Worker-59: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:59:57,737 [Worker-59: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 08:59:57,738 [Worker-59: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 08:59:57,739 [Worker-59: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:02:37,990 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:02:37,991 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:02:37,992 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:02:37,993 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:02:42,768 [Worker-70: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:02:42,769 [Worker-70: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:02:42,770 [Worker-70: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:02:42,771 [Worker-70: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:03:04,015 [Worker-70: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:03:04,016 [Worker-70: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:03:04,017 [Worker-70: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:03:04,018 [Worker-70: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:04:37,686 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:04:37,688 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:04:37,688 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:04:37,689 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:04,215 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:04,216 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:04,217 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:04,218 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:07,801 [Worker-76: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:07,803 [Worker-76: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:07,803 [Worker-76: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:07,804 [Worker-76: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:24,392 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:24,393 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:24,394 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:24,394 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:26,742 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:26,743 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:26,744 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:26,744 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:36,182 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:36,183 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:36,183 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:36,184 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:42,123 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:42,124 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:42,125 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:42,126 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:44,184 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:44,185 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:08:44,186 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:08:44,187 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:09:26,429 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:09:26,430 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:09:26,430 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:09:26,431 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:09:29,948 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:09:29,949 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:09:29,950 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:09:29,950 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:09:42,315 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:09:42,316 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:09:42,317 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:09:42,318 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:38,163 [Worker-76: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:38,164 [Worker-76: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:38,164 [Worker-76: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:38,165 [Worker-76: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:42,831 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:42,832 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:42,832 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:42,833 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:46,728 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:46,729 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:46,730 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:46,730 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:50,724 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:50,725 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:10:50,726 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:10:50,726 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:27,433 [Worker-75: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:27,434 [Worker-75: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:27,434 [Worker-75: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:27,435 [Worker-75: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:33,882 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:33,883 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:33,884 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:33,885 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:41,236 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:41,237 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:41,237 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:41,238 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:45,269 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:45,270 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:11:45,270 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:11:45,271 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:24,371 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:24,372 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:24,373 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:24,374 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:27,153 [Worker-76: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:27,154 [Worker-76: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:27,155 [Worker-76: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:27,155 [Worker-76: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:29,165 [Worker-79: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:29,166 [Worker-79: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:29,167 [Worker-79: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:29,168 [Worker-79: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:44,550 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:44,551 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:12:44,552 [Worker-69: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:12:44,553 [Worker-69: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:13:00,079 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:13:00,080 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:13:00,081 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:13:00,082 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:13:41,112 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:13:41,113 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:13:41,114 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:13:41,115 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:13:45,825 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:13:45,826 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:13:45,827 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:13:45,828 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:43,266 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:43,267 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:43,268 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:43,269 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:44,277 [Worker-78: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:44,278 [Worker-78: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:44,279 [Worker-78: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:44,280 [Worker-78: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:51,369 [Worker-78: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:51,370 [Worker-78: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:51,371 [Worker-78: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:51,372 [Worker-78: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:58,534 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:58,536 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:15:58,536 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:15:58,537 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:17,109 [Worker-82: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:17,110 [Worker-82: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:17,111 [Worker-82: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:17,112 [Worker-82: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:22,713 [Worker-75: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:22,714 [Worker-75: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:22,714 [Worker-75: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:22,715 [Worker-75: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:49,933 [Worker-78: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:49,934 [Worker-78: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:49,934 [Worker-78: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:49,934 [Worker-78: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:57,076 [Worker-80: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:57,077 [Worker-80: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:16:57,078 [Worker-80: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:16:57,078 [Worker-80: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:17,819 [Worker-82: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:17,820 [Worker-82: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:17,821 [Worker-82: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:17,822 [Worker-82: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:18,883 [Worker-75: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:18,884 [Worker-75: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:18,884 [Worker-75: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:18,885 [Worker-75: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:28,913 [Worker-78: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:28,914 [Worker-78: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:28,915 [Worker-78: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:28,916 [Worker-78: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:30,377 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:30,378 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:30,379 [Worker-77: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:30,380 [Worker-77: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:37,436 [Worker-81: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:37,437 [Worker-81: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:37,438 [Worker-81: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:37,439 [Worker-81: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:59,637 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:59,638 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:17:59,639 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:17:59,640 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:18:03,673 [Worker-82: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:18:03,674 [Worker-82: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:18:03,675 [Worker-82: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:18:03,676 [Worker-82: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:18:56,052 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:18:56,053 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:18:56,054 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:18:56,055 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:19:01,399 [Worker-78: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:19:01,400 [Worker-78: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:19:01,400 [Worker-78: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:19:01,401 [Worker-78: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:19:16,730 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:19:16,731 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:19:16,732 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:19:16,733 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:19:19,700 [Worker-79: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:19:19,701 [Worker-79: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:19:19,702 [Worker-79: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:19:19,703 [Worker-79: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:04,036 [Worker-87: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:04,037 [Worker-87: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:04,038 [Worker-87: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:04,039 [Worker-87: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:29,459 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:29,460 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:29,461 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:29,462 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:40,474 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:40,475 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:40,475 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:40,476 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:45,247 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:45,248 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:27:45,249 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:27:45,249 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:15,076 [Worker-87: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:15,077 [Worker-87: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:15,078 [Worker-87: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:15,078 [Worker-87: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:24,267 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:24,269 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:24,269 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:24,270 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:35,172 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:35,173 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:35,173 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:35,174 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:36,930 [Worker-87: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:36,931 [Worker-87: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:28:36,932 [Worker-87: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:28:36,933 [Worker-87: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:07,564 [Worker-85: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:07,565 [Worker-85: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:07,566 [Worker-85: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:07,567 [Worker-85: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:19,301 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:19,302 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:19,303 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:19,303 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:20,744 [Worker-84: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:20,745 [Worker-84: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:20,746 [Worker-84: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:20,746 [Worker-84: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:38,033 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:38,034 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:29:38,035 [Worker-85: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:29:38,036 [Worker-85: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:32:55,328 [Worker-90: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:32:55,329 [Worker-90: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:32:55,330 [Worker-90: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:32:55,330 [Worker-90: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:03,742 [Worker-89: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:03,743 [Worker-89: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:03,744 [Worker-89: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:03,744 [Worker-89: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:18,171 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:18,172 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:18,173 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:18,173 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:27,295 [Worker-89: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:27,296 [Worker-89: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:27,297 [Worker-89: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:27,298 [Worker-89: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:44,223 [Worker-91: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:44,224 [Worker-91: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:44,224 [Worker-91: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:44,225 [Worker-91: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:47,515 [Worker-91: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:47,516 [Worker-91: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:47,516 [Worker-91: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:47,517 [Worker-91: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:53,500 [Worker-92: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:53,501 [Worker-92: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:33:53,501 [Worker-92: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:33:53,502 [Worker-92: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:36:18,757 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:36:18,758 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:36:18,759 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:36:18,760 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:37:04,002 [Worker-93: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:37:04,004 [Worker-93: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:37:04,004 [Worker-93: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:37:04,005 [Worker-93: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:37:54,425 [Worker-95: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:37:54,426 [Worker-95: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:37:54,427 [Worker-95: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:37:54,428 [Worker-95: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:38:03,225 [Worker-92: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:38:03,226 [Worker-92: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:38:03,227 [Worker-92: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:38:03,228 [Worker-92: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:38:10,761 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:38:10,762 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:38:10,763 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:38:10,764 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:39:12,944 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:39:12,945 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:39:12,946 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:39:12,946 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:39:39,323 [Worker-95: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:39:39,324 [Worker-95: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:39:39,324 [Worker-95: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:39:39,325 [Worker-95: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:15,569 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:15,570 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:15,571 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:15,572 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:43,722 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:43,723 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:43,724 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:43,725 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:50,407 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:50,408 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:50,409 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:50,411 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:58,422 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:58,423 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:41:58,424 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:41:58,424 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:09,305 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:09,306 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:09,306 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:09,307 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:11,227 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:11,228 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:11,229 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:11,230 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:15,262 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:15,263 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:15,264 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:15,264 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:36,238 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:36,239 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:42:36,239 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:42:36,240 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:20,894 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:20,895 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:20,896 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:20,897 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:28,927 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:28,928 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:28,929 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:28,929 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:31,041 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:31,042 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:31,042 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:31,043 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:34,986 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:34,987 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:34,988 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:34,988 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:46,966 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:46,967 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:43:46,968 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:43:46,969 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:27,191 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:27,193 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:27,194 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:27,194 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:35,056 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:35,058 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:35,058 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:35,059 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:43,892 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:43,892 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:43,893 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:43,894 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:46,085 [Worker-103: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:46,086 [Worker-103: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:44:46,087 [Worker-103: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:44:46,088 [Worker-103: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:18,638 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:18,639 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:18,639 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:18,640 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:22,271 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:22,272 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:22,272 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:22,273 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:33,198 [Worker-100: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:33,199 [Worker-100: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:33,199 [Worker-100: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:33,200 [Worker-100: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:50,936 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:50,937 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:46:50,937 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:46:50,938 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:47:26,613 [Worker-101: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:47:26,614 [Worker-101: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:47:26,615 [Worker-101: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:47:26,615 [Worker-101: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:47:28,649 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:47:28,650 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:47:28,650 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:47:28,651 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:48:50,997 [Worker-100: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:48:50,998 [Worker-100: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:48:50,998 [Worker-100: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:48:50,999 [Worker-100: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:48:52,432 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:48:52,433 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:48:52,434 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:48:52,435 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:48:58,684 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:48:58,685 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:48:58,685 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:48:58,686 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:49:26,434 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:49:26,435 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:49:26,435 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:49:26,436 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:49:49,677 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:49:49,679 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:49:49,679 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:49:49,680 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:04,994 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:04,995 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:04,995 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:04,996 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:06,003 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:06,003 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:06,004 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:06,005 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:20,640 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:20,641 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:20,642 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:20,687 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:33,211 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:33,212 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:33,213 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:33,213 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:49,441 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:49,442 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:49,442 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:49,443 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:54,784 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:54,785 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:54,785 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:54,786 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:56,128 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:56,129 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:50:56,130 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:50:56,130 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:52:01,410 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:52:01,411 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:52:01,412 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:52:01,412 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:52:02,572 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:52:02,573 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:52:02,573 [Worker-99: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:52:02,574 [Worker-99: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:52:13,290 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:52:13,291 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:52:13,292 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:52:13,293 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:53:06,428 [Worker-100: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:53:06,429 [Worker-100: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:53:06,429 [Worker-100: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:53:06,430 [Worker-100: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:53:07,711 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:53:07,712 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:53:07,712 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:53:07,713 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:53:10,524 [Worker-103: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:53:10,525 [Worker-103: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:53:10,525 [Worker-103: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:53:10,526 [Worker-103: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:14,479 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:14,480 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:14,480 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:14,481 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:26,726 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:26,727 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:26,727 [Worker-96: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:26,728 [Worker-96: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:43,180 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:43,181 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:43,182 [Worker-98: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:43,182 [Worker-98: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:46,367 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:46,368 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:54:46,369 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:54:46,369 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:05,102 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:05,103 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:05,104 [Worker-104: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:05,104 [Worker-104: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:08,005 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:08,005 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:08,006 [Worker-102: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:08,006 [Worker-102: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:14,340 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:14,341 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:14,342 [Worker-64: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:14,343 [Worker-64: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:22,429 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:22,430 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:22,430 [Worker-101: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:22,431 [Worker-101: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:33,707 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:33,707 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:55:33,708 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:55:33,709 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:56:01,592 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:56:01,593 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 09:56:01,594 [Worker-86: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 09:56:01,594 [Worker-86: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:17:21,688 [Worker-116: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:17:21,689 [Worker-116: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:17:21,690 [Worker-116: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:17:21,691 [Worker-116: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:17:23,163 [Worker-112: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:17:23,163 [Worker-112: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:17:23,163 [Worker-112: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:17:23,163 [Worker-112: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:17:54,232 [Worker-114: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:17:54,233 [Worker-114: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:17:54,234 [Worker-114: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:17:54,235 [Worker-114: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:22:26,808 [Worker-114: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:22:26,810 [Worker-114: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:22:26,811 [Worker-114: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:22:26,811 [Worker-114: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:22:51,828 [Worker-118: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:22:51,829 [Worker-118: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:22:51,829 [Worker-118: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:22:51,830 [Worker-118: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:23:15,091 [Worker-117: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:23:15,092 [Worker-117: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:23:15,092 [Worker-117: Building workspace] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:23:15,093 [Worker-117: Building workspace] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:23:35,195 [Worker-120: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:23:35,196 [Worker-120: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource +2021-01-04 10:23:35,196 [Worker-120: Launching Application] WARN o.e.m.c.i.embedder.EclipseLogger - Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! +2021-01-04 10:23:35,197 [Worker-120: Launching Application] INFO o.e.m.c.i.embedder.EclipseLogger - Copying 0 resource diff --git a/playing-coffee/src/main/java/playingcoffee/application/Application.java b/playing-coffee/src/main/java/playingcoffee/application/Application.java index db92c72..57f0fbb 100644 --- a/playing-coffee/src/main/java/playingcoffee/application/Application.java +++ b/playing-coffee/src/main/java/playingcoffee/application/Application.java @@ -1,7 +1,6 @@ package playingcoffee.application; import java.awt.Canvas; -import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.image.BufferStrategy; @@ -44,14 +43,14 @@ public class Application extends Canvas implements Runnable { Graphics g = bs.getDrawGraphics(); - int[] framebuffer = gameBoy.getPPU().getFrameBuffer(); + /*int[] framebuffer = gameBoy.getPPU().getFrameBuffer(); for (int x = 0; x < 160; x++) { for (int y = 0; y < 144; y++) { g.setColor(new Color(framebuffer[x + y * 160])); g.fillRect(x * 2, y * 2, 2, 2); } - } + }*/ // g.setColor(Color.WHITE); // g.fillRect(0, 0, getWidth(), getHeight()); diff --git a/playing-coffee/src/main/java/playingcoffee/core/GameBoy.java b/playing-coffee/src/main/java/playingcoffee/core/GameBoy.java index 51c718c..791c087 100644 --- a/playing-coffee/src/main/java/playingcoffee/core/GameBoy.java +++ b/playing-coffee/src/main/java/playingcoffee/core/GameBoy.java @@ -29,7 +29,7 @@ public class GameBoy implements Runnable { public void init() { mmu.connectMemorySpace(interruptManager); - mmu.connectMemorySpace(new Cartridge("roms/zelda.gb").getMBC()); + mmu.connectMemorySpace(new Cartridge("roms/cpu_instrs.gb").getMBC()); mmu.connectMemorySpace(timer); } diff --git a/playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java b/playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java index 5e95728..d539fa1 100644 --- a/playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java +++ b/playing-coffee/src/main/java/playingcoffee/core/cpu/CPU.java @@ -352,7 +352,7 @@ public class CPU implements InterruptListener { registers.setPC(0x40); } - if ((types & InterruptManager.LCD_STAT) != 0) { + if ((types & InterruptManager.LCDC_STAT) != 0) { interruptManager.disable(); lowPowerMode = false; mmu.pushStack(registers.getPC(), registers); diff --git a/playing-coffee/src/main/java/playingcoffee/interrupt/InterruptManager.java b/playing-coffee/src/main/java/playingcoffee/interrupt/InterruptManager.java index 6e71a49..202ab29 100644 --- a/playing-coffee/src/main/java/playingcoffee/interrupt/InterruptManager.java +++ b/playing-coffee/src/main/java/playingcoffee/interrupt/InterruptManager.java @@ -18,7 +18,7 @@ public class InterruptManager implements MemorySpace { private List listeners; public static final int VBLANK = 1 << 0; - public static final int LCD_STAT = 1 << 1; + public static final int LCDC_STAT = 1 << 1; public static final int TIMER = 1 << 2; public static final int SERIAL = 1 << 3; public static final int JOYPAD = 1 << 4; diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/PPU.java b/playing-coffee/src/main/java/playingcoffee/ppu/PPU.java index a9113f3..a7076ba 100644 --- a/playing-coffee/src/main/java/playingcoffee/ppu/PPU.java +++ b/playing-coffee/src/main/java/playingcoffee/ppu/PPU.java @@ -2,237 +2,127 @@ package playingcoffee.ppu; import playingcoffee.core.MMU; import playingcoffee.interrupt.InterruptManager; -import playingcoffee.ppu.OAM.OAMEntry; +import playingcoffee.ppu.mode.HBlankMode; +import playingcoffee.ppu.mode.OAMSearchMode; +import playingcoffee.ppu.mode.PPUMode; +import playingcoffee.ppu.mode.PixelTransferMode; +import playingcoffee.ppu.mode.VBlankMode; public class PPU { - private final InterruptManager interruptManager; - final MMU mmu; - - private PPURegisters registers; - private VRAM vram; - private OAM oam; - - private int clockCount = 0; - - private int[] framebuffer; - - // TODO: Remove - private int screenXs[]; - + public static final int NONE = -1; public static final int HBLANK = 0; public static final int VBLANK = 1; public static final int OAM_SEARCH = 2; public static final int PIXEL_TRANSFER = 3; + private PPUMode[] modes; + private int currentMode = OAM_SEARCH; + + private final MMU mmu; + private final InterruptManager interruptManager; + + private PPURegisters registers; + private OAM oam; + private VRAM vram; + + private int[] framebuffer; public PPU(final MMU mmu, final InterruptManager interruptManager) { + modes = new PPUMode[4]; + + modes[HBLANK] = new HBlankMode(); + modes[VBLANK] = new VBlankMode(); + modes[OAM_SEARCH] = new OAMSearchMode(); + modes[PIXEL_TRANSFER] = new PixelTransferMode(); + this.mmu = mmu; this.interruptManager = interruptManager; - + registers = new PPURegisters(this); - vram = new VRAM(this); oam = new OAM(); + vram = new VRAM(); - framebuffer = new int[160 * 144]; - - screenXs = new int[144]; - - this.mmu.connectMemorySpace(registers); - this.mmu.connectMemorySpace(vram); - this.mmu.connectMemorySpace(oam); + connectMemorySpaces(); } - public void onLCDDisable() { - clockCount = 0; + private void connectMemorySpaces() { + mmu.connectMemorySpace(oam); + mmu.connectMemorySpace(registers); + mmu.connectMemorySpace(vram); } - public void OAMSeach() {} - - public void pixelTransfer() { - - } - - public void HBlank() { screenXs[registers.lcdcYCoord] = registers.scrollX; } - - public void VBlank() {} - - public void clock() { - registers.lcdcYCoord = clockCount / 456; + private void setMode(int modeValue) { + currentMode = modeValue; + registers.setLCDCMode(modeValue); - if (clockCount == 456 * 144) { + PPUMode mode = modes[currentMode]; + + mode.start(this); + checkLCDCStatusInterrupt(); + + checkVBlankInterrupt(); + } + + private void checkLCDCStatusInterrupt() { + PPUMode mode = modes[currentMode]; + + if (mode.firesLCDCStatusInterrupt()) { + int lcdcStatus = registers.lcdcStatus; + + /* From Pan Docs + + Bit 5 - Mode 2 OAM Interrupt (1=Enable) (Read/Write) + Bit 4 - Mode 1 V-Blank Interrupt (1=Enable) (Read/Write) + Bit 3 - Mode 0 H-Blank Interrupt (1=Enable) (Read/Write) + + Therefore we can get the correct bit by simply taking the current mode and adding three to it. + */ + int bitToCheck = 1 << (3 + currentMode); + + if ((lcdcStatus & bitToCheck) != 0) { + interruptManager.requestInterrupt(InterruptManager.LCDC_STAT); + } + } + } + + private void checkVBlankInterrupt() { + PPUMode mode = modes[currentMode]; + + if (mode instanceof VBlankMode) { interruptManager.requestInterrupt(InterruptManager.VBLANK); - renderToFramebuffer(); - - registers.setLCDCMode(VBLANK); - - if ((registers.lcdcStatus & 0x10) != 0) interruptManager.requestInterrupt(InterruptManager.LCD_STAT); - } - - if (clockCount % 456 == 80 && registers.getLCDCMode() != VBLANK) registers.setLCDCMode(PIXEL_TRANSFER); - - if (clockCount % 456 == 240 && registers.getLCDCMode() != VBLANK) { - registers.setLCDCMode(HBLANK); - - if ((registers.lcdcStatus & 0x8) != 0) interruptManager.requestInterrupt(InterruptManager.LCD_STAT); - } - if (clockCount % 456 == 0 && registers.getLCDCMode() != VBLANK) { - registers.setLCDCMode(OAM_SEARCH); - - if ((registers.lcdcStatus & 0x20) != 0) interruptManager.requestInterrupt(InterruptManager.LCD_STAT); - } - - switch (registers.getLCDCMode()) { - case OAM_SEARCH: OAMSeach(); break; - case PIXEL_TRANSFER: pixelTransfer(); break; - case HBLANK: HBlank(); break; - case VBLANK: VBlank(); break; - } - - clockCount++; - - if (clockCount == 456 * (144 + 10)) { - registers.setLCDCMode(OAM_SEARCH); - clockCount = 0; - } - - if (registers.lcdcYCoord == registers.lyCompare) { - registers.lcdcStatus |= 0x4; - } else { - registers.lcdcStatus &= ~0x4; } } - private void putPixel(int pixel, int x, int y) { - if (x >= 0 && x < 160 && y >= 0 && y < 144) framebuffer[x + y * 160] = pixel; - } - - private void putTile(int address, int screenX, int screenY, boolean window) { - int palette = mmu.read(0xFF47); + public void clock() { + PPUMode mode = modes[currentMode]; - for (int y = 0; y < 8; y++) { - for (int n = 0; n < 8; n++) { - int value = ((vram.vram[address + y * 2] >> (7 - n)) & 1) | - (((vram.vram[address + y * 2 + 1] >> (7 - n)) & 1) << 1); - - value = (palette >> (value * 2)) & 0x3; - - int color = 0xFFFFFF - ((value * 64) | ((value * 64) << 8) | ((value * 64) << 16)); - - if (window) - putPixel(color, screenX + n, screenY + y); - else - putPixel(color, (screenX + n) & 255, (screenY + y) & 255); - } + mode.clock(this); + + int nextMode = mode.nextMode(); + + if (nextMode != NONE) { + setMode(nextMode); } } - private void putSprite(int address, int screenX, int screenY, int paletteIndex, boolean flipX, boolean flipY) { - int palette = mmu.read(0xFF48 + paletteIndex); - - for (int y = 0; y < 8; y++) { - for (int n = 0; n < 8; n++) { - int value = ((vram.vram[address + y * 2] >> (7 - n)) & 1) | - (((vram.vram[address + y * 2 + 1] >> (7 - n)) & 1) << 1); - - if (value != 0) { - - value = (palette >> (value * 2)) & 0x3; - - int color = 0xFFFFFF - ((value * 64) | ((value * 64) << 8) | ((value * 64) << 16)); - - putPixel(color, screenX + (flipX ? (7 - n) : n), screenY + (flipY ? (7 - y) : y)); - } - } - } - - if ((registers.lcdControl & 0x4) != 0) { // 8x16 Mode - address += 16; - - for (int y = 0; y < 8; y++) { - for (int n = 0; n < 8; n++) { - int value = ((vram.vram[address + y * 2] >> (7 - n)) & 1) | - (((vram.vram[address + y * 2 + 1] >> (7 - n)) & 1) << 1); - - if (value != 0) { - - value = (palette >> (value * 2)) & 0x3; - - int color = 0xFFFFFF - ((value * 64) | ((value * 64) << 8) | ((value * 64) << 16)); - - putPixel(color, screenX + (flipX ? (7 - n) : n), screenY + (flipY ? (7 - y) : y) + 8); - } - } - } - } - } - - private void renderToFramebuffer() { - boolean backgroundTileDataSelect = (registers.lcdControl & 0x10) != 0; - int[] backgroundMap = (registers.lcdControl & 0x8) != 0 ? vram.background1 : vram.background0; - int[] windowMap = (registers.lcdControl & 0x8) == 0 ? vram.background1 : vram.background0; - - for (int tileY = 0; tileY < 32; tileY++) { - for (int tileX = 0; tileX < 32; tileX++) { - int tileIndex = backgroundMap[tileX + tileY * 32]; - - int tileAddress = tileIndex * 16; - - if (!backgroundTileDataSelect) { - if (tileIndex >= 128) tileIndex -= 256; - tileAddress = 0x1000 + tileIndex * 16; - } - - if (tileY * 8 - registers.scrollY >= 0 && tileY * 8 - registers.scrollY < 144) - putTile(tileAddress, tileX * 8 - screenXs[tileY * 8 - registers.scrollY], tileY * 8 - registers.scrollY, false); - } - } - - // Render Window - if ((registers.lcdControl & 0x20) != 0) { - for (int tileY = 0; tileY < 32; tileY++) { - for (int tileX = 0; tileX < 32; tileX++) { - int tileIndex = windowMap[tileX + tileY * 32]; - - int tileAddress = tileIndex * 16; - - if (!backgroundTileDataSelect) { - if (tileIndex >= 128) tileIndex -= 256; - tileAddress = 0x1000 + tileIndex * 16; - } - - putTile(tileAddress, tileX * 8 + registers.windowX - 4, tileY * 8 + registers.windowY, true); - } - } - } - - // Render sprites (Objects) - for (int i = 0; i < 40; i++) { - OAMEntry entry = oam.entries[i]; - - int address = entry.tileNumber * 16; - - int palette = (entry.flags & 0x10) >> 4; - - boolean behindBG = (entry.flags & 0x80) != 0; - boolean flipX = (entry.flags & 0x20) != 0; - boolean flipY = (entry.flags & 0x40) != 0; - - if (!behindBG) - putSprite(address, entry.x - 8, entry.y - 16, palette, flipX, flipY); - } + public MMU getMMU() { + return mmu; } public PPURegisters getRegisters() { return registers; } - + + public OAM getOAM() { + return oam; + } + public VRAM getVRAM() { return vram; } - - public int[] getFrameBuffer() { + + public int[] getFramebuffer() { return framebuffer; } - } diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/PPUOld.java b/playing-coffee/src/main/java/playingcoffee/ppu/PPUOld.java new file mode 100644 index 0000000..c4c13b0 --- /dev/null +++ b/playing-coffee/src/main/java/playingcoffee/ppu/PPUOld.java @@ -0,0 +1,237 @@ +package playingcoffee.ppu; + +import playingcoffee.core.MMU; +import playingcoffee.interrupt.InterruptManager; +import playingcoffee.ppu.OAM.OAMEntry; + +public class PPUOld { + + private final InterruptManager interruptManager; + final MMU mmu; + + private PPURegisters registers; + private VRAM vram; + private OAM oam; + + private int clockCount = 0; + + private int[] framebuffer; + + // TODO: Remove + private int screenXs[]; + + public static final int HBLANK = 0; + public static final int VBLANK = 1; + public static final int OAM_SEARCH = 2; + public static final int PIXEL_TRANSFER = 3; + + public PPUOld(final MMU mmu, final InterruptManager interruptManager) { + this.mmu = mmu; + this.interruptManager = interruptManager; + +// registers = new PPURegisters(this); + vram = new VRAM(); + oam = new OAM(); + + framebuffer = new int[160 * 144]; + + screenXs = new int[144]; + + this.mmu.connectMemorySpace(registers); + this.mmu.connectMemorySpace(vram); + this.mmu.connectMemorySpace(oam); + } + + public void onLCDDisable() { + clockCount = 0; + } + + public void OAMSeach() {} + + public void pixelTransfer() { + + } + + public void HBlank() { screenXs[registers.ly] = registers.scx; } + + public void VBlank() {} + + public void clock() { + registers.ly = clockCount / 456; + + if (clockCount == 456 * 144) { + interruptManager.requestInterrupt(InterruptManager.VBLANK); + renderToFramebuffer(); + + registers.setLCDCMode(VBLANK); + + if ((registers.lcdcStatus & 0x10) != 0) interruptManager.requestInterrupt(InterruptManager.LCDC_STAT); + } + + if (clockCount % 456 == 80 && registers.getLCDCMode() != VBLANK) registers.setLCDCMode(PIXEL_TRANSFER); + + if (clockCount % 456 == 240 && registers.getLCDCMode() != VBLANK) { + registers.setLCDCMode(HBLANK); + + if ((registers.lcdcStatus & 0x8) != 0) interruptManager.requestInterrupt(InterruptManager.LCDC_STAT); + } + if (clockCount % 456 == 0 && registers.getLCDCMode() != VBLANK) { + registers.setLCDCMode(OAM_SEARCH); + + if ((registers.lcdcStatus & 0x20) != 0) interruptManager.requestInterrupt(InterruptManager.LCDC_STAT); + } + + switch (registers.getLCDCMode()) { + case OAM_SEARCH: OAMSeach(); break; + case PIXEL_TRANSFER: pixelTransfer(); break; + case HBLANK: HBlank(); break; + case VBLANK: VBlank(); break; + } + + clockCount++; + + if (clockCount == 456 * (144 + 10)) { + registers.setLCDCMode(OAM_SEARCH); + clockCount = 0; + } + + if (registers.ly == registers.lyc) { + registers.lcdcStatus |= 0x4; + } else { + registers.lcdcStatus &= ~0x4; + } + } + + private void putPixel(int pixel, int x, int y) { + if (x >= 0 && x < 160 && y >= 0 && y < 144) framebuffer[x + y * 160] = pixel; + } + + private void putTile(int address, int screenX, int screenY, boolean window) { + int palette = mmu.read(0xFF47); + + for (int y = 0; y < 8; y++) { + for (int n = 0; n < 8; n++) { + int value = ((vram.vram[address + y * 2] >> (7 - n)) & 1) | + (((vram.vram[address + y * 2 + 1] >> (7 - n)) & 1) << 1); + + value = (palette >> (value * 2)) & 0x3; + + int color = 0xFFFFFF - ((value * 64) | ((value * 64) << 8) | ((value * 64) << 16)); + + if (window) + putPixel(color, screenX + n, screenY + y); + else + putPixel(color, (screenX + n) & 255, (screenY + y) & 255); + } + } + } + + private void putSprite(int address, int screenX, int screenY, int paletteIndex, boolean flipX, boolean flipY) { + int palette = mmu.read(0xFF48 + paletteIndex); + + for (int y = 0; y < 8; y++) { + for (int n = 0; n < 8; n++) { + int value = ((vram.vram[address + y * 2] >> (7 - n)) & 1) | + (((vram.vram[address + y * 2 + 1] >> (7 - n)) & 1) << 1); + + if (value != 0) { + + value = (palette >> (value * 2)) & 0x3; + + int color = 0xFFFFFF - ((value * 64) | ((value * 64) << 8) | ((value * 64) << 16)); + + putPixel(color, screenX + (flipX ? (7 - n) : n), screenY + (flipY ? (7 - y) : y)); + } + } + } + + if ((registers.lcdControl & 0x4) != 0) { // 8x16 Mode + address += 16; + + for (int y = 0; y < 8; y++) { + for (int n = 0; n < 8; n++) { + int value = ((vram.vram[address + y * 2] >> (7 - n)) & 1) | + (((vram.vram[address + y * 2 + 1] >> (7 - n)) & 1) << 1); + + if (value != 0) { + + value = (palette >> (value * 2)) & 0x3; + + int color = 0xFFFFFF - ((value * 64) | ((value * 64) << 8) | ((value * 64) << 16)); + + putPixel(color, screenX + (flipX ? (7 - n) : n), screenY + (flipY ? (7 - y) : y) + 8); + } + } + } + } + } + + private void renderToFramebuffer() { + boolean backgroundTileDataSelect = (registers.lcdControl & 0x10) != 0; + int[] backgroundMap = (registers.lcdControl & 0x8) != 0 ? vram.background1 : vram.background0; + int[] windowMap = (registers.lcdControl & 0x8) == 0 ? vram.background1 : vram.background0; + + for (int tileY = 0; tileY < 32; tileY++) { + for (int tileX = 0; tileX < 32; tileX++) { + int tileIndex = backgroundMap[tileX + tileY * 32]; + + int tileAddress = tileIndex * 16; + + if (!backgroundTileDataSelect) { + if (tileIndex >= 128) tileIndex -= 256; + tileAddress = 0x1000 + tileIndex * 16; + } + + if (tileY * 8 - registers.scy >= 0 && tileY * 8 - registers.scy < 144) + putTile(tileAddress, tileX * 8 - screenXs[tileY * 8 - registers.scy], tileY * 8 - registers.scy, false); + } + } + + // Render Window + if ((registers.lcdControl & 0x20) != 0) { + for (int tileY = 0; tileY < 32; tileY++) { + for (int tileX = 0; tileX < 32; tileX++) { + int tileIndex = windowMap[tileX + tileY * 32]; + + int tileAddress = tileIndex * 16; + + if (!backgroundTileDataSelect) { + if (tileIndex >= 128) tileIndex -= 256; + tileAddress = 0x1000 + tileIndex * 16; + } + + putTile(tileAddress, tileX * 8 + registers.wx - 4, tileY * 8 + registers.wy, true); + } + } + } + + // Render sprites (Objects) + for (int i = 0; i < 40; i++) { + OAMEntry entry = oam.entries[i]; + + int address = entry.tileNumber * 16; + + int palette = (entry.flags & 0x10) >> 4; + + boolean behindBG = (entry.flags & 0x80) != 0; + boolean flipX = (entry.flags & 0x20) != 0; + boolean flipY = (entry.flags & 0x40) != 0; + + if (!behindBG) + putSprite(address, entry.x - 8, entry.y - 16, palette, flipX, flipY); + } + } + + public PPURegisters getRegisters() { + return registers; + } + + public VRAM getVRAM() { + return vram; + } + + public int[] getFrameBuffer() { + return framebuffer; + } + +} diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/PPURegisters.java b/playing-coffee/src/main/java/playingcoffee/ppu/PPURegisters.java index 9c877ad..1f3e1e2 100644 --- a/playing-coffee/src/main/java/playingcoffee/ppu/PPURegisters.java +++ b/playing-coffee/src/main/java/playingcoffee/ppu/PPURegisters.java @@ -1,18 +1,21 @@ package playingcoffee.ppu; +import playingcoffee.core.MMU; import playingcoffee.core.MemorySpace; public class PPURegisters implements MemorySpace { public int lcdControl; // 0xFF40 public int lcdcStatus; // 0xFF41 - public int scrollY, scrollX; // 0xFF42 - 0xFF43 - public int lcdcYCoord; // 0xFF44 - public int lyCompare; // 0xFF45 + public int scy, scx; // 0xFF42 - 0xFF43 + public int ly; // 0xFF44 + public int lyc; // 0xFF45 public int dmaTransferStart; // 0xFF46 public int bgPalette; // 0xFF47 public int objPalette0, objPalette1; // 0xFF48 - 0xFF49 - public int windowY, windowX; // 0xFF4A - 0xFF4B + public int wy, wx; // 0xFF4A - 0xFF4B + + public int lx; // NOTE: This is not an actual register, but I put it here for convinience and structure. private final PPU ppu; @@ -32,16 +35,16 @@ public class PPURegisters implements MemorySpace { switch (address) { case 0xFF40: return lcdControl; case 0xFF41: return lcdcStatus; - case 0xFF42: return scrollY; - case 0xFF43: return scrollX; - case 0xFF44: return lcdcYCoord; - case 0xFF45: return lyCompare; + case 0xFF42: return scy; + case 0xFF43: return scx; + case 0xFF44: return ly; + case 0xFF45: return lyc; case 0xFF46: return dmaTransferStart; case 0xFF47: return bgPalette; case 0xFF48: return objPalette0; case 0xFF49: return objPalette1; - case 0xFF4A: return windowY; - case 0xFF4B: return windowX; + case 0xFF4A: return wy; + case 0xFF4B: return wx; } throw new IllegalArgumentException("Invalid address"); @@ -51,22 +54,24 @@ public class PPURegisters implements MemorySpace { switch (address) { case 0xFF40: lcdControl = value; return; case 0xFF41: lcdcStatus = value; return; - case 0xFF42: scrollY = value; return; - case 0xFF43: scrollX = value; return; + case 0xFF42: scy = value; return; + case 0xFF43: scx = value; return; case 0xFF44: return; - case 0xFF45: lyCompare = value; return; + case 0xFF45: lyc = value; return; case 0xFF46: dmaTransferStart = value; // TODO: Redo the DMA transfer for (int i = 0; i < 0x100; i++) { - ppu.mmu.write(ppu.mmu.read((value << 8) + i), 0xFE00 + i); + MMU mmu = ppu.getMMU(); + + mmu.write(mmu.read((value << 8) + i), 0xFE00 + i); } return; case 0xFF47: bgPalette = value; return; case 0xFF48: objPalette0 = value; return; case 0xFF49: objPalette1 = value; return; - case 0xFF4A: windowY = value; return; - case 0xFF4B: windowX = value; return; + case 0xFF4A: wy = value; return; + case 0xFF4B: wx = value; return; } throw new IllegalArgumentException("Invalid address"); diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/VRAM.java b/playing-coffee/src/main/java/playingcoffee/ppu/VRAM.java index 10d3aca..d3f27a3 100644 --- a/playing-coffee/src/main/java/playingcoffee/ppu/VRAM.java +++ b/playing-coffee/src/main/java/playingcoffee/ppu/VRAM.java @@ -8,17 +8,12 @@ public class VRAM implements MemorySpace { public int[] background0; public int[] background1; - - @SuppressWarnings("unused") - private final PPU ppu; - - public VRAM(final PPU ppu) { + + public VRAM() { vram = new int[0x1800]; background0 = new int[32 * 32]; background1 = new int[32 * 32]; - - this.ppu = ppu; } @Override diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/mode/HBlankMode.java b/playing-coffee/src/main/java/playingcoffee/ppu/mode/HBlankMode.java new file mode 100644 index 0000000..0048d45 --- /dev/null +++ b/playing-coffee/src/main/java/playingcoffee/ppu/mode/HBlankMode.java @@ -0,0 +1,38 @@ +package playingcoffee.ppu.mode; + +import playingcoffee.ppu.PPU; +import playingcoffee.ppu.PPURegisters; + +public class HBlankMode implements PPUMode { + + private PPURegisters registers; + + @Override + public void start(PPU ppu) { + registers = ppu.getRegisters(); + } + + @Override + public void clock(PPU ppu) { + if (registers.lx < 376) { // 456 (clocks per scanline) - 80 (clocks for OAM search) = 376 + registers.lx++; + } + + if (registers.lx == 376) { + registers.ly++; + } + } + + @Override + public int nextMode() { + if (registers.lx < 376) { + return PPU.NONE; + } else { + if (registers.ly == 144) { // Scanlines per frame + return PPU.VBLANK; + } else { + return PPU.OAM_SEARCH; + } + } + } +} diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/mode/OAMSearchMode.java b/playing-coffee/src/main/java/playingcoffee/ppu/mode/OAMSearchMode.java new file mode 100644 index 0000000..ee01663 --- /dev/null +++ b/playing-coffee/src/main/java/playingcoffee/ppu/mode/OAMSearchMode.java @@ -0,0 +1,34 @@ +package playingcoffee.ppu.mode; + +import playingcoffee.ppu.PPU; + +public class OAMSearchMode implements PPUMode { + + /* + * This mode should lookup which sprites cover this scanline. + * But since I'm not rendering sprites at the moment, I'll + * simply wait 80 clock cycles. + */ + + private int clockCycles; + + @Override + public void start(PPU ppu) { + clockCycles = 0; + } + + @Override + public void clock(PPU ppu) { + clockCycles++; + } + + @Override + public int nextMode() { + if (clockCycles < 80) { + return PPU.NONE; + } else { + return PPU.PIXEL_TRANSFER; + } + } + +} diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/mode/PPUMode.java b/playing-coffee/src/main/java/playingcoffee/ppu/mode/PPUMode.java new file mode 100644 index 0000000..bf50305 --- /dev/null +++ b/playing-coffee/src/main/java/playingcoffee/ppu/mode/PPUMode.java @@ -0,0 +1,15 @@ +package playingcoffee.ppu.mode; + +import playingcoffee.ppu.PPU; + +public interface PPUMode { + + public void start(PPU ppu); + public void clock(PPU ppu); + + public int nextMode(); + + public default boolean firesLCDCStatusInterrupt() { + return true; + } +} diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/mode/PixelTransferMode.java b/playing-coffee/src/main/java/playingcoffee/ppu/mode/PixelTransferMode.java new file mode 100644 index 0000000..14bf6c5 --- /dev/null +++ b/playing-coffee/src/main/java/playingcoffee/ppu/mode/PixelTransferMode.java @@ -0,0 +1,36 @@ +package playingcoffee.ppu.mode; + +import playingcoffee.ppu.PPU; +import playingcoffee.ppu.PPURegisters; + +public class PixelTransferMode implements PPUMode { + + private PPURegisters registers; + + @Override + public void start(PPU ppu) { + registers = ppu.getRegisters(); + + registers.lx = 0; + } + + @Override + public void clock(PPU ppu) { + registers.lx++; + } + + @Override + public int nextMode() { + // This will soon be redone, however this value is the minimum amount of clocks. + if (registers.lx < 172) { + return PPU.NONE; + } else { + return PPU.HBLANK; + } + } + + @Override + public boolean firesLCDCStatusInterrupt() { + return false; + } +} diff --git a/playing-coffee/src/main/java/playingcoffee/ppu/mode/VBlankMode.java b/playing-coffee/src/main/java/playingcoffee/ppu/mode/VBlankMode.java new file mode 100644 index 0000000..e21959f --- /dev/null +++ b/playing-coffee/src/main/java/playingcoffee/ppu/mode/VBlankMode.java @@ -0,0 +1,35 @@ +package playingcoffee.ppu.mode; + +import playingcoffee.ppu.PPU; +import playingcoffee.ppu.PPURegisters; + +public class VBlankMode implements PPUMode { + + private PPURegisters registers; + + private int vBlankTimer; + + @Override + public void start(PPU ppu) { + registers = ppu.getRegisters(); + vBlankTimer = 4560; // 10 (scanlines) * 456 (clocks per scanline) + } + + @Override + public void clock(PPU ppu) { + vBlankTimer--; + + if (vBlankTimer == 0) { + registers.ly = 0; + } + } + + @Override + public int nextMode() { + if (vBlankTimer > 0) { + return PPU.NONE; + } else { + return PPU.OAM_SEARCH; + } + } +}