[JBoss JIRA] (JBIDE-22921) IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove)
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22921?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-22921:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> IllegalArgumentException below MozillaEditor.dispose (thrown in ListenerList.remove)
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-22921
> URL: https://issues.jboss.org/browse/JBIDE-22921
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Fix For: 4.5.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.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-20977) XML identation size is not editable
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20977?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-20977:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> XML identation size is not editable
> -----------------------------------
>
> Key: JBIDE-20977
> URL: https://issues.jboss.org/browse/JBIDE-20977
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.2.0.CR1
> Environment: JBDS 8.0.CR1b, Eclipse 4.4
> I have Fedora 19, Java 1.7_60, Gnome3, it is both case for JBDS 8.x and Eclipse 4.4
> Colleague of mine has RHEL7 with Gnome, tested on JBDS 8.x as well.
> Reporter: Stefan Miklosovic
> Assignee: Snjezana Peco
> Fix For: 4.5.x
>
> Attachments: xml-preferences.png
>
>
> !xml-preferences.png!
> Window -> Preferencies -> XML -> XML Files -> Editor
> Ident using spaces is checked.
> Identation size field is not editable, there is still "1" in it. Clicking at arrows (or + - buttons) does not work. I can not rise it to 4 spaces.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-22931) NullPointerException in EditorUtil.getFileExtensionFromEditor
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22931?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-22931:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> NullPointerException in EditorUtil.getFileExtensionFromEditor
> -------------------------------------------------------------
>
> Key: JBIDE-22931
> URL: https://issues.jboss.org/browse/JBIDE-22931
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Fix For: 4.5.x
>
>
> The following problem was reported via the automated error reporting:
> Message: HIDDEN
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.vpe.preview.core.util.EditorUtil.getFileExtensionFromEditor(EditorUtil.java:104)
> at org.jboss.tools.vpe.preview.core.util.NavigationUtil.navigateToVisual(NavigationUtil.java:170)
> at org.jboss.tools.vpe.preview.view.VpvView$2.mouseUp(VpvView.java:135)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {noformat}
> Bundles:
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.105.0.v20160603-0902 |
> | org.jboss.tools.vpe.preview | 3.7.1.Final-v20160331-0327-B91 | 3.8.0.Final-v20160609-2229-B3 |
> | org.jboss.tools.vpe.preview.core | 3.7.1.Final-v20160331-0327-B91 | 3.8.0.Final-v20160609-2229-B3 |
> Operating Systems:
> | MacOSX | 10.11.5 | 10.11.5 |
> | Windows | 10.0.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/573e85eee4b0138d62...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-18526) CordovaSim: Debugger doesn't work properly with the last JDK 8u20
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18526?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-18526:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> CordovaSim: Debugger doesn't work properly with the last JDK 8u20
> -----------------------------------------------------------------
>
> Key: JBIDE-18526
> URL: https://issues.jboss.org/browse/JBIDE-18526
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, cordovasim, upstream
> Affects Versions: 4.2.0.CR2
> Environment: Not reproducible with Oracle JDK 7u67
> Affects Oracle JDK 8u20 and above (Not reproducible with JDK 8u5 and 8u11)
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Priority: Critical
> Labels: upstream
> Fix For: 4.5.x
>
> Attachments: debugger error.png
>
>
> CordovaSim freezes with the following stack trace:
> {code}
> java.lang.IllegalStateException: Nested event loops are allowed only while handling system events
> at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:506)
> at com.sun.javafx.webkit.EventLoopImpl.cycle(EventLoopImpl.java:59)
> at com.sun.webkit.EventLoop.fwkCycle(EventLoop.java:45)
> at com.sun.webkit.Timer.twkFireTimerEvent(Native Method)
> at com.sun.webkit.Timer.fireTimerEvent(Timer.java:83)
> at com.sun.webkit.Timer.notifyTick(Timer.java:64)
> at javafx.scene.web.WebEngine$PulseTimer.lambda$static$44(WebEngine.java:1167)
> at javafx.scene.web.WebEngine$PulseTimer$$Lambda$67/10449826.pulse(Unknown Source)
> at com.sun.javafx.tk.Toolkit.lambda$runPulse$28(Toolkit.java:314)
> at com.sun.javafx.tk.Toolkit$$Lambda$134/26908315.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.Toolkit.runPulse(Toolkit.java:313)
> at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:340)
> at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:451)
> at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:431)
> at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$363(QuantumToolkit.java:298)
> at com.sun.javafx.tk.quantum.QuantumToolkit$$Lambda$40/33541029.run(Unknown Source)
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.startCordovaSim(CordovaSimRunner.java:114)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.main(CordovaSimRunner.java:91)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-22941) IllegalArgumentException below SashSetting.apply (thrown in SashForm.setWeights)
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22941?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-22941:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> IllegalArgumentException below SashSetting.apply (thrown in SashForm.setWeights)
> --------------------------------------------------------------------------------
>
> Key: JBIDE-22941
> URL: https://issues.jboss.org/browse/JBIDE-22941
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Fix For: 4.5.x
>
>
> The following problem was reported via the automated error reporting:
> Message:
> {noformat}
> java.lang.IllegalArgumentException: Argument not valid
> at org.eclipse.swt.custom.SashForm.setWeights(SashForm.java:451)
> at org.jboss.tools.vpe.editor.xpl.SashSetting.apply(SashSetting.java:81)
> at org.jboss.tools.vpe.editor.xpl.EditorSettings.apply(EditorSettings.java:57)
> at org.jboss.tools.vpe.editor.VpeEditorPart.createPartControl(VpeEditorPart.java:597)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditorPart.addPage(JSPMultiPageEditorPart.java:93)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.createPagesForVPE(JSPMultiPageEditor.java:592)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.createPages(JSPMultiPageEditor.java:506)
> 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(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.e4.core.di | 1.5.0.v20150421-2214 | 1.5.0.v20150421-2214 |
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.104.2.v20160212-1350 |
> | 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:
> | Windows | 6.3.0 | 6.3.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57557936e4b06056d2...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months