[jbosstools-issues] [JBoss JIRA] (JBIDE-23656) Missing validation of step listener with empty attribute ref

Ondrej Dockal (JIRA) issues at jboss.org
Wed Jan 11 08:50:00 EST 2017


     [ https://issues.jboss.org/browse/JBIDE-23656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ondrej Dockal updated JBIDE-23656:
----------------------------------
    Steps to Reproduce: 
1. Import attached batch project into IDE.
2. Create new batch job xml file
3. Add this into job.xml file:    
<step id="my-step-listener">
    	<listeners>
    		<listener ref=""></listener>
    	</listeners>
    </step>

  was:
Add this into job.xml file in some batch project:    
<step id="my-step-listener">
    	<listeners>
    		<listener ref=""></listener>
    	</listeners>
    </step>



> Missing validation of step listener with empty attribute ref
> ------------------------------------------------------------
>
>                 Key: JBIDE-23656
>                 URL: https://issues.jboss.org/browse/JBIDE-23656
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: batch
>    Affects Versions: 4.4.2.Final
>            Reporter: Ondrej Dockal
>            Priority: Minor
>             Fix For: 4.4.3.AM2
>
>         Attachments: batch-test-project.zip
>
>
> There is missing warning in listener's tag with empty reference in source view. Empty value of reference attribute in step listener should show warning like job listener does when there is empty ref: "Job listener is expected". Please, add warning.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list