History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16686
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Björn Kautler
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Reformat code works wrong

Created: 13 Dec 07 15:41   Updated: 13 Dec 07 17:11
Component/s: Code Formatting and Code Style

Environment: Windows XP SP2

Build: 7,590
Severity: Medium


 Description  « Hide
Enter the following in a file while right margin is set to 80, then reformat the code.
class Test {
    /**
     * This is a convenience method for {@code doTest(test, new Object[0]);}
     */
    void doTest() {
    }
}

Expected behaviour:
nothing happens

Actual behaviour:
the spaces between "," and "new" and between "new" and "Object" are removed

Things in {@code } should not be modified.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.