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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Sep 11 15:43:32 EDT 2012


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

Alexey Kazakov resolved JBIDE-12546.
------------------------------------

      Assignee: Viacheslav Kabanovich  (was: Alexey Kazakov)
    Resolution: Done


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