[jbosstools-issues] [JBoss JIRA] (JBIDE-12546) Dialog 'Show All Assignable Beans' does not take into account unsaved changes in current file

Jaroslav Jankovič (JIRA) jira-events at lists.jboss.org
Mon Oct 1 09:50:03 EDT 2012


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

Jaroslav Jankovič closed JBIDE-12546.
-------------------------------------



Verified in JBT 4.0.0.Alpha2-v20120928-0052-B17
                
> Dialog 'Show All Assignable Beans' does not take into account unsaved changes in current file
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-12546
>                 URL: https://issues.jboss.org/browse/JBIDE-12546
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: 4.0.0.Alpha1
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.0.0.Alpha2
>
>
> EXECUTE: Create a bean with an injection point and producers of beans assignable to it.
> {code}
> public class A {
> 	
> 	@Inject @Named("nobean") String a1;		
> 	static @Produces @Named("nobean") String s1;
> 	static @Produces @Named("nobean") String s2;
> }
> {code}
> EXECUTE: Replace text 's2' by 's3', do not save.
> EXECUTE: Open dialog 'Show All Assignable Beans'.
> ASSERT: List of assignable beans includes A.s3, not A.s2.

--
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



More information about the jbosstools-issues mailing list