[
https://issues.jboss.org/browse/JBIDE-19319?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-19319:
-----------------------------------------------
Automatic validation is not possible, since as-you-type validation goes in a background
thread and cleaning obsolete messages is only possible in a ui job.
Manual test case:
1. Import project org.jboss.tools.batch.core.itest/projects/TestProject
2. Open file src/META-INF/job4.xml
3. Find on the first step element marker "Loop of execution elements is detected with
transition from
"myBatchletStep1" to "myBatchletStep2"." on attribute
'next'.
4. Edit value of 'next' attribute on the third step element, change it from
'myBatchletStep1' to 'myBatchletStep4'.
ASSERT: Marker on the first step element becomes disabled and value of 'next'
attribute is not underlined. (Wait for a second or two.)
FAILURE: On the first step element value of 'next' attribute remains underlined. -
That means that obsolete temporary markers are not removed.
5. Restore value of 'next' attribute on the third step element.
ASSERT: Marker on the first step element becomes enabled and value of 'next'
attribute is underlined.
6. Repeat steps 4 and 5 several times and check asserts.
As-you-type validator accumulates temporary mesages
---------------------------------------------------
Key: JBIDE-19319
URL:
https://issues.jboss.org/browse/JBIDE-19319
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: batch, cdi
Affects Versions: 4.3.0.Alpha1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.Alpha2
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)