[JBoss JIRA] Created: (JBIDE-8244) Qualifier selection in the new Annotation Literal wizard should not reset user provided name
by Lukas Jungmann (JIRA)
Qualifier selection in the new Annotation Literal wizard should not reset user provided name
--------------------------------------------------------------------------------------------
Key: JBIDE-8244
URL: https://issues.jboss.org/browse/JBIDE-8244
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Reporter: Lukas Jungmann
Assignee: Alexey Kazakov
Priority: Minor
have a CDI enabled project with some qualifier, say 'q.Q1'
-open new Annotation Literal wizard
-fill in some package name, say 'a'
-fill in some name, say 'ALit'
-use 'Browse' button to find and set 'q.Q1' to Qualifier text field
=>
expected: the name of the literal remains set to 'Alit'
actual: the name of the literal is reset to 'Q1Literal'
if the name of the literal is already set by the user to some non-empty value, it should not be reset
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-8600) Speed up executing of VPE tests
by Yahor Radtsevich (JIRA)
Speed up executing of VPE tests
-------------------------------
Key: JBIDE-8600
URL: https://issues.jboss.org/browse/JBIDE-8600
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Visual Page Editor core, Visual Page Editor Templates
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.3.0.M1
Now we have ~800 JUnit tests. It takes ~20 min to execute all of them, which is too much.
The ideas how to speed them up:
# Split them up in ratio 80%/20% where 80% - the least probable tests to fall and 20% - the most. Then execute mainly the 20% part while developing.
# Try to optimize tests using profiler.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months