facebook

[Eclipse 3.2.2][My Eclipse 5.1.1] VSS Plugin doesn’t work

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #266355 Reply

    zekid
    Member

    Hello,

    I found a bug, i think.
    I know that MyEclipse doesn’t support VSS plugin, but when it’s working well with Eclipse, I’d like him to work with MyEclipse too, especially if it was working with Eclipse 3.1.2 and MyEclipse 4.1.
    Well, I explain you the bug.
    I made a new workspace. A new project. I share it with VSS plugin. And after I refresh him.
    No problem at all. I close it ( Eclipse + My Eclipse ). I open it, it was working.
    But, if i deploy project tree to see files, and I close application, when i open it after, BANGGGG !!!
    I loose all my icons that explain me if i’m in extraction mode or not.
    Here is the exception, i have got in .log file :

    java.lang.NullPointerException
    at org.vssplugin.ui.LabelDecorator.createKey(LabelDecorator.java:271)
    at org.vssplugin.ui.LabelDecorator.decorateImage(LabelDecorator.java:245)
    at org.eclipse.ui.internal.decorators.FullDecoratorDefinition.decorateImage(FullDecoratorDefinition.java:114)
    at org.eclipse.ui.internal.decorators.FullImageDecoratorRunnable.run(FullImageDecoratorRunnable.java:28)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at org.eclipse.ui.internal.decorators.DecoratorManager.safeDecorateImage(DecoratorManager.java:418)
    at org.eclipse.ui.internal.decorators.DecoratorManager.decorateImage(DecoratorManager.java:372)
    at org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java:89)
    at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:356)
    at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:2077)
    at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:252)
    at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:95)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
    at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:849)
    at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:465)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
    at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1955)
    at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:753)
    at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:731)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:705)
    at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:892)
    at org.eclipse.jface.viewers.AbstractTreeViewer.internalSetExpanded(AbstractTreeViewer.java:1793)
    at org.eclipse.jface.viewers.AbstractTreeViewer.setExpandedElements(AbstractTreeViewer.java:2139)
    at org.eclipse.ui.views.navigator.ResourceNavigator.restoreState(ResourceNavigator.java:1009)
    at org.eclipse.ui.views.navigator.ResourceNavigator.createPartControl(ResourceNavigator.java:308)
    at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:332)
    at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
    at org.eclipse.ui.internal.WorkbenchPage$ActivationList.setActive(WorkbenchPage.java:3915)
    at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2929)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1936)
    at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2873)
    at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2821)
    at org.eclipse.ui.internal.Workbench$20.run(Workbench.java:1697)
    at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1437)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1695)
    at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1666)
    at org.eclipse.ui.internal.Workbench$18.run(Workbench.java:1545)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1489)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:1101)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    I think it is a little problem, and i hope that My Eclipse developper will found something to fix it.
    Thank you for your attention.

    #266421

    Riyad Kalla
    Member

    I know that MyEclipse doesn’t support VSS plugin

    Just to clarify. *We* don’t offer technical support for it since it’s not our product, but a lot of our users still use it along side MyEclipse.

    But, if i deploy project tree to see files, and I close application, when i open it after, BANGGGG !!!
    I loose all my icons that explain me if i’m in extraction mode or not.
    Here is the exception, i have got in .log file :

    Can you clarify what you mean or show a screenshot of the issue?

    I think it is a little problem, and i hope that My Eclipse developper will found something to fix it.

    How do you know it’s a bug in MyEclipse and not a bug in VSS Plugin?

    #266828

    erlegele
    Member

    Well, to clarify what is the problem.
    When i try to open my workspace after deploying tree files in Ressources Perpespectives to see files, and I close it with tree open, then after re-open I loose icons and files names in my workspace. I still have got files but i have no decorations.
    To be honnest, I’m not completly sure that it is MyEclipse Plugin.
    But I can’t test because of the problem come from Eclipse 3.2.x and MyEclipse 5.x.
    What I can say, it ‘s that was working with Eclipse 3.1.x and MyEclipse 4.1.x.

    Thank you for your response.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Eclipse 3.2.2][My Eclipse 5.1.1] VSS Plugin doesn’t work

You must be logged in to post in the forum log in