[JBoss JIRA] (JBIDE-17200) Test failures on Windows
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-17200:
--------------------------------------
Summary: Test failures on Windows
Key: JBIDE-17200
URL: https://issues.jboss.org/browse/JBIDE-17200
Project: Tools (JBoss Tools)
Issue Type: Epic
Components: common/jst/core, jsf, jsp/jsf/xml/html source editing, seam2
Affects Versions: 4.2.0.Beta2
Environment: Windows
Reporter: Alexey Kazakov
We have a lot of tests failures on Windows which pass on linux.
--
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
11 years, 11 months
[JBoss JIRA] (JBIDE-17183) org.jboss.tools.jsf.text.ext.test failure on Windows
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17183?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-17183:
-----------------------------------
Fix Version/s: 4.2.0.Beta2
> org.jboss.tools.jsf.text.ext.test failure on Windows
> ----------------------------------------------------
>
> Key: JBIDE-17183
> URL: https://issues.jboss.org/browse/JBIDE-17183
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.2.0.Beta1
> Environment: Windows
> Reporter: Daniel Azarov
> Fix For: 4.2.0.Beta2
>
> Attachments: org.jboss.tools.jsf.text.ext.test.JsfTextExtAllTests.txt
>
>
> Tests run: 54, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 106.758 sec <<< FAILURE!
> Results :
> Failed tests: testCCAttrsHyperlink1(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest): Wrong detection for regi
> on - 658 - 665 line - 17 position - 14 offset - 658 (line - 16 position - 14)
> testCCAttrsHyperlink2(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest): Wrong detection for region - 610 - 617
> line - 17 position - 14 offset - 610 (line - 16 position - 14)
> testCCAttrsHyperlink1(org.jboss.tools.jsf.text.ext.test.JSF22CCAttrsOpenOnTest): Wrong detection for region - 660 - 667 line - 17 position - 14 offset - 660 (line - 16 position - 14)
> testCCAttrsHyperlink2(org.jboss.tools.jsf.text.ext.test.JSF22CCAttrsOpenOnTest): Wrong detection for region - 612 - 619 line - 17 position - 14 offset - 612 (line - 16 position - 14)
> Tests run: 54, Failures: 4, Errors: 0, Skipped: 0
--
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
11 years, 11 months
[JBoss JIRA] (JBIDE-17183) org.jboss.tools.jsf.text.ext.test failure on Windows
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17183?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-17183:
--------------------------------------
Assignee: Daniel Azarov
> org.jboss.tools.jsf.text.ext.test failure on Windows
> ----------------------------------------------------
>
> Key: JBIDE-17183
> URL: https://issues.jboss.org/browse/JBIDE-17183
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.2.0.Beta1
> Environment: Windows
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Fix For: 4.2.0.Beta2
>
> Attachments: org.jboss.tools.jsf.text.ext.test.JsfTextExtAllTests.txt
>
>
> Tests run: 54, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 106.758 sec <<< FAILURE!
> Results :
> Failed tests: testCCAttrsHyperlink1(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest): Wrong detection for regi
> on - 658 - 665 line - 17 position - 14 offset - 658 (line - 16 position - 14)
> testCCAttrsHyperlink2(org.jboss.tools.jsf.text.ext.test.JSF2CCAttrsOpenOnTest): Wrong detection for region - 610 - 617
> line - 17 position - 14 offset - 610 (line - 16 position - 14)
> testCCAttrsHyperlink1(org.jboss.tools.jsf.text.ext.test.JSF22CCAttrsOpenOnTest): Wrong detection for region - 660 - 667 line - 17 position - 14 offset - 660 (line - 16 position - 14)
> testCCAttrsHyperlink2(org.jboss.tools.jsf.text.ext.test.JSF22CCAttrsOpenOnTest): Wrong detection for region - 612 - 619 line - 17 position - 14 offset - 612 (line - 16 position - 14)
> Tests run: 54, Failures: 4, Errors: 0, Skipped: 0
--
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
11 years, 11 months
[JBoss JIRA] (JBIDE-17185) org.jboss.tools.cdi.core.test failures on Windows
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17185?page=com.atlassian.jira.plugi... ]
Daniel Azarov commented on JBIDE-17185:
---------------------------------------
in order not to forget:
method for TCKTest for BeanDefinitionTest
{code}
public void assertLocationEquals(Collection<? extends ITextSourceReference> references, String fileName, String substring) {
IFile file = tckProject.getFile(fileName);
String content = FileUtil.getContentFromEditorOrFile(file);
int position = content.indexOf(substring);
assertLocationEquals(references, position, substring.length());
}
{code}
> org.jboss.tools.cdi.core.test failures on Windows
> -------------------------------------------------
>
> Key: JBIDE-17185
> URL: https://issues.jboss.org/browse/JBIDE-17185
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.2.0.Beta1
> Environment: Windows
> Reporter: Daniel Azarov
> Assignee: Alexey Kazakov
> Fix For: 4.2.0.Beta2
>
> Attachments: org.jboss.tools.cdi.core.test.CDICoreAllTests.txt
>
>
> Results :
> *Failed tests:*
> 1. testRemoveJarFromClasspath(org.jboss.tools.cdi.core.test.RemoveJarFromClasspathTest): cdi-simple.jar should be included into XModel.
> 2. testDependentProjects(org.jboss.tools.cdi.core.test.tck.validation.DependentProjectValidationTest): Marker matches the 'Injection point declares a primitive type boolean that cannot be proxied by the container resolves to a bean TestBean3.foo\(\) with a normal scope \[JSR-299 º5.4.1\]' pattern wasn't found. Here is the list of found markers in \CDITest3\src\cdi\test3\TestBean3.java : []
> 3. testAbstractApiType(org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest): Location [start position=842, lengt=16] has not been found among the following locations: ([start position=885, length=16], [start position=860, length=16], )
> 4. testBeanTypes(org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest): Location [start position=841, lengt=9] has not be
> en found among the following locations: ([start position=895, length=12], [start position=877, length=6], [start position=859, length=9], )
> 5. testBeanTypesNonEmpty(org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest): Location [start position=914, lengt=10] has not been found among the following locations: ([start position=958, length=6], [start position=936, length=10], )
> 6. testNamedWithConstant(org.jboss.tools.cdi.core.test.tck.NameDefinitionTest): Wrong start position expected:<897> but was:<918>
> 7. testNonDefaultNamed(org.jboss.tools.cdi.core.test.tck.NameDefinitionTest): Wrong start position expected:<897> but was:<918>
> 8. testFieldInjectedFromProducerMethod(org.jboss.tools.cdi.core.test.tck.QualifierDefinitionTest): Location [start position=891, lengt=5] has not been found among the following locations: ([start position=914, length=5], )
> 9. testQualifiersDeclaredInJava(org.jboss.tools.cdi.core.test.tck.QualifierDefinitionTest): Location [start position=836, lengt=12] has not been found among the following locations: ([start position=856, length=12], )
> 10. testMultipleQualifiers(org.jboss.tools.cdi.core.test.tck.QualifierDefinitionTest): Location [start position=862, lengt=10] has not been found among the following locations: ([start position=882, length=10], [start position=894, length=24], [start position=920, length=19], )
> 11. testMultipleIncompatibleScopeStereotypesWithScopeSpecified (org.jboss.tools.cdi.core.test.tck.ScopeDefinitionTest): Location [start position=908, lengt=10] has not been found among the following locations: ([start position=930, length=10], )
> 12. testScopeDeclaredInJava(org.jboss.tools.cdi.core.test.tck.ScopeDefinitionTest): Location [start position=878, lengt=14] has not been found among the following locations: ([start position=898, length=14], )
> 13. testScopeSpecifiedAndStereotyped(org.jboss.tools.cdi.core.test.tck.ScopeDefinitionTest): Location [start position=899, lengt=14] has not been found among the following locations: ([start position=920, length=14], )
> 14. testScopeTypesAreExtensible(org.jboss.tools.cdi.core.test.tck.ScopeDefinitionTest): Location [start position=830, lengt=17] has not been found among the following locations: ([start position=848, length=17], )
> 15. testWebBeanScopeTypeOverridesStereotype(org.jboss.tools.cdi.core.test.tck.ScopeDefinitionTest): Location [start position=894, lengt=14] has not been found among the following locations: ([start position=915, length=14], )
> 16. testMultipleStereotypesAllowed(org.jboss.tools.cdi.core.test.tck.StereotypeDefinitionTest): Location [start position=877, lengt=5] has not been found among the following locations: ([start position=897, length=5], )
> 17. testStereotypeWithScopeType(org.jboss.tools.cdi.core.test.tck.StereotypeDefinitionTest): Location [start position=835, lengt=17] has not been found among the following locations: ([start position=853, length=17], )
> 18. testBindingTypesAppliedToProducerMethodParameters (org.jboss.tools.cdi.core.test.tck.ProducerMethodDefinitionTest): Location [start position=1287, lengt=29] has not been found among the following locations: ([start position=1319, length=29], [start position=1361, length=19], )
> 19. testInitializerMethodHasParameterAnnotatedDisposes (org.jboss.tools.cdi.core.test.tck.validation.DefenitionErrorsValidationTest): Marker matches the 'Disposer method cannot be annotated @Inject \[JSR-299 º3.3.6\]' pattern wasn't found for line - 25, start - 979, end - 986. Found markers for given patern: [line number - 25, start - 1003, end - 1010; line number - 26, start - 1048, end - 1057]
> 20. testRestrictedType(org.jboss.tools.cdi.core.test.tck.validation.IncrementalValidationTest): Marker matches the 'Bean specifies a type restriction which does not correspond to a type in the unrestricted set of bean types of a bean \[JSR-299 º2.2.2\]' pattern was found
> 21. testInjectionsWithInterface(org.jboss.tools.cdi.core.test.tck.validation.IncrementalValidationTest): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern wasn't found. Here is the list of found markers in \tck\JavaSource\org\jboss\jsr299\tck\tests\jbt\validation\inject\incremental\ExtensionManager.java :[]
> 22. testAlternativesInBeansXml(org.jboss.tools.cdi.core.test.tck.validation.IncrementalValidationTest): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern wasn't found. Here is the list of found markers in \tck\JavaSource\org\jboss\jsr299\tck\tests\jbt\validation\beansxml\incremental\Test3.java : []
> 23. testInjectionPointRevalidation(org.jboss.tools.cdi.core.test.tck.validation.IncrementalValidationTest): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern was found
> 24. testInjectionPointResolvedToProducerRevalidation (org.jboss.tools.cdi.core.test.tck.validation.IncrementalValidationTest): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern was found
> 25. testNamedBeanClassRename(org.jboss.tools.cdi.core.test.tck.NamedBeanRefactoringTest): There is unexpected change in resource - Gamme.java expected:<[abcde]> but was:<[ed
> 26. testAbstractApiType(org.jboss.tools.cdi.core.test.tck11.BeanDefinitionCDI11Test): Location [start position=842, lengt=16] has not been found among the following locations: ([start position=885, length=16], [start position=860, length=16], )
> 27. testBeanTypes(org.jboss.tools.cdi.core.test.tck11.BeanDefinitionCDI11Test): Location [start position=841, lengt=9] has not been found among the following locations: ([start position=859, length=9], [start position=877, length=6], [start position=895, length=12], )
> 28. testBeanTypesNonEmpty(org.jboss.tools.cdi.core.test.tck11.BeanDefinitionCDI11Test): Location [start position=914, lengt=10] has not been found among the following locations: ([start position=958, length=6], [start position=936, length=10], )
> 29. testNamedWithConstant(org.jboss.tools.cdi.core.test.tck11.NameDefinitionCDI11Test): Wrong start position expected:<897> but was:<918>
> 30. testNonDefaultNamed(org.jboss.tools.cdi.core.test.tck11.NameDefinitionCDI11Test): Wrong start position expected:<897> but was:<918>
> 31. testFieldInjectedFromProducerMethod(org.jboss.tools.cdi.core.test.tck11.QualifierDefinitionCDI11Test): Location [start position=891, lengt=5] has not been found among the following locations: ([start position=914, length=5], )
> 32. testQualifiersDeclaredInJava(org.jboss.tools.cdi.core.test.tck11.QualifierDefinitionCDI11Test): Location [start position=836, lengt=12] has not been found among the following locations: ([start position=856, length=12], )
> 33. testMultipleQualifiers(org.jboss.tools.cdi.core.test.tck11.QualifierDefinitionCDI11Test): Location [start position=862, lengt=10] has not been found among the following locations: ([start position=882, length=10], [start position=894, length=24], [start position=920, length=19], )
> 34. testMultipleIncompatibleScopeStereotypesWithScopeSpecified (org.jboss.tools.cdi.core.test.tck11.ScopeDefinitionCDI11Test): Location [start position=908, lengt=10] has not been found among the following locations: ([start position=930, length=10], )
> 35. testScopeDeclaredInJava(org.jboss.tools.cdi.core.test.tck11.ScopeDefinitionCDI11Test): Location [start position=878, lengt=14] has not been found among the following locations: ([start position=898, length=14], )
> 36. testScopeSpecifiedAndStereotyped(org.jboss.tools.cdi.core.test.tck11.ScopeDefinitionCDI11Test): Location [start position=899, lengt=14] has not been found among the following locations: ([start position=920, length=14], )
> 37. testScopeTypesAreExtensible(org.jboss.tools.cdi.core.test.tck11.ScopeDefinitionCDI11Test): Location [start position=830, lengt=17] has not been found among the following locations: ([start position=848, length=17], )
> 38. testWebBeanScopeTypeOverridesStereotype(org.jboss.tools.cdi.core.test.tck11.ScopeDefinitionCDI11Test): Location [start position=894, lengt=14] has not been found among the following locations: ([start position=915, length=14], )
> 39. testMultipleStereotypesAllowed(org.jboss.tools.cdi.core.test.tck11.StereotypeDefinitionCDI11Test): Location [start position=877, lengt=5] has not been found among the following locations: ([start position=897, length=5], )
> 40. testStereotypeWithScopeType(org.jboss.tools.cdi.core.test.tck11.StereotypeDefinitionCDI11Test): Location [start position=835, lengt=17] has not been found among the following locations: ([start position=853, length=17], )
> 41. testBindingTypesAppliedToProducerMethodParameters (org.jboss.tools.cdi.core.test.tck11.ProducerMethodDefinitionCDI11Test): Location [start position=1287, lengt=29] has not been found among the following locations: ([start position=1319, length=29], [start position=1361, length=19], )
> 42. testInitializerMethodHasParameterAnnotatedDisposes (org.jboss.tools.cdi.core.test.tck11.validation.DefenitionErrorsValidationCDI11Test): Marker matches the 'Disposer method cannot be annotated @Inject \[JSR-299 º3.3.6\]' pattern wasn't found for line - 25, start - 979, end - 986. Found markers for given patern: [line number - 25, start - 1003, end - 1010; line number - 26, start - 1048, end - 1057]
> 43. testRestrictedType(org.jboss.tools.cdi.core.test.tck11.validation.IncrementalValidationCDI11Test): Marker matches the 'Bean specifies a type restriction which does not correspond to a type in the unrestricted set of bean types of a bean \[JSR-299 º2.2.2\]' pattern was found
> 44. testInjectionsWithInterface(org.jboss.tools.cdi.core.test.tck11.validation.IncrementalValidationCDI11Test): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern wasn't found. Here is the list of found markers in \tck1.1\JavaSource\org\jboss\jsr299\tck\tests\jbt\validation\inject\incremental\ExtensionManager.java : []
> 45. testAlternativesInBeansXml(org.jboss.tools.cdi.core.test.tck11.validation.IncrementalValidationCDI11Test): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern wasn't found. Here is the list of found markers in \tck1.1\JavaSource\org\jboss\jsr299\tck\tests\jbt\validation\beansxml\incremental\Test3.java : []
> 46. testInjectionPointRevalidation(org.jboss.tools.cdi.core.test.tck11.validation.IncrementalValidationCDI11Test): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern was found
> 47. testInjectionPointResolvedToProducerRevalidation (org.jboss.tools.cdi.core.test.tck11.validation.IncrementalValidationCDI11Test): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 º5.2.1\]' pattern was found
> 48. testNamedBeanClassRename(org.jboss.tools.cdi.core.test.tck11.NamedBeanRefactoringCDI11Test): There is unexpected change in resource - Gamme.java expected:<[abcde]> but was:<[ed
> *Tests in error:*
> 1. testParameterizedTypeWithWildcard(org.jboss.tools.cdi.core.test.tck.validation.DefenitionErrorsValidationTest): Resource '/tck/JavaSource/org/jboss/jsr299/tck/tests/implementation/producer/field/definition/broken/parameterizedReturnTypeWithWildcard/SpiderProducerWildCardType_Broken.java' does not exist.
> 2. testParameterizedTypeWithWildcard(org.jboss.tools.cdi.core.test.tck.validation.AYTDefenitionErrorsValidationTest): Resource '/tck/JavaSource/org/jboss/jsr299/tck/tests/implementation/producer/field/definition/broken/parameterizedReturnTyp
> eWithWildcard/SpiderProducerWildCardType_Broken.java' does not exist.
> 3. testParameterizedTypeWithWildcard (org.jboss.tools.cdi.core.test.tck11.validation.DefenitionErrorsValidationCDI11Test):
> Resource '/tck1.1/JavaSource/org/jboss/jsr299/tck/tests/implementation/producer/field/definition/broken/parameterizedReturnTypeWithWildcard/SpiderProducerWildCardType_Broken.java' does not exist.
> 4. testParameterizedTypeWithWildcard (org.jboss.tools.cdi.core.test.tck11.validation.AYTDefenitionErrorsValidationCDI11Test): Resource '/tck1.1/JavaSource/org/jboss/jsr299/tck/tests/implementation/producer/field/definition/broken/parameterize
> dReturnTypeWithWildcard/SpiderProducerWildCardType_Broken.java' does not exist.
> Tests run: 1283, Failures: 48, Errors: 4, Skipped: 0
--
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
11 years, 11 months
[JBoss JIRA] (JBIDE-17199) HTML5 Palette: New Widget wizards are not modal
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-17199:
--------------------------------------
Summary: HTML5 Palette: New Widget wizards are not modal
Key: JBIDE-17199
URL: https://issues.jboss.org/browse/JBIDE-17199
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Beta2
Environment: Ubuntu 14.04
Reporter: Alexey Kazakov
1. Open any HTML5 file with JBoss HTML editor
2. Click on any JQM item in JQM Palette
3. A dialog is shown.
4. Don't close the dialog. Close the editor.
5. Press Finish on the dialog:
{code}
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4441)
at org.eclipse.swt.SWT.error(SWT.java:4356)
at org.eclipse.swt.SWT.error(SWT.java:4327)
at org.eclipse.swt.widgets.Widget.error(Widget.java:476)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:413)
at org.eclipse.swt.widgets.Control.toDisplay(Control.java:1463)
at org.eclipse.draw2d.SWTEventDispatcher.setHoverSource(SWTEventDispatcher.java:524)
at org.eclipse.draw2d.SWTEventDispatcher.updateHoverSource(SWTEventDispatcher.java:605)
at org.eclipse.draw2d.SWTEventDispatcher.updateFigureUnderCursor(SWTEventDispatcher.java:576)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:381)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:548)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4425)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3773)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3393)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:147)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:630)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:574)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:133)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:103)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:378)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:232)
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:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
{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
11 years, 11 months
[JBoss JIRA] (JBIDE-17199) HTML5 Palette: New Widget wizards are not modal
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17199?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-17199:
--------------------------------------
Assignee: Viacheslav Kabanovich
> HTML5 Palette: New Widget wizards are not modal
> -----------------------------------------------
>
> Key: JBIDE-17199
> URL: https://issues.jboss.org/browse/JBIDE-17199
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: Ubuntu 14.04
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
>
> 1. Open any HTML5 file with JBoss HTML editor
> 2. Click on any JQM item in JQM Palette
> 3. A dialog is shown.
> 4. Don't close the dialog. Close the editor.
> 5. Press Finish on the dialog:
> {code}
> org.eclipse.swt.SWTException: Widget is disposed
> at org.eclipse.swt.SWT.error(SWT.java:4441)
> at org.eclipse.swt.SWT.error(SWT.java:4356)
> at org.eclipse.swt.SWT.error(SWT.java:4327)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:476)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:413)
> at org.eclipse.swt.widgets.Control.toDisplay(Control.java:1463)
> at org.eclipse.draw2d.SWTEventDispatcher.setHoverSource(SWTEventDispatcher.java:524)
> at org.eclipse.draw2d.SWTEventDispatcher.updateHoverSource(SWTEventDispatcher.java:605)
> at org.eclipse.draw2d.SWTEventDispatcher.updateFigureUnderCursor(SWTEventDispatcher.java:576)
> at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:381)
> at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:548)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4425)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3773)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3393)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:147)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:630)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:574)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:133)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:103)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:378)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:232)
> 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:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {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
11 years, 11 months
[JBoss JIRA] (JBIDE-17199) HTML5 Palette: New Widget wizards are not modal
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17199?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-17199:
-----------------------------------
Priority: Minor (was: Major)
> HTML5 Palette: New Widget wizards are not modal
> -----------------------------------------------
>
> Key: JBIDE-17199
> URL: https://issues.jboss.org/browse/JBIDE-17199
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: Ubuntu 14.04
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
>
> 1. Open any HTML5 file with JBoss HTML editor
> 2. Click on any JQM item in JQM Palette
> 3. A dialog is shown.
> 4. Don't close the dialog. Close the editor.
> 5. Press Finish on the dialog:
> {code}
> org.eclipse.swt.SWTException: Widget is disposed
> at org.eclipse.swt.SWT.error(SWT.java:4441)
> at org.eclipse.swt.SWT.error(SWT.java:4356)
> at org.eclipse.swt.SWT.error(SWT.java:4327)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:476)
> at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:413)
> at org.eclipse.swt.widgets.Control.toDisplay(Control.java:1463)
> at org.eclipse.draw2d.SWTEventDispatcher.setHoverSource(SWTEventDispatcher.java:524)
> at org.eclipse.draw2d.SWTEventDispatcher.updateHoverSource(SWTEventDispatcher.java:605)
> at org.eclipse.draw2d.SWTEventDispatcher.updateFigureUnderCursor(SWTEventDispatcher.java:576)
> at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:381)
> at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:548)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4425)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3773)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3393)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:147)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:630)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:574)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:133)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:103)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:378)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:232)
> 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:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {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
11 years, 11 months
[JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-17171:
-----------------------------------
Description:
1. Extra separators
Test case:
EXECUTE:
1. Create HTML 5 file:
{code}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
</head>
<body>
<div data-role="dialog">
</div>
</body>
</html>
{code}
2. Open file in Visual Page Editor
3. Select tag "div"
4. Open tab "jQuery" of Properties View
FAIL:
!JQExtraSeparators.png!
2. Different size of field "Data Role"
!JQContent2.png!
!JQExtraSeparators.png!
-3. Code assist sign (yellow bulb icon) does not make sense with every field-
-For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
!JQMProperties5.png!
was:
1. Extra separators
Test case:
EXECUTE:
1. Create HTML 5 file:
{code}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
</head>
<body>
<div data-role="dialog">
</div>
</body>
</html>
{code}
2. Open file in Visual Page Editor
3. Select tag "div"
4. Open tab "jQuery" of Properties View
FAIL:
!JQExtraSeparators.png!
2. Different size of field "Data Role"
!JQContent2.png!
!JQExtraSeparators.png!
3. Code assist sign (yellow bulb icon) does not make sense with every field
For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.
!JQMProperties5.png!
> Tab jQuery of Properties View: Cosmetic problems
> ------------------------------------------------
>
> Key: JBIDE-17171
> URL: https://issues.jboss.org/browse/JBIDE-17171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
> Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
>
>
> 1. Extra separators
> Test case:
> EXECUTE:
> 1. Create HTML 5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css" />
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
> </head>
> <body>
> <div data-role="dialog">
> </div>
> </body>
> </html>
> {code}
> 2. Open file in Visual Page Editor
> 3. Select tag "div"
> 4. Open tab "jQuery" of Properties View
> FAIL:
> !JQExtraSeparators.png!
> 2. Different size of field "Data Role"
> !JQContent2.png!
> !JQExtraSeparators.png!
> -3. Code assist sign (yellow bulb icon) does not make sense with every field-
> -For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.-
> !JQMProperties5.png!
--
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
11 years, 11 months
[JBoss JIRA] (JBIDE-17184) org.jboss.tools.jsf.ui.test failure on Windows
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17184?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-17184:
--------------------------------------
Assignee: Daniel Azarov (was: Victor Rubezhny)
> org.jboss.tools.jsf.ui.test failure on Windows
> ----------------------------------------------
>
> Key: JBIDE-17184
> URL: https://issues.jboss.org/browse/JBIDE-17184
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.2.0.Beta1
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Fix For: 4.2.0.Beta2
>
> Attachments: org.jboss.tools.jsf.ui.test.JsfUiAllTests.txt
>
>
> Tests run: 104, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 738.449 sec <<< FAILURE!
> Results :
> Failed tests: testMessagesInLocalizedBundles(org.jboss.tools.jsf.jsp.ca.test.CAJsfMessagesProposalsTest): The proposal to apply not found.
> Tests run: 104, Failures: 1, Errors: 0, Skipped: 0
--
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
11 years, 11 months