itechq / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

desynchronization between code and Jupiter issues #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure the Eclipse project to Format Code before the save action 
(properties --> Jave Editor --> Save actions)
2. Add some Jupiter issue.
2. add some blanck lines before the Jupiter issue in a source module so the 
formatter will erase these blanck lines.
3. Jupiter stores the new line number of the issue before the formatting action 
so the issue and the line get desynchronized.

What is the expected output? What do you see instead?
Jupiter should store the line after the save action is finished

What version of the product are you using? On what operating system?
Windows 7 and Jupiter 3.6.0

Which Eclipse bundle do you have?
A. Eclipse IDE for Java EE Developers
B. Eclipse IDE for Java Developers --> OK
C. Eclipse for PHP Developers
D. Eclipse IDE for C/C++ Developers
E. Eclipse for RCP/Plug-in Developers
F. Eclipse IDE for Java and Report Developers
G. Eclipse Classic
H. Other (Please specify)

Please provide any additional information below.

Original issue reported on code.google.com by jaquint...@gmail.com on 10 Jan 2012 at 10:05