From 65577ef0b9628c292e26e4f24651617bfc65de22 Mon Sep 17 00:00:00 2001 From: Niyaz Date: Wed, 14 Feb 2018 19:51:24 +0530 Subject: [PATCH 1/4] Selection sort completed --- .../src/selectionsort/SelectionSort.java | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 algorithms/src/selectionsort/SelectionSort.java diff --git a/algorithms/src/selectionsort/SelectionSort.java b/algorithms/src/selectionsort/SelectionSort.java new file mode 100644 index 0000000..d941bfb --- /dev/null +++ b/algorithms/src/selectionsort/SelectionSort.java @@ -0,0 +1,27 @@ +package selectionsort; + +public class SelectionSort { + + public static void main(String[] args) { + int myArray [] = selectionsort(new int [] {8,3,6,9,15,46}); + for(int i = 0; i Date: Wed, 14 Feb 2018 20:12:24 +0530 Subject: [PATCH 2/4] Unwanted files are deleted successfully --- .metadata/.log | 1213 --- .metadata/.mylyn/.tasks.xml.zip | Bin 250 -> 0 bytes .metadata/.mylyn/tasks.xml.zip | Bin 250 -> 0 bytes .../.projects/AbstractDataTye/.markers.snap | Bin 16 -> 0 bytes .../.projects/AbstractDataTye/.syncinfo.snap | Bin 16 -> 0 bytes .../.projects/LinkedList/.markers.snap | Bin 16 -> 0 bytes .../.projects/LinkedList/.syncinfo.snap | Bin 16 -> 0 bytes .../RemoteSystemsTempFiles/.markers.snap | Bin 16 -> 0 bytes .../RemoteSystemsTempFiles/.syncinfo.snap | Bin 16 -> 0 bytes .../.projects/Stack/.markers.snap | Bin 16 -> 0 bytes .../.projects/Stack/.syncinfo.snap | Bin 16 -> 0 bytes .../.root/.indexes/properties.index | Bin 151 -> 0 bytes .../.root/.markers.snap | Bin 43 -> 0 bytes .../.safetable/org.eclipse.core.resources | Bin 2099 -> 0 bytes .../org.eclipse.recommenders.rcp.prefs | 2 - .../launchConfigurationHistory.xml | 33 - .../org.eclipse.e4.workbench/workbench.xmi | 7024 ----------------- .../org.eclipse.jdt.ui/jdt-images/1.png | Bin 386 -> 0 bytes .metadata/version.ini | 3 - .../segments.gen | Bin 20 -> 0 bytes LinkedList/bin/linked_list/LinkedApp.class | Bin 974 -> 0 bytes 21 files changed, 8275 deletions(-) delete mode 100644 .metadata/.log delete mode 100644 .metadata/.mylyn/.tasks.xml.zip delete mode 100644 .metadata/.mylyn/tasks.xml.zip delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/AbstractDataTye/.markers.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/AbstractDataTye/.syncinfo.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/LinkedList/.markers.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/LinkedList/.syncinfo.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/Stack/.markers.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.projects/Stack/.syncinfo.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap delete mode 100644 .metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources delete mode 100644 .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.recommenders.rcp.prefs delete mode 100644 .metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml delete mode 100644 .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi delete mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png delete mode 100644 .metadata/version.ini delete mode 100644 .recommenders/index/http___download_eclipse_org_recommenders_models_mars_/segments.gen delete mode 100644 LinkedList/bin/linked_list/LinkedApp.class diff --git a/.metadata/.log b/.metadata/.log deleted file mode 100644 index c1bd246..0000000 --- a/.metadata/.log +++ /dev/null @@ -1,1213 +0,0 @@ -!SESSION 2018-02-08 20:31:59.100 ----------------------------------------------- -eclipse.buildId=4.5.2.M20160212-1500 -java.version=9.0.1 -java.vendor=Oracle Corporation -BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US -Framework arguments: -product org.eclipse.epp.package.jee.product -keyring /Users/mohamedrafiq/.eclipse_keyring -showlocation -Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -keyring /Users/mohamedrafiq/.eclipse_keyring -showlocation - -This is a continuation of log file /Users/mohamedrafiq/Documents/workspace/Java/.metadata/.bak_0.log -Created Time: 2018-02-08 20:54:36.560 - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:54:36.560 -!MESSAGE Session processor ‘org.eclipse.recommenders.overrides.rcp.completion.processor’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.overrides.rcp.OverrideCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.overrides.rcp.OverrideCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1716) - at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:180) - at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) - at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) - at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) - at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) - at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122) - at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) - at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252) - at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) - at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) - at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) - at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493) - at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486) - at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86) - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) - at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1105) - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4225) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524) - at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496) - at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5784) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68) - at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5694) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:227) - at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2130) - at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2337) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5756) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5193) - at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5342) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3695) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 85 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 118 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:54:36.565 -!MESSAGE Session processor ‘org.eclipse.recommenders.constructors.rcp.sessionprocessors.constructorCompletion’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.constructors.rcp.ConstructorCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.constructors.rcp.ConstructorCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1716) - at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:180) - at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) - at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) - at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) - at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) - at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122) - at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) - at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252) - at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) - at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) - at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) - at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493) - at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486) - at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86) - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) - at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1105) - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4225) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524) - at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496) - at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5784) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68) - at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5694) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:227) - at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2130) - at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2337) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5756) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5193) - at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5342) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3695) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 85 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 118 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:54:36.570 -!MESSAGE Session processor ‘org.eclipse.recommenders.calls.rcp.sessionprocessors.call’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1716) - at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:180) - at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) - at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) - at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) - at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) - at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122) - at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) - at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252) - at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) - at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) - at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) - at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493) - at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486) - at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86) - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) - at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1105) - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4225) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524) - at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496) - at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5784) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68) - at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5694) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:227) - at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2130) - at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2337) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5756) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5193) - at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5342) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3695) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 85 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 118 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:58:33.669 -!MESSAGE Session processor ‘org.eclipse.recommenders.overrides.rcp.completion.processor’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.overrides.rcp.OverrideCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.overrides.rcp.OverrideCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1716) - at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:180) - at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) - at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) - at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) - at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) - at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122) - at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) - at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252) - at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) - at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) - at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) - at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493) - at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486) - at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86) - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) - at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1105) - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4225) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524) - at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496) - at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5784) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68) - at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5694) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:227) - at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2130) - at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2337) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5756) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5193) - at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5342) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3695) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 85 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 118 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:58:33.712 -!MESSAGE Session processor ‘org.eclipse.recommenders.constructors.rcp.sessionprocessors.constructorCompletion’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.constructors.rcp.ConstructorCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.constructors.rcp.ConstructorCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1716) - at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:180) - at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) - at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) - at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) - at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) - at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122) - at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) - at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252) - at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) - at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) - at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) - at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493) - at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486) - at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86) - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) - at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1105) - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4225) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524) - at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496) - at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5784) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68) - at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5694) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:227) - at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2130) - at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2337) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5756) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5193) - at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5342) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3695) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 85 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 118 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:58:33.717 -!MESSAGE Session processor ‘org.eclipse.recommenders.calls.rcp.sessionprocessors.call’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1716) - at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:180) - at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) - at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) - at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) - at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) - at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:122) - at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56) - at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252) - at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234) - at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132) - at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152) - at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493) - at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486) - at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:286) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:507) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:558) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:378) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:324) - at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:86) - at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) - at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1105) - at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4225) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1491) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1514) - at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1499) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1528) - at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1524) - at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:496) - at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5784) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:68) - at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:594) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5694) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:227) - at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2130) - at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2337) - at org.eclipse.swt.widgets.Display.windowProc(Display.java:5756) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) - at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5193) - at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5342) - at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) - at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3695) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 85 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 118 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:59:31.742 -!MESSAGE Session processor ‘org.eclipse.recommenders.overrides.rcp.completion.processor’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.overrides.rcp.OverrideCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.overrides.rcp.OverrideCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.access$6(ContentAssistant.java:1742) - at org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant.java:382) - at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) - at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) - at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 39 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 72 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:59:31.787 -!MESSAGE Session processor ‘org.eclipse.recommenders.constructors.rcp.sessionprocessors.constructorCompletion’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.constructors.rcp.ConstructorCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.constructors.rcp.ConstructorCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.access$6(ContentAssistant.java:1742) - at org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant.java:382) - at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) - at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) - at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 39 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 72 more - -!ENTRY org.eclipse.recommenders.completion.rcp 4 11 2018-02-08 20:59:31.791 -!MESSAGE Session processor ‘org.eclipse.recommenders.calls.rcp.sessionprocessors.call’ failed with exception. -!STACK 0 -com.google.inject.ProvisionException: Guice provision errors: - -1) Error injecting constructor, java.lang.NoClassDefFoundError: java/sql/Time - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(Unknown Source) - at org.eclipse.recommenders.internal.coordinates.rcp.CoordinatesRcpModule.configure(CoordinatesRcpModule.java:43) - while locating org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService - while locating org.eclipse.recommenders.coordinates.IProjectCoordinateAdvisorService - for parameter 0 at org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider.(Unknown Source) - while locating org.eclipse.recommenders.internal.models.rcp.ProjectCoordinateProvider - at org.eclipse.recommenders.internal.models.rcp.ModelsRcpModule.configure(ModelsRcpModule.java:64) - while locating org.eclipse.recommenders.models.rcp.IProjectCoordinateProvider - for parameter 0 at org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor.(Unknown Source) - while locating org.eclipse.recommenders.internal.calls.rcp.CallCompletionSessionProcessor - -1 error - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987) - at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013) - at org.eclipse.recommenders.injection.ExtensionFactory.loadExtension(ExtensionFactory.java:50) - at org.eclipse.recommenders.injection.ExtensionFactory.create(ExtensionFactory.java:42) - at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:262) - at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) - at org.eclipse.recommenders.completion.rcp.processable.SessionProcessorDescriptor.getProcessor(SessionProcessorDescriptor.java:101) - at org.eclipse.recommenders.completion.rcp.processable.IntelligentCompletionProposalComputer.sessionStarted(IntelligentCompletionProposalComputer.java:115) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.sessionStarted(CompletionProposalComputerDescriptor.java:423) - at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.sessionStarted(CompletionProposalCategory.java:384) - at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor$CompletionListener.assistSessionStarted(ContentAssistProcessor.java:118) - at org.eclipse.jface.text.contentassist.ContentAssistant.fireSessionBeginEvent(ContentAssistant.java:2362) - at org.eclipse.jface.text.contentassist.ContentAssistant.prepareToShowCompletions(ContentAssistant.java:1751) - at org.eclipse.jface.text.contentassist.ContentAssistant.access$6(ContentAssistant.java:1742) - at org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant.java:382) - at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) - at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) - at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024) - at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) - at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) - at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) - at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) - at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) - at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) - at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) - at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) - at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) - at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:564) - at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) - at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) - at org.eclipse.equinox.launcher.Main.run(Main.java:1515) -Caused by: java.lang.NoClassDefFoundError: java/sql/Time - at com.google.gson.Gson.(Gson.java:230) - at com.google.gson.GsonBuilder.create(GsonBuilder.java:545) - at org.eclipse.recommenders.coordinates.rcp.EclipseProjectCoordinateAdvisorService.(EclipseProjectCoordinateAdvisorService.java:95) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) - at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:85) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54) - at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) - at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) - at com.google.inject.Scopes$1$1.get(Scopes.java:65) - at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) - at com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38) - at com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62) - at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84) - at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) - at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978) - at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) - at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974) - ... 39 more -Caused by: java.lang.ClassNotFoundException: java.sql.Time - at java.base/java.lang.ClassLoader.findClass(ClassLoader.java:709) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:351) - at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344) - at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) - ... 72 more diff --git a/.metadata/.mylyn/.tasks.xml.zip b/.metadata/.mylyn/.tasks.xml.zip deleted file mode 100644 index 72e772d248979e2a2c05a09b5a80c94d363cd250..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 250 zcmWIWW@Zs#;Nak3FkI^4!+->Mfb5dQ;_RHv;u5`z+?>rD*Pl2WsNt=vb?(gh&7nqD zj01u^&U&BoKY7M`dngxg;pMFXK^l6VXS_YnoILNnHT2Z!@J-t{b9(BW`*u=CFOZ}8 zr3urkmJVz6X-k$p7Z25{U?_dcu(joxs&k9c>Y(5$B7cO64Ozav&H0j;c8ifAz?+>z sI9JxV0O*b>Kpf!B$Rxsma4WJL$gQXV+2sM=tZX1zMj*5T(yPEq0hEMD^8f$< diff --git a/.metadata/.mylyn/tasks.xml.zip b/.metadata/.mylyn/tasks.xml.zip deleted file mode 100644 index e83e0c403319b4f2253c8cdf7f0740a4c617c706..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 250 zcmWIWW@Zs#;Nak3IJw!whXD!j0NEvp#o0NT#U*+bxjCCRu0L@$P{UhS>)e_1n?sGR z7zYG-ob^8EfAWm?_E0X~!pmC&f;99z&v<*DIeFfDYv`%d;hVN^=JeD#_wA&PULZ&F zOB1G7EgjbC)0QlIE*`2?!BF~?VQb4XRp%C?)j`2iME(dB8?tg?{KaYwvZj6efl|G$k>=X>v+0-&JwSTxw>^49d< zFjQ)v3w2@5WAUt5`J9AFF3$J7i4#IuHOatsKHWoP6&D9A+oL(#lWmRZ%%Q<%UjMx0 U|A6%b3m+^sDkf&wkaz)}fEk3C zcoiO?BMWt`28`sR2#^@q|J?m||L05l_Ts#Lzp}cvas7OA^{`$aV<8E5BWqg20%xEqMnh1$bFrx{UG)tpCW`fwX zc|s7*DUw;nL?n4ZYKbbidzw>Tes7c>B@)FMCy^I;&1S=ExeY(C8sT#@eaeVH1=Y1J zj;pez0gEUhy<(udL$dLdO;aSXI9{r4S@lzMy7yv=O(Z!X(Y9@=YVLANkWZD;NG$dV zhGcfPtVivT;UbNPG#!8gsm$N(L2;WNRpvq9`$5y2Xa0EjGAqG7m|dRTO`h6+31q!a zXtWBsuagXBRn-Mm?^p(PA7BQxsEs!XCmX@#^_LBX3g zzr}QSSm@*2n&0Cv2twEY?c;2D{Qs9${kbg5F%t(ls=$OUx5*`>tgtLaKSkv$c;g1z diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.recommenders.rcp.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.recommenders.rcp.prefs deleted file mode 100644 index 9101f96..0000000 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.recommenders.rcp.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -news-last-check=1517755970012 diff --git a/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml b/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml deleted file mode 100644 index bf2482b..0000000 --- a/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi deleted file mode 100644 index 0284bf9..0000000 --- a/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi +++ /dev/null @@ -1,7024 +0,0 @@ - -<<<<<<< HEAD - - - activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration - ModelMigrationProcessor.001 - -======= -<<<<<<< HEAD - - - activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration - ModelMigrationProcessor.001 - -======= - - - activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration - ModelMigrationProcessor.001 - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - - - - - - - topLevel -<<<<<<< HEAD - - - -======= -<<<<<<< HEAD - - - -======= - - - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - - persp.actionSet:org.eclipse.mylyn.doc.actionSet - persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation - persp.actionSet:org.eclipse.ui.cheatsheets.actionSet - persp.actionSet:org.eclipse.rse.core.search.searchActionSet - persp.actionSet:org.eclipse.search.searchActionSet - persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation - persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation - persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo - persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet - persp.actionSet:org.eclipse.ui.actionSet.keyBindings - persp.actionSet:org.eclipse.ui.actionSet.openFiles - persp.actionSet:org.eclipse.jst.j2ee.J2eeMainActionSet - persp.actionSet:org.eclipse.jdt.ui.JavaActionSet - persp.actionSet:org.eclipse.debug.ui.launchActionSet - persp.actionSet:org.eclipse.debug.ui.debugActionSet - persp.actionSet:org.eclipse.ui.NavigateActionSet - persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer - persp.viewSC:org.eclipse.wst.server.ui.ServersView - persp.viewSC:org.eclipse.datatools.connectivity.DataSourceExplorerNavigator - persp.viewSC:org.eclipse.ui.views.BookmarkView - persp.viewSC:org.eclipse.ui.views.ContentOutline - persp.viewSC:org.eclipse.ui.views.PropertySheet - persp.viewSC:org.eclipse.ui.views.ResourceNavigator - persp.viewSC:org.eclipse.wst.common.snippets.internal.ui.SnippetsView - persp.viewSC:org.eclipse.ui.views.AllMarkersView - persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks - persp.viewSC:org.eclipse.search.ui.views.SearchView - persp.viewSC:org.eclipse.ui.console.ConsoleView - persp.showIn:org.eclipse.ui.navigator.ProjectExplorer - persp.newWizSC:org.eclipse.jpt.jpa.ui.wizard.newJpaProject - persp.perspSC:org.eclipse.jpt.ui.jpaPerspective - persp.perspSC:org.eclipse.debug.ui.DebugPerspective - persp.perspSC:org.eclipse.jdt.ui.JavaPerspective - persp.perspSC:org.eclipse.ui.resourcePerspective - persp.perspSC:org.eclipse.wst.web.ui.webDevPerspective - persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard - persp.newWizSC:org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard - persp.newWizSC:org.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard - persp.newWizSC:org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectWizard - persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectWizard - persp.newWizSC:org.eclipse.wst.web.ui.internal.wizards.SimpleWebProjectWizard - persp.newWizSC:org.eclipse.jpt.ui.wizard.newJpaProject - persp.newWizSC:org.eclipse.jst.servlet.ui.internal.wizard.AddServletWizard - persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddSessionBeanWizard - persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddMessageDrivenBeanWizard - persp.newWizSC:org.eclipse.jpt.ui.wizard.newEntity - persp.newWizSC:org.eclipse.jst.ws.creation.ui.wizard.serverwizard - persp.newWizSC:org.eclipse.ui.wizards.new.folder - persp.newWizSC:org.eclipse.ui.wizards.new.file - persp.actionSet:org.eclipse.wst.server.ui.internal.webbrowser.actionSet - persp.actionSet:org.eclipse.debug.ui.breakpointActionSet - persp.newWizSC:org.eclipse.m2e.core.wizards.Maven2ProjectWizard - persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView - persp.actionSet:org.eclipse.wst.ws.explorer.explorer -<<<<<<< HEAD - - -======= -<<<<<<< HEAD - - - noFocus - - - - - - - - - - - - - - - - - - - - - - - - - -======= - - ->>>>>>> master - noFocus - - - - - - - - - - - - - -<<<<<<< HEAD - - - - - - - - - - - - -======= - - - - - - - - - - - - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - - - - -<<<<<<< HEAD - -======= -<<<<<<< HEAD - -======= - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - - persp.actionSet:org.eclipse.mylyn.doc.actionSet - persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation - persp.actionSet:org.eclipse.ui.cheatsheets.actionSet - persp.actionSet:org.eclipse.rse.core.search.searchActionSet - persp.actionSet:org.eclipse.search.searchActionSet - persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation - persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation - persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo - persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet - persp.actionSet:org.eclipse.ui.actionSet.keyBindings - persp.actionSet:org.eclipse.ui.actionSet.openFiles - persp.actionSet:org.eclipse.debug.ui.launchActionSet - persp.actionSet:org.eclipse.jdt.ui.JavaActionSet - persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet - persp.actionSet:org.eclipse.ui.NavigateActionSet - persp.viewSC:org.eclipse.jdt.ui.PackageExplorer - persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy - persp.viewSC:org.eclipse.jdt.ui.SourceView - persp.viewSC:org.eclipse.jdt.ui.JavadocView - persp.viewSC:org.eclipse.search.ui.views.SearchView - persp.viewSC:org.eclipse.ui.console.ConsoleView - persp.viewSC:org.eclipse.ui.views.ContentOutline - persp.viewSC:org.eclipse.ui.views.ProblemView - persp.viewSC:org.eclipse.ui.views.ResourceNavigator - persp.viewSC:org.eclipse.ui.views.TaskList - persp.viewSC:org.eclipse.ui.views.ProgressView - persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer - persp.viewSC:org.eclipse.ui.texteditor.TemplatesView - persp.viewSC:org.eclipse.pde.runtime.LogView - persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard - persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard - persp.newWizSC:org.eclipse.ui.wizards.new.folder - persp.newWizSC:org.eclipse.ui.wizards.new.file - persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard - persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective - persp.perspSC:org.eclipse.debug.ui.DebugPerspective - persp.viewSC:org.eclipse.ant.ui.views.AntView - persp.showIn:org.eclipse.egit.ui.RepositoriesView - persp.actionSet:org.eclipse.debug.ui.breakpointActionSet - persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet - persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard - persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet - persp.showIn:org.eclipse.jdt.ui.PackageExplorer - persp.showIn:org.eclipse.team.ui.GenericHistoryView - persp.showIn:org.eclipse.ui.views.ResourceNavigator - persp.showIn:org.eclipse.ui.navigator.ProjectExplorer - persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks - persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task - persp.viewSC:org.eclipse.tm.terminal.view.ui.TerminalsView - persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView - persp.perspSC:org.eclipse.wst.jsdt.ui.JavaPerspective -<<<<<<< HEAD - - - -======= -<<<<<<< HEAD - - - - org.eclipse.e4.primaryNavigationStack - active - noFocus - - - - - - - - - - - - - - - org.eclipse.e4.secondaryDataStack - Minimized - - - - - - - - - - - - - - - - org.eclipse.e4.secondaryNavigationStack - - - -======= - - - ->>>>>>> master - org.eclipse.e4.primaryNavigationStack - active - noFocus - - - - - - - - - - - - - - - org.eclipse.e4.secondaryDataStack - Minimized - - - - - - - - - - - - - - - - org.eclipse.e4.secondaryNavigationStack -<<<<<<< HEAD - - - -======= - - - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - - - - - - -<<<<<<< HEAD - - - - -======= -<<<<<<< HEAD - - - - - - - - View - categoryTag:Help - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - - - View - categoryTag:Help - - - - org.eclipse.e4.primaryDataStack - EditorStack - noFocus - - - Editor - org.eclipse.jdt.ui.CompilationUnitEditor - removeOnHide - - menuContribution:popup - popup:#CompilationUnitEditorContext - popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext - popup:#AbstractTextEditorContext - - - menuContribution:popup - popup:#CompilationUnitRulerContext - popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext - popup:#AbstractTextEditorRulerContext - - - menuContribution:popup - popup:#OverviewRulerContext - - - - - Editor - org.eclipse.jdt.ui.CompilationUnitEditor - removeOnHide - -======= - - - - ->>>>>>> master - - - - View - categoryTag:Help - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - - - View - categoryTag:Help - - - - org.eclipse.e4.primaryDataStack - EditorStack - noFocus - - - Editor - org.eclipse.jdt.ui.CompilationUnitEditor - removeOnHide -<<<<<<< HEAD - -======= - active - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - menuContribution:popup - popup:#CompilationUnitEditorContext - popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext - popup:#AbstractTextEditorContext - -<<<<<<< HEAD - -======= -<<<<<<< HEAD - -======= - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - menuContribution:popup - popup:#CompilationUnitRulerContext - popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext - popup:#AbstractTextEditorRulerContext - -<<<<<<< HEAD - - menuContribution:popup - popup:#OverviewRulerContext - - - - - Editor - org.eclipse.jdt.ui.CompilationUnitEditor - removeOnHide - - menuContribution:popup - popup:#CompilationUnitEditorContext - popup:org.eclipse.jdt.ui.CompilationUnitEditor.EditorContext - popup:#AbstractTextEditorContext - - - menuContribution:popup - popup:#CompilationUnitRulerContext - popup:org.eclipse.jdt.ui.CompilationUnitEditor.RulerContext - popup:#AbstractTextEditorRulerContext - - -======= -<<<<<<< HEAD - -======= - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - menuContribution:popup - popup:#OverviewRulerContext - - - - -<<<<<<< HEAD - -======= -<<<<<<< HEAD - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - - - View - categoryTag:General - - - View - categoryTag:Java - - - View - categoryTag:Java Browsing - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - - - View - categoryTag:General - - - View - categoryTag:Server - - - View - categoryTag:Data Management - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - -======= - ->>>>>>> master - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - - - View - categoryTag:General - - - View - categoryTag:Java - - - View - categoryTag:Java Browsing - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - - - View - categoryTag:General - - - View - categoryTag:Server - - - View - categoryTag:Data Management - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - -<<<<<<< HEAD - -======= - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - menuContribution:popup - popup:org.eclipse.ui.views.ProblemView - popup:org.eclipse.ui.ide.MarkersView - -<<<<<<< HEAD - -======= -<<<<<<< HEAD - -======= - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - menuContribution:popup - popup:org.eclipse.ui.views.ProblemView - popup:org.eclipse.ui.ide.MarkersView - -<<<<<<< HEAD - - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu - - - - - View - categoryTag:General - - - View - categoryTag:General - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - - - - View - categoryTag:Mylyn - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.menus.activeTask - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.views.tasks - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.menus.activeTask - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.views.tasks - - - - -======= -<<<<<<< HEAD - - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu - - - - - View - categoryTag:General - - - View - categoryTag:General - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - - - - View - categoryTag:Mylyn - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.menus.activeTask - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.views.tasks - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.menus.activeTask - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.views.tasks - - - - ->>>>>>> master - - View - categoryTag:Java - active -<<<<<<< HEAD - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.jdt.ui.PackageExplorer - - - menuContribution:popup - popup:org.eclipse.jdt.ui.PackageExplorer - - - - - View - categoryTag:Java - - - View - categoryTag:Java - - - View - categoryTag:General - - - View - categoryTag:Ant - - - View - categoryTag:Git - - - View - categoryTag:Java - - - View - categoryTag:Terminal - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - Draggable - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - toolbarSeparator - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - - stretch - SHOW_RESTORE_MENU - - -======= - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.jdt.ui.PackageExplorer - - - menuContribution:popup - popup:org.eclipse.jdt.ui.PackageExplorer - - - - - View - categoryTag:Java - - - View - categoryTag:Java - - - View - categoryTag:General - - - View - categoryTag:Ant - - - View - categoryTag:Git - - - View - categoryTag:Java - - - View - categoryTag:Terminal - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - Draggable - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - toolbarSeparator - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - - stretch - SHOW_RESTORE_MENU - - -======= - - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.debug.ui.ProcessConsoleType.#ContextMenu - - - - - View - categoryTag:General - - - View - categoryTag:General - - - View - categoryTag:General - - - - View - categoryTag:General - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - menuContribution:popup - popup:org.eclipse.jdt.ui.outline - - - - - - View - categoryTag:Mylyn - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.menus.activeTask - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.views.tasks - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.menus.activeTask - - - menuContribution:popup - popup:org.eclipse.mylyn.tasks.ui.views.tasks - - - - - - View - categoryTag:Java - - ViewMenu - menuContribution:menu - - - menuContribution:popup - popup:org.eclipse.jdt.ui.PackageExplorer - - - menuContribution:popup - popup:org.eclipse.jdt.ui.PackageExplorer - - - - - View - categoryTag:Java - - - View - categoryTag:Java - - - View - categoryTag:General - - - View - categoryTag:Ant - - - View - categoryTag:Git - - - View - categoryTag:Java - - - View - categoryTag:Terminal - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - Draggable - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - Opaque - - - - Opaque - - - Opaque - - - Opaque - - - - Draggable - - - toolbarSeparator - - - - toolbarSeparator - - - - Draggable - - Opaque - - - Opaque - - - - stretch - SHOW_RESTORE_MENU - - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - Draggable - HIDEABLE - SHOW_RESTORE_MENU - - -<<<<<<< HEAD - - - stretch - - - Draggable - - - Draggable - - - - - TrimStack - - - - - TrimStack - - - TrimStack - - - TrimStack - - - TrimStack - - -======= -<<<<<<< HEAD - - - stretch - - - Draggable - - - Draggable - - - - - TrimStack - - - - - TrimStack - - - TrimStack - - - TrimStack - - - TrimStack - - -======= - - - stretch - - - Draggable - - - Draggable - - - - - TrimStack - - - - - TrimStack - - - TrimStack - - - TrimStack - - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - TrimStack - - - -<<<<<<< HEAD - - - - - - - - - - - - - - - - - platform:cocoa - - - - - - - - - - platform:cocoa - - -======= -<<<<<<< HEAD - - - - - - - - - - - - - - - - - platform:cocoa - - - - - - - - - - platform:cocoa - - - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - platform:cocoa - - - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - platform:cocoa - - - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - - - platform:cocoa - - - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Editor - - - View - categoryTag:Ant - - - View - categoryTag:Data Management - - - View - categoryTag:Data Management - - - View - categoryTag:Data Management - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:General - - - 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:JPA - - - View - categoryTag:JPA - - - View - categoryTag:JavaServer Faces - - - View - categoryTag:JavaServer Faces - - - View - categoryTag:Web Services - - - View - categoryTag:Maven - - - View - categoryTag:Maven - - - View - categoryTag:Mylyn - - - View - categoryTag:Mylyn - - - View - categoryTag:Mylyn - - - View - categoryTag:Oomph - - - 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:Code Recommenders - - - View - categoryTag:Code Recommenders - - - View - categoryTag:Code Recommenders - - - View - categoryTag:Code Recommenders - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:General - - - View - categoryTag:General - - - View - categoryTag:Team - - - View - categoryTag:Team - - - View - categoryTag:Terminal - - - View - categoryTag:Other - - - 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:Debug - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:Server - - - View - categoryTag:XML - - - View - categoryTag:XML - - - View - categoryTag:XML - - - View - categoryTag:XML - - - View - categoryTag:XML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -======= - - - - - - - - - - - - - - - - - platform:cocoa - - - - - - - - - - platform:cocoa - - ->>>>>>> master - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - platform:cocoa - - - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - platform:cocoa - - - - - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - platform:cocoa - - - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - - - platform:cocoa - - - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - platform:cocoa - - - platform:cocoa - - - - - - - - - - - - platform:cocoa - - - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - platform:cocoa - - - - - platform:cocoa - - - - - - - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platform:cocoa - - - - platform:cocoa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Editor - - - View - categoryTag:Ant - - - View - categoryTag:Data Management - - - View - categoryTag:Data Management - - - View - categoryTag:Data Management - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Debug - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:Git - - - View - categoryTag:General - - - 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:JPA - - - View - categoryTag:JPA - - - View - categoryTag:JavaServer Faces - - - View - categoryTag:JavaServer Faces - - - View - categoryTag:Web Services - - - View - categoryTag:Maven - - - View - categoryTag:Maven - - - View - categoryTag:Mylyn - - - View - categoryTag:Mylyn - - - View - categoryTag:Mylyn - - - View - categoryTag:Oomph - - - 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:Code Recommenders - - - View - categoryTag:Code Recommenders - - - View - categoryTag:Code Recommenders - - - View - categoryTag:Code Recommenders - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:Remote Systems - - - View - categoryTag:General - - - View - categoryTag:General - - - View - categoryTag:Team - - - View - categoryTag:Team - - - View - categoryTag:Terminal - - - View - categoryTag:Other - - - 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:Debug - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:JavaScript - - - View - categoryTag:Server - - - View - categoryTag:XML - - - View - categoryTag:XML - - - View - categoryTag:XML - - - View - categoryTag:XML - - - View - categoryTag:XML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<<<<<<< HEAD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -======= - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->>>>>>> 54c238f6df6f671670fccf3422aa5d5cc356b180 ->>>>>>> master - diff --git a/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png b/.metadata/.plugins/org.eclipse.jdt.ui/jdt-images/1.png deleted file mode 100644 index 8bb97ce216964d5f51c8363bb473cd5b47016ff8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 386 zcmV-|0e$|7P)HFUPk@B}6RRI=07&zn&tLz4y?h(YCfR^9QjTB)K;Y-& z7o;2TsCF{gkn5fqaDzxP00ux|0Wt)q0h|q+i}~Ap9)d7$i_dJ3;;W8H|Ns5| z^Z(cL*WiG}Y5+%rhXQwt_gl|-DZg5_*ZePBU-DmjQsgg?;!lUq{XeJV4#sa*ZpUr_ zUz^WP+nEV}mK^Q;kBr^sB>&)R@mWI9uN=)@-%^%l{;ywOgn~1cW&h`H_I^�JcWY z-@((P|3}V@LBXz*!~b(Md448n09TXO8NF`*{~i;AQLs##&p(bPuU!NUU~TX+0NV6j zZ(`X0!1)RPBNit8H=h#u7wEMwYz=N21PuTiQtxTO-Rg6ht;M1& diff --git a/.metadata/version.ini b/.metadata/version.ini deleted file mode 100644 index bd8ef2a..0000000 --- a/.metadata/version.ini +++ /dev/null @@ -1,3 +0,0 @@ -#Thu Feb 08 20:39:07 IST 2018 -org.eclipse.core.runtime=2 -org.eclipse.platform=4.5.2.v20160212-1500 diff --git a/.recommenders/index/http___download_eclipse_org_recommenders_models_mars_/segments.gen b/.recommenders/index/http___download_eclipse_org_recommenders_models_mars_/segments.gen deleted file mode 100644 index ae67acc2c5924dab767e15c5265ff24ef4f4a1ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20 QcmezW|NlP*2w;cN07?G@3IG5A diff --git a/LinkedList/bin/linked_list/LinkedApp.class b/LinkedList/bin/linked_list/LinkedApp.class deleted file mode 100644 index 04cd38f406389f867b0f8e609e2d71310a0cb108..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 974 zcmZuv+iDY06kR8oW|HZ&O^r#~q<3$*Od4 z5y2P5T2b&-@P~Zzvd(0nR?C5XJNxXt_B#9fug_lr+{7If5rMR0yGPdkGshnJ)n;IC z4~Hrgf#jk2+^jmL+p9k899mspAXc|s+rK9eEfn_zl%2u8r6G!hjw!?h=2*en9rrty z_t@+>mcWJPpldpNre{k(3@ZMCJrc+^&uv~~;l63R0-3_o<|&A_@7ZpzR@_rDPjr93 z-3@Rgkw_qki#pQC5TiTp3y6k{E$CQ8j)h%jN>u;8t|hR96&1^8=5D_j`Bq=YD%MzU zFeU}*2_kz?eMC4uL0M+Mra@ps$0b}A&?J{l%kB9GOfUT3s@TwQ6$KU71X96#XRGNb zq9mXWWdnyiD1}Bqx9RmrTk0HA1g7L<+o8T6>K$rxGIGob5lwf;o@cqfwTcXBzn5StPv);VRA%L7VQMvPLWSEUxzQ>7Ec-_eLbqm Date: Sun, 18 Feb 2018 18:29:33 +0530 Subject: [PATCH 3/4] Insertion sort is completed --- Insertionsort/.classpath | 6 ++++++ Insertionsort/.project | 17 +++++++++++++++++ Insertionsort/src/InsertionSort.java | 25 +++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 Insertionsort/.classpath create mode 100644 Insertionsort/.project create mode 100644 Insertionsort/src/InsertionSort.java diff --git a/Insertionsort/.classpath b/Insertionsort/.classpath new file mode 100644 index 0000000..acba521 --- /dev/null +++ b/Insertionsort/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/Insertionsort/.project b/Insertionsort/.project new file mode 100644 index 0000000..97a6cff --- /dev/null +++ b/Insertionsort/.project @@ -0,0 +1,17 @@ + + + Insertionsort + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/Insertionsort/src/InsertionSort.java b/Insertionsort/src/InsertionSort.java new file mode 100644 index 0000000..1b00585 --- /dev/null +++ b/Insertionsort/src/InsertionSort.java @@ -0,0 +1,25 @@ + +public class InsertionSort { + + public static void main(String[] args) { + int [] myArray = insertionsort(new int []{ 55,66,88,99,100,45,67,87}); + for (int i =0 ; i< myArray.length; i++){ + System.out.println(myArray[i]); + } + + } + public static int [] insertionsort( int [] a ){ + for(int i = 1 ; i < a.length ;i++){ + int element = a [i]; + int j = i-1; + while(j>=0 && a[j] > element){ + a[j+1] = a[j]; + j = j-1; + } + a[j+1] = element; + + } + return a; + } + +} From 632a36e74553517f62e1a9d0d46f35ff9e07bb14 Mon Sep 17 00:00:00 2001 From: Niyaz Date: Sun, 18 Feb 2018 18:52:15 +0530 Subject: [PATCH 4/4] Merge sort is also completed --- .../.settings/org.eclipse.debug.ui.prefs | 3 + .../org.eclipse.jdt.core/24360243.index | Bin 471 -> 0 bytes .../org.eclipse.jdt.core/3397663309.index | Bin 720 -> 0 bytes .../org.eclipse.jdt.core/savedIndexNames.txt | 19 +++-- .../variablesAndContainers.dat | Bin 1840 -> 1624 bytes .../org.eclipse.jdt.ui/jdt-images/0.png | Bin 345 -> 0 bytes .../write.lock | 0 Merge Sort/.classpath | 6 ++ Merge Sort/.project | 17 +++++ Merge Sort/src/App.java | 25 +++++++ Merge Sort/src/MergeSort.java | 66 ++++++++++++++++++ 11 files changed, 125 insertions(+), 11 deletions(-) delete mode 100644 .metadata/.plugins/org.eclipse.jdt.core/24360243.index delete mode 100644 .metadata/.plugins/org.eclipse.jdt.core/3397663309.index delete mode 100644 .metadata/.plugins/org.eclipse.jdt.ui/jdt-images/0.png delete mode 100644 .recommenders/index/http___download_eclipse_org_recommenders_models_mars_/write.lock create mode 100644 Merge Sort/.classpath create mode 100644 Merge Sort/.project create mode 100644 Merge Sort/src/App.java create mode 100644 Merge Sort/src/MergeSort.java diff --git a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs index a2e2ec3..6a69666 100644 --- a/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs +++ b/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs @@ -1,3 +1,6 @@ eclipse.preferences.version=1 org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\n\n +org.eclipse.debug.ui.user_view_bindings=\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n +pref_state_memento.org.eclipse.debug.ui.VariableView=\n\n\n +preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane| preferredTargets=default\:default| diff --git a/.metadata/.plugins/org.eclipse.jdt.core/24360243.index b/.metadata/.plugins/org.eclipse.jdt.core/24360243.index deleted file mode 100644 index 1b9c99e40d77dc5d3873efa26888dae73c7f3eb5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 471 zcmZ9H!AiqG5QhIvYX}|`TC@m)1@BqoMf4_Z54p6^fC%DYyWQ5*HVMhL;CuLlK7`jg z**_oFbne*oA5y{eR4%y^}R{NzdfhAXiXofEX4 zivnbVzY%H1qdgtUJzP&_DXO%9uQs++m R!TCYW@xKW4SD|di_#ap*g#7>j diff --git a/.metadata/.plugins/org.eclipse.jdt.core/3397663309.index b/.metadata/.plugins/org.eclipse.jdt.core/3397663309.index deleted file mode 100644 index 331ab162f39f73adaddee7defe0e9269b6908832..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 720 zcmZ8f%TB^T6g__F5DOr_YAnuH31fEAc8R_#ziRumh_c&N>d=4se!dKJ%7>4brr`^>&_9Lt~f} zvEUgY&odtJSg;<60XNNpScEa_E7;y}F%djc`LqPE(R@f2 zf|MK9Q_1R)7gRBSk}CFJ7G1s#dzS<&s$;@{m5Z!Qwb>O&&snl_(?a4>i8kreslZ1yIVuQw z6r_fzNF8Y)8qxwKlwzA<`G@27D`|r!j{8fV%EPJn&-5#z>pGx1oW-s^r-QnmF60(< yJ%fB&S+$&;ra0^%1_rp(wkVZ!8KqBJ%%G_XvbJoVt5IrG2l*|Ycmv17;o@7}%V z|BM;4KTn!8Z3RICdV437&zw2?^Zxw@{)51Q0|&tv#GgEQ+UMTh{v^BxbawVVT()fG z|8?s&fDHiAFuZv2vj0H&(|8SNYHI&KckTi(1_2lwglEl~_rJNh{UcrjYU^6w_4Q5q zKViZYumK<%hI@J^{;#WRxrNt&nwo}%t!-UDfT8~%8G!hWO>JK)s_Lro8c^9L~c{!g1W3#fU<|Axl4@1vTmCFi?D!vsJSAH)ns{CA3 rR5>FntAU50W^_ + + + + + diff --git a/Merge Sort/.project b/Merge Sort/.project new file mode 100644 index 0000000..2280379 --- /dev/null +++ b/Merge Sort/.project @@ -0,0 +1,17 @@ + + + Merge Sort + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/Merge Sort/src/App.java b/Merge Sort/src/App.java new file mode 100644 index 0000000..b5926d5 --- /dev/null +++ b/Merge Sort/src/App.java @@ -0,0 +1,25 @@ + +public class App { + + public static void main(String[] args) { + + int inputArray[] = {9,8,7,6,5,0,9,8,7,6,5,4,1}; + // Before sorting + + for (int i = 0 ; i < inputArray.length;i++){ + System.out.print("{ "+ inputArray[i]+" }"); + } + + System.out.println(); + MergeSort sorter = new MergeSort(); + MergeSort.sort(inputArray); + + + //After sorting + for (int i = 0 ; i < inputArray.length;i++){ + System.out.print("{ "+ inputArray[i]+" }"); + } + + } + +} diff --git a/Merge Sort/src/MergeSort.java b/Merge Sort/src/MergeSort.java new file mode 100644 index 0000000..fe050dc --- /dev/null +++ b/Merge Sort/src/MergeSort.java @@ -0,0 +1,66 @@ + +public class MergeSort { + + + public static void sort(int inputArray[]){ + sort(inputArray,0,inputArray.length-1); + } + + public static void sort(int[] inputArray, int start, int end) { + if(end <= start){ + return; + } + + int mid; + mid = (start+end)/2; + + sort(inputArray,start,mid);//left sorting + sort(inputArray,mid+1,end);//right sorting + merge(inputArray,start,mid,end);//merging + } + + public static void merge(int[] inputArray, int start, int mid, int end) { + + int tempArray[] = new int[end-start +1]; + // index position for the left slot + int leftSlot =start; + // index position for the right slot + int rightSlot = mid+1; + + int k = 0; + + while(leftSlot <= mid && rightSlot <= end){ + if(inputArray[leftSlot] < inputArray[rightSlot] ){ + tempArray[k] = inputArray[leftSlot]; + leftSlot = leftSlot+1; + }else + { + tempArray[k] = inputArray[rightSlot]; + rightSlot = rightSlot+1; + } + k= k+1; + + } + if(leftSlot <= mid){ + while(leftSlot <= mid){ + tempArray[k] = inputArray[leftSlot]; + leftSlot =leftSlot +1; + k =k+1; + } + + }else if(rightSlot <= end){ + while(rightSlot <= end){ + tempArray[k] = inputArray[rightSlot]; + rightSlot = rightSlot +1; + k= k+1; + } + + } + + for(int i = 0; i