[JBoss JIRA] (JBIDE-13343) org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13343?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-13343:
----------------------------------------
Let's remove this outdated code.
> org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13343
> URL: https://issues.jboss.org/browse/JBIDE-13343
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.1.0.Alpha1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Fix For: 4.1.0.Alpha1
>
>
> On my computer this test fails with ~30% probability
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.tools.common.model.ui.test.ModelUiAllTests
> -------------------------------------------------------------------------------
> Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.457 sec <<< FAILURE!
> testMainPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.117 sectestDecoratorPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.109 sectestCompanyPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.108 sectestGlobalTemplatesPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.599 sectestEditorsPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.118 sectestObjectDecoratorFixMe(org.jboss.tools.common.model.ui.test.ObjectDecoratorTest) Time elapsed: 0.007 sectestPush(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.02 sectestGetLabelProvider(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0 sectestGetFavoritesClassesList(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.003 sec <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<0> but was:<3>
> at junit.framework.Assert.fail(Assert.java:50)
> at junit.framework.Assert.failNotEquals(Assert.java:287)
> at junit.framework.Assert.assertEquals(Assert.java:67)
> at junit.framework.Assert.assertEquals(Assert.java:199)
> at junit.framework.Assert.assertEquals(Assert.java:205)
> at org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList(FavoritesClassControllerTest.java:24)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at junit.framework.TestCase.runTest(TestCase.java:168)
> at junit.framework.TestCase.runBare(TestCase.java:134)
> at junit.framework.TestResult$1.protect(TestResult.java:110)
> at junit.framework.TestResult.runProtected(TestResult.java:128)
> at junit.framework.TestResult.run(TestResult.java:113)
> at junit.framework.TestCase.run(TestCase.java:124)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 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:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> testCancelPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.041 sectestOkPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.022 sectestErrorDialogShellStringStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.047 sectestErrorDialogShellStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestDialogMultiCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.028 sectestDialogMultiCheckBoxNoSeparator(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.031 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.041 sectestDialogSingleCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.025 sectestOpenJarProperties(org.jboss.tools.common.model.ui.jarproperties.JarPropertiesTest) Time elapsed: 5.02 sec
> {code}
--
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, 3 months
[JBoss JIRA] (JBIDE-13343) org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13343?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-13343:
-----------------------------------------------
Test class FavoritesClassControllerTest tests org.jboss.tools.common.core.jdt.FavoritesClassController, which is used by only org.jboss.tools.common.model.ui.attribute.editor.JavaFavoritesFieldEditor, which is not used anywhere and is not supported since 2007.
Formally, they are part of API, but only 2+2=4 can be more certain than the assumption that nobody in the universe considered using or subclassing them.
It is a simple matter to fix the test, which fails with Java 1.7 because it depends on order in which test methods run; but may we instead git rid of the dead code? Guys, please vote.
> org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13343
> URL: https://issues.jboss.org/browse/JBIDE-13343
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.1.0.Alpha1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Fix For: 4.1.0.Alpha1
>
>
> On my computer this test fails with ~30% probability
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.tools.common.model.ui.test.ModelUiAllTests
> -------------------------------------------------------------------------------
> Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.457 sec <<< FAILURE!
> testMainPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.117 sectestDecoratorPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.109 sectestCompanyPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.108 sectestGlobalTemplatesPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.599 sectestEditorsPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.118 sectestObjectDecoratorFixMe(org.jboss.tools.common.model.ui.test.ObjectDecoratorTest) Time elapsed: 0.007 sectestPush(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.02 sectestGetLabelProvider(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0 sectestGetFavoritesClassesList(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.003 sec <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<0> but was:<3>
> at junit.framework.Assert.fail(Assert.java:50)
> at junit.framework.Assert.failNotEquals(Assert.java:287)
> at junit.framework.Assert.assertEquals(Assert.java:67)
> at junit.framework.Assert.assertEquals(Assert.java:199)
> at junit.framework.Assert.assertEquals(Assert.java:205)
> at org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList(FavoritesClassControllerTest.java:24)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at junit.framework.TestCase.runTest(TestCase.java:168)
> at junit.framework.TestCase.runBare(TestCase.java:134)
> at junit.framework.TestResult$1.protect(TestResult.java:110)
> at junit.framework.TestResult.runProtected(TestResult.java:128)
> at junit.framework.TestResult.run(TestResult.java:113)
> at junit.framework.TestCase.run(TestCase.java:124)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 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:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> testCancelPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.041 sectestOkPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.022 sectestErrorDialogShellStringStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.047 sectestErrorDialogShellStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestDialogMultiCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.028 sectestDialogMultiCheckBoxNoSeparator(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.031 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.041 sectestDialogSingleCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.025 sectestOpenJarProperties(org.jboss.tools.common.model.ui.jarproperties.JarPropertiesTest) Time elapsed: 5.02 sec
> {code}
--
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, 3 months
[JBoss JIRA] (JBIDE-13343) org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13343?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-13343:
----------------------------------
Description:
On my computer this test fails with ~30% probability
{code}
-------------------------------------------------------------------------------
Test set: org.jboss.tools.common.model.ui.test.ModelUiAllTests
-------------------------------------------------------------------------------
Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.457 sec <<< FAILURE!
testMainPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.117 sectestDecoratorPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.109 sectestCompanyPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.108 sectestGlobalTemplatesPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.599 sectestEditorsPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.118 sectestObjectDecoratorFixMe(org.jboss.tools.common.model.ui.test.ObjectDecoratorTest) Time elapsed: 0.007 sectestPush(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.02 sectestGetLabelProvider(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0 sectestGetFavoritesClassesList(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.003 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<3>
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failNotEquals(Assert.java:287)
at junit.framework.Assert.assertEquals(Assert.java:67)
at junit.framework.Assert.assertEquals(Assert.java:199)
at junit.framework.Assert.assertEquals(Assert.java:205)
at org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList(FavoritesClassControllerTest.java:24)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
testCancelPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.041 sectestOkPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.022 sectestErrorDialogShellStringStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.047 sectestErrorDialogShellStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestDialogMultiCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.028 sectestDialogMultiCheckBoxNoSeparator(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.031 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.041 sectestDialogSingleCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.025 sectestOpenJarProperties(org.jboss.tools.common.model.ui.jarproperties.JarPropertiesTest) Time elapsed: 5.02 sec
{code}
was:
{code}
-------------------------------------------------------------------------------
Test set: org.jboss.tools.common.model.ui.test.ModelUiAllTests
-------------------------------------------------------------------------------
Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.457 sec <<< FAILURE!
testMainPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.117 sectestDecoratorPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.109 sectestCompanyPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.108 sectestGlobalTemplatesPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.599 sectestEditorsPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.118 sectestObjectDecoratorFixMe(org.jboss.tools.common.model.ui.test.ObjectDecoratorTest) Time elapsed: 0.007 sectestPush(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.02 sectestGetLabelProvider(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0 sectestGetFavoritesClassesList(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.003 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<3>
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failNotEquals(Assert.java:287)
at junit.framework.Assert.assertEquals(Assert.java:67)
at junit.framework.Assert.assertEquals(Assert.java:199)
at junit.framework.Assert.assertEquals(Assert.java:205)
at org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList(FavoritesClassControllerTest.java:24)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
testCancelPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.041 sectestOkPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.022 sectestErrorDialogShellStringStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.047 sectestErrorDialogShellStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestDialogMultiCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.028 sectestDialogMultiCheckBoxNoSeparator(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.031 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.041 sectestDialogSingleCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.025 sectestOpenJarProperties(org.jboss.tools.common.model.ui.jarproperties.JarPropertiesTest) Time elapsed: 5.02 sec
{code}
> org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13343
> URL: https://issues.jboss.org/browse/JBIDE-13343
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.1.0.Alpha1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Fix For: 4.1.0.Alpha1
>
>
> On my computer this test fails with ~30% probability
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.tools.common.model.ui.test.ModelUiAllTests
> -------------------------------------------------------------------------------
> Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.457 sec <<< FAILURE!
> testMainPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.117 sectestDecoratorPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.109 sectestCompanyPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.108 sectestGlobalTemplatesPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.599 sectestEditorsPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.118 sectestObjectDecoratorFixMe(org.jboss.tools.common.model.ui.test.ObjectDecoratorTest) Time elapsed: 0.007 sectestPush(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.02 sectestGetLabelProvider(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0 sectestGetFavoritesClassesList(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.003 sec <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<0> but was:<3>
> at junit.framework.Assert.fail(Assert.java:50)
> at junit.framework.Assert.failNotEquals(Assert.java:287)
> at junit.framework.Assert.assertEquals(Assert.java:67)
> at junit.framework.Assert.assertEquals(Assert.java:199)
> at junit.framework.Assert.assertEquals(Assert.java:205)
> at org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList(FavoritesClassControllerTest.java:24)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at junit.framework.TestCase.runTest(TestCase.java:168)
> at junit.framework.TestCase.runBare(TestCase.java:134)
> at junit.framework.TestResult$1.protect(TestResult.java:110)
> at junit.framework.TestResult.runProtected(TestResult.java:128)
> at junit.framework.TestResult.run(TestResult.java:113)
> at junit.framework.TestCase.run(TestCase.java:124)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 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:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> testCancelPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.041 sectestOkPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.022 sectestErrorDialogShellStringStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.047 sectestErrorDialogShellStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestDialogMultiCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.028 sectestDialogMultiCheckBoxNoSeparator(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.031 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.041 sectestDialogSingleCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.025 sectestOpenJarProperties(org.jboss.tools.common.model.ui.jarproperties.JarPropertiesTest) Time elapsed: 5.02 sec
> {code}
--
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, 3 months
[JBoss JIRA] (JBIDE-13343) org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13343?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13343:
-----------------------------------
Fix Version/s: 4.1.0.Alpha1
> org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13343
> URL: https://issues.jboss.org/browse/JBIDE-13343
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.1.0.Alpha1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Fix For: 4.1.0.Alpha1
>
>
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.tools.common.model.ui.test.ModelUiAllTests
> -------------------------------------------------------------------------------
> Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.457 sec <<< FAILURE!
> testMainPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.117 sectestDecoratorPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.109 sectestCompanyPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.108 sectestGlobalTemplatesPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.599 sectestEditorsPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.118 sectestObjectDecoratorFixMe(org.jboss.tools.common.model.ui.test.ObjectDecoratorTest) Time elapsed: 0.007 sectestPush(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.02 sectestGetLabelProvider(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0 sectestGetFavoritesClassesList(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.003 sec <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<0> but was:<3>
> at junit.framework.Assert.fail(Assert.java:50)
> at junit.framework.Assert.failNotEquals(Assert.java:287)
> at junit.framework.Assert.assertEquals(Assert.java:67)
> at junit.framework.Assert.assertEquals(Assert.java:199)
> at junit.framework.Assert.assertEquals(Assert.java:205)
> at org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList(FavoritesClassControllerTest.java:24)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at junit.framework.TestCase.runTest(TestCase.java:168)
> at junit.framework.TestCase.runBare(TestCase.java:134)
> at junit.framework.TestResult$1.protect(TestResult.java:110)
> at junit.framework.TestResult.runProtected(TestResult.java:128)
> at junit.framework.TestResult.run(TestResult.java:113)
> at junit.framework.TestCase.run(TestCase.java:124)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at junit.framework.TestSuite.runTest(TestSuite.java:243)
> at junit.framework.TestSuite.run(TestSuite.java:238)
> at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> 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:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> testCancelPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.041 sectestOkPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.022 sectestErrorDialogShellStringStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.047 sectestErrorDialogShellStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestDialogMultiCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.028 sectestDialogMultiCheckBoxNoSeparator(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.031 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.041 sectestDialogSingleCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.025 sectestOpenJarProperties(org.jboss.tools.common.model.ui.jarproperties.JarPropertiesTest) Time elapsed: 5.02 sec
> {code}
--
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, 3 months
[JBoss JIRA] (JBIDE-13343) org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
by Daniel Azarov (JIRA)
Daniel Azarov created JBIDE-13343:
-------------------------------------
Summary: org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList fails
Key: JBIDE-13343
URL: https://issues.jboss.org/browse/JBIDE-13343
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.1.0.Alpha1
Reporter: Daniel Azarov
Assignee: Viacheslav Kabanovich
{code}
-------------------------------------------------------------------------------
Test set: org.jboss.tools.common.model.ui.test.ModelUiAllTests
-------------------------------------------------------------------------------
Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.457 sec <<< FAILURE!
testMainPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.117 sectestDecoratorPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.109 sectestCompanyPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.108 sectestGlobalTemplatesPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.599 sectestEditorsPreferencesPage(org.jboss.common.model.ui.test.preferences.ModelUiPreferencesPageTest) Time elapsed: 0.118 sectestObjectDecoratorFixMe(org.jboss.tools.common.model.ui.test.ObjectDecoratorTest) Time elapsed: 0.007 sectestPush(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.02 sectestGetLabelProvider(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0 sectestGetFavoritesClassesList(org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest) Time elapsed: 0.003 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<3>
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failNotEquals(Assert.java:287)
at junit.framework.Assert.assertEquals(Assert.java:67)
at junit.framework.Assert.assertEquals(Assert.java:199)
at junit.framework.Assert.assertEquals(Assert.java:205)
at org.jboss.tools.common.core.jdt.test.FavoritesClassControllerTest.testGetFavoritesClassesList(FavoritesClassControllerTest.java:24)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3182)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
testCancelPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.041 sectestOkPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.022 sectestErrorDialogShellStringStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.047 sectestErrorDialogShellStringThrowable(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.ErrorDialogTest) Time elapsed: 0.044 sectestDialogMultiCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.028 sectestDialogMultiCheckBoxNoSeparator(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.031 sectestButtonPressed(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.041 sectestDialogSingleCheckBox(org.jboss.tools.common.model.ui.dialog.test.MessageAndCheckboxDialogTest) Time elapsed: 0.025 sectestOpenJarProperties(org.jboss.tools.common.model.ui.jarproperties.JarPropertiesTest) Time elapsed: 5.02 sec
{code}
--
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, 3 months
[JBoss JIRA] (JBIDE-13341) Test the RichFaces Kitchensink archetype upgrade
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13341?page=com.atlassian.jira.plugi... ]
Brian Leathem commented on JBIDE-13341:
---------------------------------------
Sorry about that, I didn't check community version after the change to the enterprise jboss bom. My bad.
I fixed the broken RichFaces BOM version, and changed the jboss.bom.version to 1.0.2.Final. I re-staged the archetype (properly closing the staging repo this time) and tested both the community and enterprise via the command line. But community and enterprise versions generate, build, deploy, and run fine.
Fred, can you verify that all is well from the tools side? Then it should be good to go.
Thanks.
> Test the RichFaces Kitchensink archetype upgrade
> ------------------------------------------------
>
> Key: JBIDE-13341
> URL: https://issues.jboss.org/browse/JBIDE-13341
> Project: Tools (JBoss Tools)
> Issue Type: Component Upgrade
> Components: central
> Reporter: Brian Leathem
> Assignee: Fred Bricon
> Priority: Critical
> Labels: exampleswarnings
> Fix For: 4.0.0.Final
>
>
> RichFaces kitchensink archetype 4.2.3.Final-2 is currently in a JBoss staging repository.
> The archetype will be promoted out of staging when JBoss tools QA is complete.
--
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, 3 months
[JBoss JIRA] (JBIDE-13342) kitchensink-html5-mobile - Readme isn't shown when importing for first time with empty local repository
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13342?page=com.atlassian.jira.plugi... ]
Radim Hopp commented on JBIDE-13342:
------------------------------------
This issue also concerns kitchensink and kitchensink-rf quickstarts.
> kitchensink-html5-mobile - Readme isn't shown when importing for first time with empty local repository
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13342
> URL: https://issues.jboss.org/browse/JBIDE-13342
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 4.0.0.Final
> Reporter: Radim Hopp
> Assignee: Snjezana Peco
>
> When importing kitchensink-html5-mobile for the first time (with clean maven repo & freshly started JBT), readme isn't shown and project has one error marker:
> {noformat}
> Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix
> {noformat}
> When trying to import for the second time, everything behaves as it should (readme is shown and no errors are present)
--
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, 3 months
[JBoss JIRA] (JBIDE-13326) include Juno SR1+ performance fix as new connector on Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13326?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-13326:
-------------------------------
Fix Version/s: 4.0.1.Final
> include Juno SR1+ performance fix as new connector on Central
> -------------------------------------------------------------
>
> Key: JBIDE-13326
> URL: https://issues.jboss.org/browse/JBIDE-13326
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, target-platform, updatesite
> Affects Versions: 4.0.0.Final
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.0.0.Final, 4.0.1.Final
>
> Attachments: JBIDE13226-40x.patch.txt, JBIDE13326-60x.patch.txt, JBIDE13326-JBDS-central.png, JBIDE13326-JBT-central-JavaEE.png, JBIDE13326-JBT-central.png
>
>
> Info: https://bugs.eclipse.org/bugs/show_bug.cgi?id=385272, http://wiki.eclipse.org/Platform_UI/Juno_Performance_Investigation
> Update Site: http://download.eclipse.org/eclipse/updates/4.2 --> Eclipse UI Juno SR1 Optimizations should be installed
> For Juno SR2 maintenance builds >= Nov 21, patch feature not needed.
> We could also consider setting these vmargs when installing JBT (community cental feature?) and/or JBDS BYOE:
> {code}
> -Xmn128m
> -Xms1024m
> -Xmx1024m
> -Xss2m
> -XX:PermSize=256m
> -XX:MaxPermSize=384m
> {code}
--
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, 3 months
[JBoss JIRA] (JBIDE-13341) Test the RichFaces Kitchensink archetype upgrade
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13341?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-13341:
-------------------------------------
[~bleathem] : it's a no go from me at the moment :
- archetype metadata uses richfaces-version = 4.2.3.Final-2 by default, which can't be resolved in any repo, breaking the gen'd project in both CLI and JBT/JBDS
- when the community bits are chosen over the enterprise ones (i.e enterprise=false), the shrinkwrap, arquillian, maven plugin jars are deployed. this is caused by using <jboss.bom.version>1.0.0.Final</jboss.bom.version>, which references the wrong arquillian bom (see ARQ-889). Default jboss bom version should be <jboss.bom.version>1.0.2.Final</jboss.bom.version>, to match the enterprise one (<jboss.bom.version>1.0.2.Final-redhat-1</jboss.bom.version>)
> Test the RichFaces Kitchensink archetype upgrade
> ------------------------------------------------
>
> Key: JBIDE-13341
> URL: https://issues.jboss.org/browse/JBIDE-13341
> Project: Tools (JBoss Tools)
> Issue Type: Component Upgrade
> Components: central
> Reporter: Brian Leathem
> Assignee: Fred Bricon
> Priority: Critical
> Labels: exampleswarnings
> Fix For: 4.0.0.Final
>
>
> RichFaces kitchensink archetype 4.2.3.Final-2 is currently in a JBoss staging repository.
> The archetype will be promoted out of staging when JBoss tools QA is complete.
--
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, 3 months