[JBoss JIRA] (JBIDE-4936) Support for static navigation.
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-4936?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-4936.
-----------------------------
Resolution: Won't Fix
VPE is deprecated
> Support for static navigation.
> ------------------------------
>
> Key: JBIDE-4936
> URL: https://issues.redhat.com/browse/JBIDE-4936
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.1.0.M4
> Reporter: Yura Zhishko
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: LATER
>
>
> As a new Feature for VPE I propose to make a support for static navigation. A simple example can be founded in JSF 1.2 Kick Start project.
> 1) Open inputUserName.jsp
> 2) One click on button Say Hello on the visual pane
> Static navigation assumes, when we make a click on this button, hello.jsp page should be opened with JBT editor, as the navigation-rule describes this in faces-config.xml:
> <navigation-rule>
> <from-view-id>/pages/inputUserName.jsp</from-view-id>
> <navigation-case>
> <from-outcome>hello</from-outcome>
> <to-view-id>/pages/hello.jsp</to-view-id>
> </navigation-case>
> </navigation-rule>
> The utility of this feature is that the user can see the result of clicking on this button is some cases (the page that will be opened, when he(she) clicks on button). Plus, there is faster navigation.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-22926) SWTException below VpeEditorPart.setFocus (thrown in Widget.checkWidget)
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-22926?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-22926.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> SWTException below VpeEditorPart.setFocus (thrown in Widget.checkWidget)
> ------------------------------------------------------------------------
>
> Key: JBIDE-22926
> URL: https://issues.redhat.com/browse/JBIDE-22926
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.4.x
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
>
> The following problem was reported via the automated error reporting:
> Message: Error setting focus to : org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl index.jsp
> {noformat}
> org.eclipse.swt.SWTException: Widget is disposed
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:354)
> at org.eclipse.swt.widgets.Control.setFocus(Control.java:3354)
> at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1056)
> at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1056)
> at org.eclipse.ui.texteditor.StatusTextEditor.setFocus(StatusTextEditor.java:120)
> at org.jboss.tools.vpe.editor.VpeEditorPart.setFocus(VpeEditorPart.java:870)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditorPart.setFocus(JSPMultiPageEditorPart.java:186)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditorPart.setFocus(JSPMultiPageEditorPart.java:171)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.delegateSetFocus(CompatibilityPart.java:204)
> at sun.reflect.GeneratedMethodAccessor.invoke(null:-1)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:-1)
> at java.lang.reflect.Method.invoke(null:-1)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> {noformat}
> Bundles:
> | org.eclipse.e4.core.di | 1.5.0.v20150421-2214 | 1.6.0.v20160319-0612 |
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.105.0.v20160603-0902 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.108.0.v20160518-1929 |
> | org.jboss.tools.jst.web.ui | 3.7.1.Final-v20160331-0256-B96 | 3.8.0.Final-v20160609-2146-B2 |
> | org.jboss.tools.vpe | 3.7.1.Final-v20160331-0327-B91 | 3.8.0.Final-v20160609-2229-B3 |
> Operating Systems:
> | Linux | 3.19.0 | 4.6.0 |
> | Windows | 6.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571d229ce4b0e9dd9c...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-18389) Newly created web page has content of previously deleted web page
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-18389?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-18389.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> Newly created web page has content of previously deleted web page
> -----------------------------------------------------------------
>
> Key: JBIDE-18389
> URL: https://issues.redhat.com/browse/JBIDE-18389
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.CR1
> Environment: Linux, JBT 4.2.0.CR1-v20140914-0645-B242
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
> Attachments: chachexhtml.mp4
>
>
> 1. Create JSF 1.2 Kickstart project
> 2. Create empty new XHTML page within WebContent folder do not use any template
> ASSERT: Opened page has empty content
> 3. Add some text to page and save
> 4. Delete created page
> 5. Repeat step 2. using the same name and location of created page
> ERROR: Opened page is not empty but has content of previously created page
> ERROR: Created page is empty on file system therefore content of VPE and file on file system is different.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-9292) Show as EL toolbar button does not affect values set through Page Design Options dialog
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-9292?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-9292.
-----------------------------
Resolution: Won't Fix
VPE is deprecated
> Show as EL toolbar button does not affect values set through Page Design Options dialog
> ---------------------------------------------------------------------------------------
>
> Key: JBIDE-9292
> URL: https://issues.redhat.com/browse/JBIDE-9292
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.M1
> Reporter: Maxim Areshkau
> Assignee: Ilya Buziuk
> Priority: Minor
> Fix For: LATER
>
> Attachments: el-pressed.png, page-design-options.png, show-el-not-pressed.png
>
>
> *Steps to reproduce:*
> # Create a JSF project
> # Create a JSPX page with the following content:
> {code:xml|title=test.jspx}
> <input type="submit" value="${hello}"/>${hello}
> {code}
> # Open Page Design Options dialog->Substitutes EL-expressions
> # Create expression {{hello}} with value {{Hello World!}} and press OK
> # Click show bundle's messages as EL expressions button on the toolbar
> *Actual result:*
> ${hello} expressions are substituted by {{Hello World!}}
> *Expected result:*
> ${hello} expressions are not substituted and shown as is
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-11430) Multiple selection in Source Editor is not properly reflected in Visual Editor
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-11430?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-11430.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> Multiple selection in Source Editor is not properly reflected in Visual Editor
> ------------------------------------------------------------------------------
>
> Key: JBIDE-11430
> URL: https://issues.redhat.com/browse/JBIDE-11430
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.Beta2
> Environment: Linux 32 bit, JBT Beta2 H134
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Minor
> Fix For: LATER
>
> Attachments: correctVisualSelection.png, incorrectVisualSelection.png, vpemultipleselection
>
>
> 1. Create JSF 1.2 Kickstart project
> 2. Open hello.jsp page
> 3. Select this part of page source code via mouse:
> {noformat}
> <h:outputText value="#{Message.hello_message}" />,
> <h:outputText value="#{user.name}" />!
> {noformat}
> 4. Selection displayed within Visual Editor is proper
> !correctVisualSelection.png!
> 5. Select the same text with keyboard
> 6. Even the same text is selected within Source Editor selection in Visual Editor is different and incorrect.
> !incorrectVisualSelection.png!
> After 30 seconds multiple selection appears in Visual Editor but it's really to late. Should be much faster.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-22935) IOException below MozillaEditor.createVisualToolbar (thrown in UnixFileSystem.createFileExclusively)
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-22935?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-22935.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> IOException below MozillaEditor.createVisualToolbar (thrown in UnixFileSystem.createFileExclusively)
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22935
> URL: https://issues.redhat.com/browse/JBIDE-22935
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
>
> The following problem was reported via the automated error reporting:
> Message: Unable to extract content: osgi.identity; osgi.identity="org.jboss.tools.vpe"; type="osgi.bundle"; version:Version="3.7.1.Final-v20160331-0327-B91"; singleton:="true": org/jboss/tools/vpe/editor/mozilla/icons/refresh.gif
> {noformat}
> java.io.IOException: Permissão negada
> at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:-2)
> at java.io.File.createTempFile(File.java:2024)
> at org.eclipse.osgi.storage.BundleInfo$Generation.storeContent(BundleInfo.java:280)
> at org.eclipse.osgi.storage.bundlefile.ZipBundleFile.getFile(ZipBundleFile.java:186)
> at org.eclipse.osgi.storage.bundlefile.ZipBundleEntry.getFileURL(ZipBundleEntry.java:109)
> at org.eclipse.osgi.storage.url.BundleURLConnection.getFileURL(BundleURLConnection.java:129)
> at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:34)
> at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:207)
> at org.eclipse.jface.resource.FileImageDescriptor.getFilePath(FileImageDescriptor.java:209)
> at org.eclipse.jface.resource.FileImageDescriptor.createImage(FileImageDescriptor.java:162)
> at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:164)
> at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:52)
> at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:86)
> at org.eclipse.jface.resource.LocalResourceManager.allocate(LocalResourceManager.java:76)
> at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:86)
> at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:192)
> at org.eclipse.jface.action.ActionContributionItem.updateImages(ActionContributionItem.java:1057)
> at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:794)
> at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:349)
> at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:343)
> at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createVisualToolbar(MozillaEditor.java:514)
> at org.jboss.tools.vpe.editor.VpeEditorPart.createVisualEditor(VpeEditorPart.java:812)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:283)
> at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1102)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.createPages(JSPMultiPageEditor.java:511)
> at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:363)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:151)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:341)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> {noformat}
> Bundles:
> | org.eclipse.core.runtime | 3.11.1.v20150903-1804 | 3.11.1.v20150903-1804 |
> | org.eclipse.e4.core.di | 1.5.0.v20150421-2214 | 1.5.0.v20150421-2214 |
> | org.eclipse.jface | 3.11.1.v20160128-1644 | 3.11.1.v20160128-1644 |
> | org.eclipse.osgi | 3.10.102.v20160118-1700 | 3.10.102.v20160118-1700 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.107.0.v20150507-1945 |
> | org.jboss.tools.jst.web.ui | 3.7.1.Final-v20160331-0256-B96 | 3.7.1.Final-v20160331-0256-B96 |
> | org.jboss.tools.vpe | 3.7.1.Final-v20160331-0327-B91 | 3.7.1.Final-v20160331-0327-B91 |
> Operating Systems:
> | Linux | 3.13.0 | 3.13.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/5762ca83e4b01c929b...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-22932) NullPointerException in VpvEditorPart.actionHappening
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-22932?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-22932.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> NullPointerException in VpvEditorPart.actionHappening
> -----------------------------------------------------
>
> Key: JBIDE-22932
> URL: https://issues.redhat.com/browse/JBIDE-22932
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
>
> The following problem was reported via the automated error reporting:
> Message: HIDDEN
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.vpe.preview.editor.VpvEditorPart.actionHappening(VpvEditorPart.java:832)
> at org.jboss.tools.vpe.preview.editor.DocumentListeningEditorPart$2.documentChanged(DocumentListeningEditorPart.java:96)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument._fireDocumentChanged(BasicStructuredDocument.java:460)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:1184)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.internalReplaceText(BasicStructuredDocument.java:1964)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2423)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:2408)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$2(JobSafeStructuredDocument.java:1)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$3.run(JobSafeStructuredDocument.java:141)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replaceText(JobSafeStructuredDocument.java:144)
> at org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument.replace(BasicStructuredDocument.java:2368)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.access$0(JobSafeStructuredDocument.java:1)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument$1.run(JobSafeStructuredDocument.java:103)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.wst.sse.ui.EditorExecutionContext.execute(EditorExecutionContext.java:149)
> at org.eclipse.wst.sse.core.internal.text.JobSafeStructuredDocument.replace(JobSafeStructuredDocument.java:106)
> at org.eclipse.jface.text.projection.ProjectionTextStore.replace(ProjectionTextStore.java:103)
> at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1094)
> at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:1119)
> at org.eclipse.jface.text.projection.ProjectionDocument.replace(ProjectionDocument.java:625)
> at org.eclipse.jface.text.DefaultDocumentAdapter.replaceTextRange(DefaultDocumentAdapter.java:233)
> at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:7374)
> at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:8225)
> at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2530)
> at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:6018)
> at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:6049)
> at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5733)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {noformat}
> Bundles:
> | org.eclipse.core.runtime | 3.12.0.v20160606-1342 | 3.12.0.v20160606-1342 |
> | org.eclipse.e4.core.di | 1.6.0.v20160319-0612 | 1.6.0.v20160319-0612 |
> | org.eclipse.emf.common | 2.12.0.v20160420-0247 | 2.12.0.v20160420-0247 |
> | org.eclipse.jface | 3.12.0.v20160518-1929 | 3.12.0.v20160518-1929 |
> | org.eclipse.jface.text | 3.11.0.v20160505-1301 | 3.11.0.v20160505-1301 |
> | org.eclipse.swt | 3.105.0.v20160603-0902 | 3.105.0.v20160603-0902 |
> | org.eclipse.text | 3.6.0.v20160503-1849 | 3.6.0.v20160503-1849 |
> | org.eclipse.ui | 3.108.0.v20160518-1929 | 3.108.0.v20160518-1929 |
> | org.eclipse.wst.css.ui | 1.0.1000.v201603050225 | 1.0.1000.v201603050225 |
> | org.eclipse.wst.html.core | 1.2.0.v201604120230 | 1.2.0.v201604120230 |
> | org.eclipse.wst.sse.core | 1.1.1000.v201604120230 | 1.1.1000.v201604120230 |
> | org.eclipse.wst.sse.ui | 1.3.500.v201605120129 | 1.3.500.v201605120129 |
> | org.jboss.tools.jst.web.ui | 3.8.0.Final-v20160609-2146-B2 | 3.8.0.Final-v20160609-2146-B2 |
> | org.jboss.tools.vpe.preview.editor | 3.8.0.Final-v20160609-2229-B3 | 3.8.0.Final-v20160609-2229-B3 |
> Operating Systems:
> | Linux | 4.4.0 | 4.4.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57799a5fe4b04baea1...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (JBIDE-22921) IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove)
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-22921?page=com.atlassian.jira.plug... ]
Jeff MAURY closed JBIDE-22921.
------------------------------
Resolution: Won't Fix
VPE is deprecated
> IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove)
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-22921
> URL: https://issues.redhat.com/browse/JBIDE-22921
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.16.x
>
>
> The following problem was reported via the automated error reporting:
> Message: HIDDEN
> {noformat}
> java.lang.IllegalArgumentException: null
> at org.eclipse.core.runtime.ListenerList.remove(ListenerList.java:155)
> at org.eclipse.core.commands.common.EventManager.removeListenerObject(EventManager.java:99)
> at org.eclipse.ui.preferences.ScopedPreferenceStore.removePropertyChangeListener(ScopedPreferenceStore.java:496)
> at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.dispose(MozillaEditor.java:681)
> at org.jboss.tools.vpe.editor.mozilla.MozillaPreview.dispose(MozillaPreview.java:238)
> at org.jboss.tools.vpe.editor.VpeEditorPart.dispose(VpeEditorPart.java:918)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.dispose(JSPMultiPageEditor.java:708)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.invalidate(CompatibilityPart.java:238)
> at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.destroy(CompatibilityPart.java:394)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(null:-2)
> at sun.reflect.NativeMethodAccessorImpl.invoke(null:-1)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(null:-1)
> at java.lang.reflect.Method.invoke(null:-1)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> {noformat}
> Bundles:
> | org.eclipse.core.commands | 3.7.0.v20150422-0725 | 3.8.0.v20160316-1921 |
> | org.eclipse.core.runtime | 3.11.0.v20150405-1723 | 3.12.0.v20160222-1238 |
> | org.eclipse.e4.core.di | 1.5.0.v20150421-2214 | 1.6.0.v20160211-1614 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.107.0.v20160108-0627 |
> | org.jboss.tools.jst.web.ui | 3.7.1.Final-v20160331-0256-B96 | 3.7.1.Final-v20160331-0256-B96 |
> | org.jboss.tools.vpe | 3.7.1.Final-v20160331-0327-B91 | 3.7.1.Final-v20160331-0327-B91 |
> Operating Systems:
> | Linux | 2.6.32.18 | 4.5.6.fc23 |
> | Windows | 6.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57170671e4b052a77c...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months