[JBoss JIRA] (JBIDE-22436) Intermittent NullPointerException upon opening helloworld, kitchensink cheat sheets in JBDS
by Michal Jurc (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22436?page=com.atlassian.jira.plugi... ]
Michal Jurc commented on JBIDE-22436:
-------------------------------------
[~snjeza] Fedora 23 with Cinnamon. I have seen the NPE being thrown on Fedora 20 aswell, though.
> Intermittent NullPointerException upon opening helloworld, kitchensink cheat sheets in JBDS
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-22436
> URL: https://issues.jboss.org/browse/JBIDE-22436
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples, upstream
> Affects Versions: 4.3.1.Final
> Reporter: Michal Jurc
> Assignee: Snjezana Peco
> Fix For: 4.4.x
>
> Attachments: JBIDE-22436-9.1-helloworld.log
>
>
> After finishing the import of {{helloworld}} and {{kitchensink}} quickstarts, the user is prompted whether the cheat sheet for the project should be opened. Upon opening it, JBDS 9.0 and 9.1 produces the following error message:
> {quote}An error has occurred. See error log for more details.
> java.lang.NullPointerException{quote}
> The detailed error log produces the same message.
> The quickstarts and their cheat sheets work even after the prompt with NullPointerException message.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22454) Application Wizard: Build configuration wizard page has redundant environment variables table
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22454?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22454:
--------------------------------
Story Points: 1
> Application Wizard: Build configuration wizard page has redundant environment variables table
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-22454
> URL: https://issues.jboss.org/browse/JBIDE-22454
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha3
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: screenshot-2.png, screenshot-3.png
>
>
> In New OpenShift Application wizard with selected builder image, there are 2 wizard pages containing same thing - table of environment variables passed to pod. First page is Build Configuration, where the table is empty. Second page is the immediately following one Deployment configuration and Scalability, where are environment variables even correctly prepared (obtained from image metadata). The first table, on Build configuration wizard page, should be removed, its redundant there.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22454) Application Wizard: Build configuration wizard page has redundant environment variables table
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22454?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-22454:
-------------------------------------
So at the very least, we should disambiguate the labels to match the web console UI, i.e. add "Build And Runtime" and "Runtime only" labels, and add the appropriate descriptions in tooltips
> Application Wizard: Build configuration wizard page has redundant environment variables table
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-22454
> URL: https://issues.jboss.org/browse/JBIDE-22454
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha3
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: screenshot-2.png, screenshot-3.png
>
>
> In New OpenShift Application wizard with selected builder image, there are 2 wizard pages containing same thing - table of environment variables passed to pod. First page is Build Configuration, where the table is empty. Second page is the immediately following one Deployment configuration and Scalability, where are environment variables even correctly prepared (obtained from image metadata). The first table, on Build configuration wizard page, should be removed, its redundant there.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-18534) [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18534?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-18534 at 5/30/16 4:14 PM:
-------------------------------------------------------------------
I can also reproduce that combos that dont use the SWT.READ_ONLY flag are not affected, the list items use the full width of the combo (as stated in the bugzilla):
!non-readonly-combo.png!
was (Author: adietish):
I can also reproduce that combos that dont use the SWT.READ_ONLY are not affected, the list items use the full width of the combo (as stated in the bugzilla):
!non-readonly-combo.png!
> [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18534
> URL: https://issues.jboss.org/browse/JBIDE-18534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.2.0.CR2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.4.x
>
> Attachments: ccombo.png, combo.png, gimp-combo1.png, gimp-combo2.png, glade-combo.png, non-readonly-combo.png
>
>
> Selection of combo boxes in New application wizard has reduced area of selection. Size is reduced to the size of the longest selection. It should cover whole length of combo box.
> !combo.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-18534) [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18534?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-18534 at 5/30/16 4:14 PM:
-------------------------------------------------------------------
[~snjeza] yes after looking into glade I also tend to think that gimp is using it's own widgets.
This issue somehow looks like a choice/problem in SWT to me and is maybe worth filing a bug in SWT?
was (Author: adietish):
[~snjeza] yes after looking into glade I also tend to think that gimp is using it's own widgets.
This somehow looks like a choice in SWT to me and is maybe worth filing a bug in SWT?
> [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18534
> URL: https://issues.jboss.org/browse/JBIDE-18534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.2.0.CR2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.4.x
>
> Attachments: ccombo.png, combo.png, gimp-combo1.png, gimp-combo2.png, glade-combo.png, non-readonly-combo.png
>
>
> Selection of combo boxes in New application wizard has reduced area of selection. Size is reduced to the size of the longest selection. It should cover whole length of combo box.
> !combo.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-18534) [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18534?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-18534:
-------------------------------------
Summary: [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced (was: OpenShift wizard: Length of combo boxes selection space is reduced)
> [WATCHER] OpenShift wizard: Length of combo boxes selection space is reduced
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18534
> URL: https://issues.jboss.org/browse/JBIDE-18534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.2.0.CR2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.4.x
>
> Attachments: ccombo.png, combo.png, gimp-combo1.png, gimp-combo2.png, glade-combo.png, non-readonly-combo.png
>
>
> Selection of combo boxes in New application wizard has reduced area of selection. Size is reduced to the size of the longest selection. It should cover whole length of combo box.
> !combo.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22454) Application Wizard: Build configuration wizard page has redundant environment variables table
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22454?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-22454:
---------------------------------------
That is my understanding as well
--
--
Jeff Cantrill
Senior Software Engineer, Red Hat Engineering
OpenShift Integration Services
Red Hat, Inc.
*Office*: 703-748-4420 | 866-546-8970 ext. 8162420
jcantril(a)redhat.com
http://www.redhat.com
> Application Wizard: Build configuration wizard page has redundant environment variables table
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-22454
> URL: https://issues.jboss.org/browse/JBIDE-22454
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha3
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.x
>
> Attachments: screenshot-2.png, screenshot-3.png
>
>
> In New OpenShift Application wizard with selected builder image, there are 2 wizard pages containing same thing - table of environment variables passed to pod. First page is Build Configuration, where the table is empty. Second page is the immediately following one Deployment configuration and Scalability, where are environment variables even correctly prepared (obtained from image metadata). The first table, on Build configuration wizard page, should be removed, its redundant there.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-18534) OpenShift wizard: Length of combo boxes selection space is reduced
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18534?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-18534:
------------------------------------------
I can also reproduce that combos that dont use the SWT.READ_ONLY are not affected, the list items use the full width of the combo (as stated in the bugzilla):
!non-readonly-combo.png!
> OpenShift wizard: Length of combo boxes selection space is reduced
> ------------------------------------------------------------------
>
> Key: JBIDE-18534
> URL: https://issues.jboss.org/browse/JBIDE-18534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.2.0.CR2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.4.x
>
> Attachments: ccombo.png, combo.png, gimp-combo1.png, gimp-combo2.png, glade-combo.png
>
>
> Selection of combo boxes in New application wizard has reduced area of selection. Size is reduced to the size of the longest selection. It should cover whole length of combo box.
> !combo.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-18534) OpenShift wizard: Length of combo boxes selection space is reduced
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18534?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-18534:
-------------------------------------
Attachment: non-readonly-combo.png
> OpenShift wizard: Length of combo boxes selection space is reduced
> ------------------------------------------------------------------
>
> Key: JBIDE-18534
> URL: https://issues.jboss.org/browse/JBIDE-18534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift, upstream
> Affects Versions: 4.2.0.CR2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: application_wizard
> Fix For: 4.4.x
>
> Attachments: ccombo.png, combo.png, gimp-combo1.png, gimp-combo2.png, glade-combo.png, non-readonly-combo.png
>
>
> Selection of combo boxes in New application wizard has reduced area of selection. Size is reduced to the size of the longest selection. It should cover whole length of combo box.
> !combo.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months