[JBoss JIRA] (JBIDE-17678) Country combo box has an empty space above the list of countries
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17678?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-17678 at 7/7/14 4:58 AM:
-------------------------------------------------------------
scales fine on windows :
!jbossorg-TC-download-runtime-wizard.png!
was (Author: fbricon):
scales fine on windows :
!https://www.dropbox.com/s/y6s8b88ixkz1i95/jbossorg-TC-download-runtime-wizard.png!
> Country combo box has an empty space above the list of countries
> ----------------------------------------------------------------
>
> Key: JBIDE-17678
> URL: https://issues.jboss.org/browse/JBIDE-17678
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: Ubuntu 12.04
> Reporter: Radoslav Rábara
> Assignee: Rob Stryker
> Fix For: 4.2.x
>
> Attachments: jbossorg-TC-download-runtime-wizard.png, jpp 610 country combo 1.jpg, jpp 610 country combo 2.jpg, jpp 610 country combo 3.jpg
>
>
> While selecting country in Terms and Conditions page of download runtime wizard, there is an empty space above the list of countries. The empty space grows when scrolling up.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17678) Country combo box has an empty space above the list of countries
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17678?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-17678:
--------------------------------
Attachment: jbossorg-TC-download-runtime-wizard.png
> Country combo box has an empty space above the list of countries
> ----------------------------------------------------------------
>
> Key: JBIDE-17678
> URL: https://issues.jboss.org/browse/JBIDE-17678
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: Ubuntu 12.04
> Reporter: Radoslav Rábara
> Assignee: Rob Stryker
> Fix For: 4.2.x
>
> Attachments: jbossorg-TC-download-runtime-wizard.png, jpp 610 country combo 1.jpg, jpp 610 country combo 2.jpg, jpp 610 country combo 3.jpg
>
>
> While selecting country in Terms and Conditions page of download runtime wizard, there is an empty space above the list of countries. The empty space grows when scrolling up.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17678) Country combo box has an empty space above the list of countries
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17678?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-17678:
-------------------------------------
scales fine on windows :
!https://www.dropbox.com/s/y6s8b88ixkz1i95/jbossorg-TC-download-runtime-wizard.png!
> Country combo box has an empty space above the list of countries
> ----------------------------------------------------------------
>
> Key: JBIDE-17678
> URL: https://issues.jboss.org/browse/JBIDE-17678
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: runtime-detection, upstream
> Affects Versions: 4.2.0.Beta2
> Environment: Ubuntu 12.04
> Reporter: Radoslav Rábara
> Assignee: Rob Stryker
> Fix For: 4.2.x
>
> Attachments: jbossorg-TC-download-runtime-wizard.png, jpp 610 country combo 1.jpg, jpp 610 country combo 2.jpg, jpp 610 country combo 3.jpg
>
>
> While selecting country in Terms and Conditions page of download runtime wizard, there is an empty space above the list of countries. The empty space grows when scrolling up.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17433) Null pointer exception in Freemarker IDE when empty macro name typed
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17433?page=com.atlassian.jira.plugi... ]
Jiri Peterka closed JBIDE-17433.
--------------------------------
Verified with JBDS 8.0.0.Beta3, GNU/Linux x86_64
> Null pointer exception in Freemarker IDE when empty macro name typed
> --------------------------------------------------------------------
>
> Key: JBIDE-17433
> URL: https://issues.jboss.org/browse/JBIDE-17433
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: freemarker
> Environment: Windows x86, Eclipse Kepler (seems that issue doesn't depend on environment)
> Reporter: Tagir Valeev
> Assignee: Jiri Peterka
> Fix For: 4.2.0.Beta3
>
>
> NullPointerException occurs
> {code}java.lang.NullPointerException
> at org.jboss.ide.eclipse.freemarker.model.MacroDirective.compareTo(MacroDirective.java:128)
> at java.util.ComparableTimSort.countRunAndMakeAscending(Unknown Source)
> at java.util.ComparableTimSort.sort(Unknown Source)
> at java.util.ComparableTimSort.sort(Unknown Source)
> at java.util.Arrays.sort(Unknown Source)
> at java.util.Collections.sort(Unknown Source)
> at org.jboss.ide.eclipse.freemarker.model.ItemSet.parse(ItemSet.java:169)
> at org.jboss.ide.eclipse.freemarker.model.ItemSet.<init>(ItemSet.java:64)
> at org.jboss.ide.eclipse.freemarker.editor.Editor.getItemSet(Editor.java:277)
> at org.jboss.ide.eclipse.freemarker.editor.Editor.getSelectedItem(Editor.java:249)
> at org.jboss.ide.eclipse.freemarker.editor.Editor.keyReleased(Editor.java:374)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:174)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1108)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1104)
> at org.eclipse.swt.widgets.Widget.wmKeyUp(Widget.java:1927)
> at org.eclipse.swt.widgets.Control.WM_KEYUP(Control.java:4979)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:4644)
> at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
> 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:3757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> {code}
> when editing FTL file in Freemarker IDE due to problem in compareTo function in org.jboss.ide.eclipse.freemarker.model.MacroDirective. Proposed fix:
> {noformat}
> public int compareTo(Object arg0) {
> - if (arg0 instanceof MacroDirective)
> - return (getName().compareTo(((MacroDirective) arg0).getName()));
> + if (arg0 instanceof MacroDirective) {
> + String name = getName();
> + String otherName = ((MacroDirective) arg0).getName();
> + if(null == name)
> + name = "";
> + if(null == otherName)
> + otherName = "";
> + return (name.compareTo(otherName));
> + }
> else
> return 0;
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17433) Null pointer exception in Freemarker IDE when empty macro name typed
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17433?page=com.atlassian.jira.plugi... ]
Jiri Peterka reassigned JBIDE-17433:
------------------------------------
Assignee: Jiri Peterka (was: Denis Golovin)
> Null pointer exception in Freemarker IDE when empty macro name typed
> --------------------------------------------------------------------
>
> Key: JBIDE-17433
> URL: https://issues.jboss.org/browse/JBIDE-17433
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: freemarker
> Environment: Windows x86, Eclipse Kepler (seems that issue doesn't depend on environment)
> Reporter: Tagir Valeev
> Assignee: Jiri Peterka
> Fix For: 4.2.0.Beta3
>
>
> NullPointerException occurs
> {code}java.lang.NullPointerException
> at org.jboss.ide.eclipse.freemarker.model.MacroDirective.compareTo(MacroDirective.java:128)
> at java.util.ComparableTimSort.countRunAndMakeAscending(Unknown Source)
> at java.util.ComparableTimSort.sort(Unknown Source)
> at java.util.ComparableTimSort.sort(Unknown Source)
> at java.util.Arrays.sort(Unknown Source)
> at java.util.Collections.sort(Unknown Source)
> at org.jboss.ide.eclipse.freemarker.model.ItemSet.parse(ItemSet.java:169)
> at org.jboss.ide.eclipse.freemarker.model.ItemSet.<init>(ItemSet.java:64)
> at org.jboss.ide.eclipse.freemarker.editor.Editor.getItemSet(Editor.java:277)
> at org.jboss.ide.eclipse.freemarker.editor.Editor.getSelectedItem(Editor.java:249)
> at org.jboss.ide.eclipse.freemarker.editor.Editor.keyReleased(Editor.java:374)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:174)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1108)
> at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1104)
> at org.eclipse.swt.widgets.Widget.wmKeyUp(Widget.java:1927)
> at org.eclipse.swt.widgets.Control.WM_KEYUP(Control.java:4979)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:4644)
> at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
> 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:3757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> {code}
> when editing FTL file in Freemarker IDE due to problem in compareTo function in org.jboss.ide.eclipse.freemarker.model.MacroDirective. Proposed fix:
> {noformat}
> public int compareTo(Object arg0) {
> - if (arg0 instanceof MacroDirective)
> - return (getName().compareTo(((MacroDirective) arg0).getName()));
> + if (arg0 instanceof MacroDirective) {
> + String name = getName();
> + String otherName = ((MacroDirective) arg0).getName();
> + if(null == name)
> + name = "";
> + if(null == otherName)
> + otherName = "";
> + return (name.compareTo(otherName));
> + }
> else
> return 0;
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17393) Show on main Central page the "Early Access" status
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17393?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-17393:
----------------------------------------
In case someone has installed some Early Access components (let's say JBDS-IS) and then disabled Early Access, then user is in a state where Early Access is disabled whereas they have an Early Access feature installed. That's the difference we're trying to hidhlight here, if you think it makes sense to show it to users.
> Show on main Central page the "Early Access" status
> ---------------------------------------------------
>
> Key: JBIDE-17393
> URL: https://issues.jboss.org/browse/JBIDE-17393
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.2.0.Beta2
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Labels: early-access
> Fix For: 4.2.0.Beta3
>
>
> The main Central page (not Software one) should show the "Early Access" status. It can be one of
> * No Early Access component installed, no Early Access enabled (shows nothing)
> * No Early Access component installed, Early Access enabled (shows Early Access enabled)
> * at least 1 Early Access component installed, Early Access Enabled
> * at least 1 Early Access component installed, Early Access not Enabled
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months