[JBoss JIRA] (JBIDE-13252) NullPointerException in AnnotationDeclaration.validateNamedValue
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13252?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-13252 at 12/6/12 1:43 PM:
------------------------------------------------------------------------
Workaround: declare constant
{code}
public interface MyConstants {
public static final String APPLICATION_XML_UTF_8 = MediaType.APPLICATION_XML+";charset=UTF-8"
}
{code}
and reference it
{code}
@Produces({MyConstants.APPLICATION_XML_UTF_8})
{code}
was (Author: scabanovich):
Workaround: declare constant
{code}
public interface MyConstants {
public static final String APPLICATION_XML_UTF_8 = MediaType.APPLICATION_XML+";charset=UTF-8"
}
{code}
and reference it
{code}
@Produces({MyConstants.APPLICATION_XML_UTF_8}
{code}
> NullPointerException in AnnotationDeclaration.validateNamedValue
> ----------------------------------------------------------------
>
> Key: JBIDE-13252
> URL: https://issues.jboss.org/browse/JBIDE-13252
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: CDI, common/jst/core
> Affects Versions: 4.0.0.Beta2
> Reporter: Viacheslav Kabanovich
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: respin-e
> Fix For: 4.0.0.CR1, 4.1.0.Alpha1
>
>
> https://community.jboss.org/message/780126
> Comment to method IMemberValuePair.getValue() says that it may return null.
> There is no check for null in AnnotationDeclaration.validateNamedValue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBDS-2427) GA Installer still says CR1
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2427?page=com.atlassian.jira.plugin.... ]
Nick Boldt resolved JBDS-2427.
------------------------------
Resolution: Done
Fix is built.
> GA Installer still says CR1
> ---------------------------
>
> Key: JBDS-2427
> URL: https://issues.jboss.org/browse/JBDS-2427
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build, installer
> Affects Versions: 6.0.0.GA
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: respin-e
> Fix For: 6.0.0.GA
>
> Attachments: desktoplauncherwrongversion.png, wrongMenuItemsversion.png
>
>
> "This installer will guide you through the installation of JBoss Developer Studio 6.0.0.CR1."
> Once installed, the splash screen shows correct version (GA). So does the About screen.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13198) BrowserSim incorrect behaviour on Mac OS
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13198?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-13198:
---------------------------------------
Sure, it is not pretty and it could not work out.
> BrowserSim incorrect behaviour on Mac OS
> ----------------------------------------
>
> Key: JBIDE-13198
> URL: https://issues.jboss.org/browse/JBIDE-13198
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Environment: Mac OS
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Alpha1
>
>
> Precondition:
> Open at least two windows(open in new window action).
> Condition:
> When we make right-click on inactive browsersim window, on Windows and Ubuntu this window activates. The same does not happens on Mac OS.
> Because of that when we close inactive window, active window closes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-10554) browsersim should remember the last device/window position/size it was started with
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10554?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov edited comment on JBIDE-10554 at 12/6/12 12:50 PM:
--------------------------------------------------------------------------
BrowserSim remembers last device and size, I implement remembering last window position.
This PR also includes fix for subtask JBIDE-13179.
*This PR does not close the issue, because rotation also should be remembered.*
was (Author: kmarmaliykov):
BrowserSim remembers last device and size, I implement remembering last window position.
*This PR does not close the issue, because rotation also should be remembered.*
> browsersim should remember the last device/window position/size it was started with
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-10554
> URL: https://issues.jboss.org/browse/JBIDE-10554
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Affects Versions: 3.3.0.Beta3
> Reporter: Max Rydahl Andersen
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Alpha1
>
>
> currently it always open up a new place with reset defaults - it should remember those.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months