[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-8547) Exception in CDIProblemMarkerResolutionGenerator

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Wed Mar 9 18:03:45 EST 2011


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

Daniel Azarov resolved JBIDE-8547.
----------------------------------

    Resolution: Done


> Exception in CDIProblemMarkerResolutionGenerator
> ------------------------------------------------
>
>                 Key: JBIDE-8547
>                 URL: https://issues.jboss.org/browse/JBIDE-8547
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.2.0.Final
>            Reporter: Viacheslav Kabanovich
>            Assignee: Daniel Azarov
>             Fix For: 3.3.0.M1
>
>         Attachments: Exception
>
>
> I have created method 
> @Inject
> public String getX( @Named String a) { return a; }
> which was the last method in a class file.
> Then I manually reformatted it to 
> @Inject
> public String getX( 
> @Named 
> String a) { return a; }	}
> with 10 empty lines instead of 1 left here for readability.
> Then I deleted each set of spaces by selecting it all and using Delete button.
> Finally, I started quickly repeat Undo-Save-Redo-Save with fast keys. Several rounds resulted in the exception.
> That kind of intensive 'work' may result in other exceptions as well.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list