[JBoss JIRA] (JBIDE-17218) [compilation]fix openshift build
by Denis Golovin (JIRA)
Denis Golovin created JBIDE-17218:
-------------------------------------
Summary: [compilation]fix openshift build
Key: JBIDE-17218
URL: https://issues.jboss.org/browse/JBIDE-17218
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 4.2.0.Beta1
Reporter: Denis Golovin
Priority: Blocker
openshif buiild is broken right now
{code}[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.tools.openshift.express.ui: Compilation failure: Compilation failure:
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[53]
[ERROR] import org.jboss.ide.eclipse.as.ui.editor.ServerWorkingCopyPropertyButtonCommand;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.as.ui.editor.ServerWorkingCopyPropertyButtonCommand cannot be resolved
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[54]
[ERROR] import org.jboss.ide.eclipse.as.ui.editor.ServerWorkingCopyPropertyComboCommand;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.as.ui.editor.ServerWorkingCopyPropertyComboCommand cannot be resolved
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[55]
[ERROR] import org.jboss.ide.eclipse.as.ui.editor.ServerWorkingCopyPropertyCommand;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.ide.eclipse.as.ui.editor.ServerWorkingCopyPropertyCommand cannot be resolved
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[221]
[ERROR] browseDestButton.setLayoutData(UIUtil.createFormData2(0, 5, 100, -5, null, 0, 100, 0));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method createFormData2(Object, int, Object, int, Object, int, Object, int) from the type FormDataUtility is not accessible due to restriction on classpath entry /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/target/classes
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[223]
[ERROR] deployFolderText.setLayoutData(UIUtil.createFormData2(0, 5, 100, -5, 0, 0, browseDestButton, -5));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method createFormData2(Object, int, Object, int, Object, int, Object, int) from the type FormDataUtility is not accessible due to restriction on classpath entry /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/target/classes
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[240]
[ERROR] ((ServerEditorPartInput) input).getServerCommandManager().execute(
[ERROR] ^^^^^^^
[ERROR] The method execute(IUndoableOperation) in the type ServerResourceCommandManager is not applicable for the arguments (OpenShiftServerEditorSection.SetProjectCommand)
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[247]
[ERROR] ((ServerEditorPartInput) input).getServerCommandManager().execute(new SetOverrideCommand(server));
[ERROR] ^^^^^^^
[ERROR] The method execute(IUndoableOperation) in the type ServerResourceCommandManager is not applicable for the arguments (OpenShiftServerEditorSection.SetOverrideCommand)
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[254]
[ERROR] ((ServerEditorPartInput) input).getServerCommandManager().execute(new SetRemoteCommand(server));
[ERROR] ^^^^^^^
[ERROR] The method execute(IUndoableOperation) in the type ServerResourceCommandManager is not applicable for the arguments (OpenShiftServerEditorSection.SetRemoteCommand)
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[260]
[ERROR] ((ServerEditorPartInput) input).getServerCommandManager().execute(new SetDeployFolderCommand(server));
[ERROR] ^^^^^^^
[ERROR] The method execute(IUndoableOperation) in the type ServerResourceCommandManager is not applicable for the arguments (OpenShiftServerEditorSection.SetDeployFolderCommand)
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[303]
[ERROR] public class SetRemoteCommand extends ServerWorkingCopyPropertyCommand {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ServerWorkingCopyPropertyCommand cannot be resolved to a type
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[311]
[ERROR] public class SetProjectCommand extends ServerWorkingCopyPropertyComboCommand {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ServerWorkingCopyPropertyComboCommand cannot be resolved to a type
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[318]
[ERROR] protected void postOp(int type) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method postOp(int) of type OpenShiftServerEditorSection.SetProjectCommand must override or implement a supertype method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[323]
[ERROR] public class SetDeployFolderCommand extends ServerWorkingCopyPropertyCommand {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ServerWorkingCopyPropertyCommand cannot be resolved to a type
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[331]
[ERROR] public class SetOverrideCommand extends ServerWorkingCopyPropertyButtonCommand {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ServerWorkingCopyPropertyButtonCommand cannot be resolved to a type
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerEditorSection.java:[339]
[ERROR] protected void postOp(int type) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The method postOp(int) of type OpenShiftServerEditorSection.SetOverrideCommand must override or implement a supertype method
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerWizardComposite.java:[273]
[ERROR] browseDeployFolderButton.setLayoutData(UIUtil.createFormData2(0, 5, 100, -5, null, 0, 100, 0));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method createFormData2(Object, int, Object, int, Object, int, Object, int) from the type FormDataUtility is not accessible due to restriction on classpath entry /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/target/classes
[ERROR] /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/OpenShiftServerWizardComposite.java:[277]
[ERROR] deployFolderText.setLayoutData(UIUtil.createFormData2(0, 5, 100, -5, 0, 0, browseDeployFolderButton, -5));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The method createFormData2(Object, int, Object, int, Object, int, Object, int) from the type FormDataUtility is not accessible due to restriction on classpath entry /home/eskimo/Projects/jbdevstudio/4.2.x/fork/jbosstools-server/as/plugins/org.jboss.ide.eclipse.as.wtp.ui/target/classes
[ERROR] 17 problems (17 errors)
{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-17032) Ability to configure jQuery / jQuery Mobile versions injected by Palette
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17032?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-17032:
----------------------------------------
OK. Let's combine #2 and #3. We will have the same checkbox as we have now : "Add References to JS/CSS" on the first page and if it's checked we will have the "Next" button enabled.
> Ability to configure jQuery / jQuery Mobile versions injected by Palette
> ------------------------------------------------------------------------
>
> Key: JBIDE-17032
> URL: https://issues.jboss.org/browse/JBIDE-17032
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Beta2
>
> Attachments: 2014-04-25 17.02.bmml, 2014-04-25 17.02.bmml, 2014-04-25 17.02.png, NextPage.bmml, NextPage.bmml, NextPage.bmml, NextPage.png, SeparateDialog.bmml, SeparateDialog.png
>
>
> Currently the following versions are injected for JQM 1.4:
> {code}
> <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>
> {code}
> And for JQM 1.3:
> {code}
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
> {code}
> It would be good if we have a place where users can configure what versions of JQ and JQM they want to inject.
--
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] (JBDS-3020) Remove PDE from JBDS
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3020?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3020:
--------------------------------
Fix Version/s: (was: 8.0.x)
> Remove PDE from JBDS
> ---------------------
>
> Key: JBDS-3020
> URL: https://issues.jboss.org/browse/JBDS-3020
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jsf, jsp/jsf/xml/html source editing, project-examples, servers
> Affects Versions: 8.0.0.Beta1
> Reporter: Denis Golovin
> Assignee: Max Rydahl Andersen
>
> Remove PDE requirements in components mentioned in JBDS-2923. This would let exclude PDE features form JBDS and remove UI artifacts added by PDE in:
> - New Wizars
> - Views
> - Perspectives
> - Preferences
> - Project properties
> - Pop-up menus
--
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] (JBDS-3020) Remove PDE from JBDS
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3020?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3020:
--------------------------------
Fix Version/s: 8.0.x
> Remove PDE from JBDS
> ---------------------
>
> Key: JBDS-3020
> URL: https://issues.jboss.org/browse/JBDS-3020
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: jsf, jsp/jsf/xml/html source editing, project-examples, servers
> Affects Versions: 8.0.0.Beta1
> Reporter: Denis Golovin
> Assignee: Max Rydahl Andersen
> Fix For: 8.0.x
>
>
> Remove PDE requirements in components mentioned in JBDS-2923. This would let exclude PDE features form JBDS and remove UI artifacts added by PDE in:
> - New Wizars
> - Views
> - Perspectives
> - Preferences
> - Project properties
> - Pop-up menus
--
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] (JBDS-3020) Remove PDE from JBDS
by Denis Golovin (JIRA)
Denis Golovin created JBDS-3020:
-----------------------------------
Summary: Remove PDE from JBDS
Key: JBDS-3020
URL: https://issues.jboss.org/browse/JBDS-3020
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jsf, jsp/jsf/xml/html source editing, project-examples, servers
Affects Versions: 8.0.0.Beta1
Reporter: Denis Golovin
Assignee: Max Rydahl Andersen
Remove PDE requirements in components mentioned in JBDS-2923. This would let exclude PDE features form JBDS and remove UI artifacts added by PDE in:
- New Wizars
- Views
- Perspectives
- Preferences
- Project properties
- Pop-up menus
--
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] (JBDS-2923) Verify whether JBDS really needs PDE
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-2923?page=com.atlassian.jira.plugin.... ]
Denis Golovin closed JBDS-2923.
-------------------------------
Fix Version/s: 8.0.0.Beta2
(was: 8.0.x)
Resolution: Done
JBDS Requires PDE and there are several components that uses pde.* plugins.
> Verify whether JBDS really needs PDE
> ------------------------------------
>
> Key: JBDS-2923
> URL: https://issues.jboss.org/browse/JBDS-2923
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: build
> Reporter: Mickael Istria
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 8.0.0.Beta2
>
>
> It looks like by default, JBDS embeds PDE and its UI contributions, which are totally off-topic.
> We should consider removing PDE. For this we need to check what depends on it first.
--
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 Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17185?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-17185:
-----------------------------------
Attachment: org.jboss.tools.cdi.core.test.CDICoreAllTests-New2.txt
> 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-New.txt, org.jboss.tools.cdi.core.test.CDICoreAllTests-New2.txt, 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-17185) org.jboss.tools.cdi.core.test failures on Windows
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17185?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-17185:
--------------------------------------
Assignee: Viacheslav Kabanovich (was: Alexey Kazakov)
> 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: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta2
>
> Attachments: org.jboss.tools.cdi.core.test.CDICoreAllTests-New.txt, org.jboss.tools.cdi.core.test.CDICoreAllTests-New2.txt, 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