[JBoss JIRA] (FORGE-2662) NullPointerException while running unit tests
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2662?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2662:
-----------------------------------
Fix Version/s: 3.2.3.Final
> NullPointerException while running unit tests
> ---------------------------------------------
>
> Key: FORGE-2662
> URL: https://issues.jboss.org/browse/FORGE-2662
> Project: Forge
> Issue Type: Bug
> Components: Developer Tools - Java
> Affects Versions: 3.2.2.Final
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 3.2.3.Final
>
>
> {code}
> Caused by: java.lang.NullPointerException
> at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand.<init>(RegisterAsServiceCommand.java:56)
> at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.<init>(RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.java)
> Caused by: java.lang.NullPointerException
> at org.jboss.forge.addon.devtools.java.JavaEqualsHashcodeCommand.<init>(JavaEqualsHashcodeCommand.java:63)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2662) NullPointerException while running unit tests
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2662?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2662.
----------------------------------
Resolution: Done
> NullPointerException while running unit tests
> ---------------------------------------------
>
> Key: FORGE-2662
> URL: https://issues.jboss.org/browse/FORGE-2662
> Project: Forge
> Issue Type: Bug
> Components: Developer Tools - Java
> Affects Versions: 3.2.2.Final
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 3.2.3.Final
>
>
> {code}
> Caused by: java.lang.NullPointerException
> at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand.<init>(RegisterAsServiceCommand.java:56)
> at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.<init>(RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.java)
> Caused by: java.lang.NullPointerException
> at org.jboss.forge.addon.devtools.java.JavaEqualsHashcodeCommand.<init>(JavaEqualsHashcodeCommand.java:63)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2662) NullPointerException while running unit tests
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2662?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2662:
-----------------------------------
Component/s: Developer Tools - Java
> NullPointerException while running unit tests
> ---------------------------------------------
>
> Key: FORGE-2662
> URL: https://issues.jboss.org/browse/FORGE-2662
> Project: Forge
> Issue Type: Bug
> Components: Developer Tools - Java
> Affects Versions: 3.2.2.Final
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 3.2.3.Final
>
>
> {code}
> Caused by: java.lang.NullPointerException
> at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand.<init>(RegisterAsServiceCommand.java:56)
> at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.<init>(RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.java)
> Caused by: java.lang.NullPointerException
> at org.jboss.forge.addon.devtools.java.JavaEqualsHashcodeCommand.<init>(JavaEqualsHashcodeCommand.java:63)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2662) NullPointerException while running unit tests
by George Gastaldi (JIRA)
George Gastaldi created FORGE-2662:
--------------------------------------
Summary: NullPointerException while running unit tests
Key: FORGE-2662
URL: https://issues.jboss.org/browse/FORGE-2662
Project: Forge
Issue Type: Bug
Reporter: George Gastaldi
Assignee: George Gastaldi
{code}
Caused by: java.lang.NullPointerException
at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand.<init>(RegisterAsServiceCommand.java:56)
at org.jboss.forge.addon.devtools.java.RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.<init>(RegisterAsServiceCommand_$$_javassist_df00c6d4-a6a4-452d-b881-6c8146c5d723.java)
Caused by: java.lang.NullPointerException
at org.jboss.forge.addon.devtools.java.JavaEqualsHashcodeCommand.<init>(JavaEqualsHashcodeCommand.java:63)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2661) UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
by Claus Ibsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-2661?page=com.atlassian.jira.plugin... ]
Claus Ibsen updated FORGE-2661:
-------------------------------
Priority: Minor (was: Major)
> UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
> -----------------------------------------------------------------------------------------------
>
> Key: FORGE-2661
> URL: https://issues.jboss.org/browse/FORGE-2661
> Project: Forge
> Issue Type: Bug
> Components: UI - IntelliJ IDEA
> Affects Versions: 3.2.2.Final
> Reporter: Claus Ibsen
> Priority: Minor
> Attachments: Screen Shot 2016-06-23 at 10.36.46 AM.png
>
>
> We have a UISelectOne with a number of elements. As some of the elements may have the same value, then that is okay, as its the index that matters when the user select an element.
> In the IDEA then the UI cannot scroll down and select the next element, when you press cursor down, or if you attempt to use the scroll with the mouse.
> See screenshot.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2661) UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
by Claus Ibsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-2661?page=com.atlassian.jira.plugin... ]
Claus Ibsen commented on FORGE-2661:
------------------------------------
So in the screenshot, if you press cursor down and keep doing that to scroll down then list, then when you get to "otherwise" then it jumps up to the 1st "log" instead of going one step down.
> UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
> -----------------------------------------------------------------------------------------------
>
> Key: FORGE-2661
> URL: https://issues.jboss.org/browse/FORGE-2661
> Project: Forge
> Issue Type: Bug
> Components: UI - IntelliJ IDEA
> Affects Versions: 3.2.2.Final
> Reporter: Claus Ibsen
> Attachments: Screen Shot 2016-06-23 at 10.36.46 AM.png
>
>
> We have a UISelectOne with a number of elements. As some of the elements may have the same value, then that is okay, as its the index that matters when the user select an element.
> In the IDEA then the UI cannot scroll down and select the next element, when you press cursor down, or if you attempt to use the scroll with the mouse.
> See screenshot.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2661) UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
by Claus Ibsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-2661?page=com.atlassian.jira.plugin... ]
Claus Ibsen commented on FORGE-2661:
------------------------------------
We are migrating to use simple types in the UISelect elements such as String, as any DTO values are sluggish and slow. Eg forge does too much value convert from DTO <--> String that causes the UI to be slow in IDEA and elsewhere.
> UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
> -----------------------------------------------------------------------------------------------
>
> Key: FORGE-2661
> URL: https://issues.jboss.org/browse/FORGE-2661
> Project: Forge
> Issue Type: Bug
> Components: UI - IntelliJ IDEA
> Affects Versions: 3.2.2.Final
> Reporter: Claus Ibsen
> Attachments: Screen Shot 2016-06-23 at 10.36.46 AM.png
>
>
> We have a UISelectOne with a number of elements. As some of the elements may have the same value, then that is okay, as its the index that matters when the user select an element.
> In the IDEA then the UI cannot scroll down and select the next element, when you press cursor down, or if you attempt to use the scroll with the mouse.
> See screenshot.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2661) UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
by Claus Ibsen (JIRA)
[ https://issues.jboss.org/browse/FORGE-2661?page=com.atlassian.jira.plugin... ]
Claus Ibsen commented on FORGE-2661:
------------------------------------
In this example the "log" is the duplicate element in the list. But if you look in the Camel route XML you can see log being used in 2 places.
> UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
> -----------------------------------------------------------------------------------------------
>
> Key: FORGE-2661
> URL: https://issues.jboss.org/browse/FORGE-2661
> Project: Forge
> Issue Type: Bug
> Components: UI - IntelliJ IDEA
> Affects Versions: 3.2.2.Final
> Reporter: Claus Ibsen
> Attachments: Screen Shot 2016-06-23 at 10.36.46 AM.png
>
>
> We have a UISelectOne with a number of elements. As some of the elements may have the same value, then that is okay, as its the index that matters when the user select an element.
> In the IDEA then the UI cannot scroll down and select the next element, when you press cursor down, or if you attempt to use the scroll with the mouse.
> See screenshot.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2661) UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
by Claus Ibsen (JIRA)
Claus Ibsen created FORGE-2661:
----------------------------------
Summary: UISelectOne - Using cursor down to select next element may jump up if there is duplicate values
Key: FORGE-2661
URL: https://issues.jboss.org/browse/FORGE-2661
Project: Forge
Issue Type: Bug
Components: UI - IntelliJ IDEA
Affects Versions: 3.2.2.Final
Reporter: Claus Ibsen
Attachments: Screen Shot 2016-06-23 at 10.36.46 AM.png
We have a UISelectOne with a number of elements. As some of the elements may have the same value, then that is okay, as its the index that matters when the user select an element.
In the IDEA then the UI cannot scroll down and select the next element, when you press cursor down, or if you attempt to use the scroll with the mouse.
See screenshot.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (FORGE-2660) ~18OO 385 4895 + Norton Antivirus Helpdesk Phone Number , Norton Antivirus customer service number, Norton Antivirus customer support phone number, Call for technical help by third party support
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2660?page=com.atlassian.jira.plugin... ]
George Gastaldi deleted FORGE-2660:
-----------------------------------
> ~18OO 385 4895 + Norton Antivirus Helpdesk Phone Number , Norton Antivirus customer service number, Norton Antivirus customer support phone number,Call for technical help by third party support
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FORGE-2660
> URL: https://issues.jboss.org/browse/FORGE-2660
> Project: Forge
> Issue Type: Bug
> Reporter: help tech
>
> Technical Support For Norton antivirus Issue : 1800-385-4895 Norton antivirus +1800-385-4895 Customer Support Number, Norton antivirus Technical Helpline Number USA, Norton antivirus support phone number united states +1800-385-4895 Norton antivirus +1800-385-4895 Customer Support , Norton antivirus technical Support phone number USA, Norton antivirus support phone number united states +1800-385-4895 Norton antivirus +1800-385-4895 Customer Support Number Norton antivirus technical Support phone number USA, Norton antivirus support phone number united states +1800-385-4895 +1800-385-4895@@@ Norton antivirus tech support number , .Norton antivirus technical support phone number Norton antivirus Toll Free - 1800-385-4895 Norton antivirus Technical Support Number, Norton antivirus help desk phone number Just Call, +1800-385-4895 for all type help related Norton antivirus Issue support telephone number,Norton antivirus support phone number,Norton antivirus support phone number,Norton antivirus help phone number, Norton antivirus technical support number.Norton antivirus support number, Norton antivirus phone number, Norton antivirus tech support number, Norton antivirus customer support number, Norton antivirus customer support phone number, Norton antivirus customer service phone number, Norton antivirus customer service phone number, Norton antivirus support phone number Norton antivirus help number-Norton antivirus Helpline Number; Norton antivirus help phone number-Norton antivirus Helpline Number, Norton antivirus Tech Support Toll free Number, Norton antivirus Support Telephone Number, Norton antivirus Tech Support Telephone number, Norton antivirus Tech Support contact number, Norton antivirus support contact number, Norton antivirus technical support contact number, Norton antivirus help desk phone number.Norton antivirus password recovery support phone number. Just Call-1800-385-4895-: Norton antivirus password recovery support phone number. Norton antivirus technical support, Norton antivirus Customer Service Phone Number, Norton antivirus Customer Service Number, Norton antivirus Customer Support Phone Number, Norton antivirus Customer Support Number, Norton antivirus Customer Service Helpline Number, Norton antivirus Customer Care Number, Norton antivirus support team phone number. Norton antivirus password recovery support phone number. Call,@(+1800-385-4895)@-: Norton antivirus help number-Norton antivirus Helpline Number; Norton antivirus help phone number, Norton antivirus Helpline Number, Norton antivirus Tech Support Toll free Number, Norton antivirus Support Telephone Number, Norton antivirus Tech Support Telephone number, Norton antivirus Tech Support contact number, Norton antivirus support contact number, Norton antivirus technical support contact number, Norton antivirus support phone number, Norton antivirus support phone number. Norton antivirus customer support phone number.. Norton antivirus password reset support phone number. Norton antivirus +1800-385-4895 Customer Support Number Norton antivirus technical Support phone number USA, Norton antivirus support phone number united states +1800-385-4895 +1800-385-4895@@@ Norton antivirus tech support number , .Norton antivirus technical support phone number Norton antivirus Toll Free - 1800-385-4895 Norton antivirus Technical Support Number, Norton antivirus help desk phone number Just Call, +1800-385-4895 for all type help related Norton antivirus Issue support telephone number,Norton antivirus support phone number,Norton antivirus support phone number,Norton antivirus help phone number, Norton antivirus technical support number.Norton antivirus support number, Norton antivirus phone number, Norton antivirus tech support number, Norton antivirus customer support number, Norton antivirus customer support phone number, Norton antivirus customer service phone number, Norton antivirus customer service phone number, Norton antivirus support phone number Norton antivirus help number-Norton antivirus Helpline Number; Norton antivirus help phone number-Norton antivirus Helpline Number, Norton antivirus Tech Support Toll free Number, Norton antivirus Support Telephone Number, Norton antivirus Tech Support Telephone number, Norton antivirus Tech Support contact number, Norton antivirus support contact number, Norton antivirus technical support contact number, Norton antivirus help desk phone number.Norton antivirus password recovery support phone number.
> Disclaimer : we are the third party technical support independent one
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months