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

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Sep 5 20:23:32 EDT 2012


Viacheslav Kabanovich created JBIDE-12546:
---------------------------------------------

             Summary: 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: Feature Request
          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