[
https://issues.jboss.org/browse/JBIDE-9233?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen resolved JBIDE-9233.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since
it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or
create a new one mentioning/linking this jira for background information.
Thank you!
Exception in log while quick editing a file
-------------------------------------------
Key: JBIDE-9233
URL:
https://issues.jboss.org/browse/JBIDE-9233
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 3.3.0.M2
Reporter: Lukas Jungmann
Assignee: Viacheslav Kabanovich
Priority: Minor
Fix For: LATER
Attachments: ide.log
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 found in ide's log.
That kind of intensive 'work' may result in other exceptions as well.
--
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