Community
Participate
Working Groups
Build Identifier: When I use the 'Join Line' option (Ctrl + Alt + j) the single-line comments in Java should be joint by deleting the slashes of the second line. I mean, if you have: // First Line // Second Line and you call the 'join line' option, Eclipse should delete the slashes of the second line. // First Line Second Line Currently, the result of this operation is this // First Line // Second Line This is useful when re-factoring, and when the comments are changed after a formatting. I know that Eclipse cannot know when to join two single-line comments, but the 'join lines' option should provide this functionality. Reproducible: Always
*** This bug has been marked as a duplicate of bug 179782 ***