[JBoss JIRA] (JBIDE-12504) org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase.testVarAttributes() failure
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-12504:
--------------------------------------
Summary: org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase.testVarAttributes() failure
Key: JBIDE-12504
URL: https://issues.jboss.org/browse/JBIDE-12504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Affects Versions: 4.0.0.M1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.0.0.M1
{code}
testVarAttributes(org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase) Time elapsed: 4.894 sec <<< FAILURE!
junit.framework.AssertionFailedError: Proposal test.name not found! Found proposals: ["#{test.}"; ]
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:144)
at org.jboss.tools.common.base.test.contentassist.AbstractContentAssistantTestCase.checkProposals(AbstractContentAssistantTestCase.java:93)
at org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase.testVarAttributes(SeamELContentAssistTestCase.java:301)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JBIDE-12383) BrowserSim: NPE and program exit when opening About menu from standalone BrowserSim
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-12383:
----------------------------------------
Summary: BrowserSim: NPE and program exit when opening About menu from standalone BrowserSim
Key: JBIDE-12383
URL: https://issues.jboss.org/browse/JBIDE-12383
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.4.0.M1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.4.0.M1
# Run browsersim.jar built [here|https://issues.jboss.org/browse/JBIDE-11493?focusedCommentId=1270869...].
# Try to open 'About' menu item
Program will exit with the following stack trace (printed to the console):
{code}
Exception in thread "main" java.lang.NullPointerException
at org.jboss.tools.vpe.browsersim.util.ManifestUtil.getManifestVersion(Unknown Source)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim.showAboutDialog(Unknown Source)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim$16.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim.main(Unknown Source)
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.swtjar.SWTLoader.main(SWTLoader.java:38)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month