
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
6,141
|
| Severity: |
Low
|
In the following code:
String a = null;
a = "sss"; //stupid test
if you put the cursor at the end of first line and invoke "Join lines" (Ctrl+Shift+J)
the lines will be properly merged to:
String a = "sss";
but the comment is lost!
|
|
Description
|
In the following code:
String a = null;
a = "sss"; //stupid test
if you put the cursor at the end of first line and invoke "Join lines" (Ctrl+Shift+J)
the lines will be properly merged to:
String a = "sss";
but the comment is lost! |
Show » |
|