This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 117934 - Support inline format for @override annotation
Summary: Support inline format for @override annotation
Status: VERIFIED DUPLICATE of bug 104757
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 17:05 UTC by Petr Nejedly
Modified: 2007-10-12 17:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 2007-10-05 17:05:49 UTC
If I have an override method, hints offer to add @override annotation, but this action always add it at the previous
line, i.e.:
    @override
    public int method() {

I'd like it to get formatted like:
    public @override int method() {
Comment 1 Jesse Glick 2007-10-12 16:04:40 UTC
I guess I'm not the only one.

*** This issue has been marked as a duplicate of 104757 ***
Comment 2 Petr Nejedly 2007-10-12 17:45:04 UTC
Verified dup.