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

Key: IDEA-17913
Type: Bug Bug
Status: Open Open
Assignee: Unassigned
Reporter: Scott Stanton
Votes: 0
Watchers: 0
Operations

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

Collapse by default does not work for some annotations

Created: 24 Apr 08 22:52   Updated: 24 Apr 08 22:52
Component/s: Editor. Editing Text

Environment: Windows XP SP2

Build: 7,807
Severity: Low


 Description  « Hide
The Code Folding, Collapse by default, Annotations setting does not appear to work in all cases. I have set it, visited a file, and some of my multi-line annotations are not collapsed.

For example, the following annotation is not collapsed:

@SuppressWarnings(
        {
            "HardCodedStringLiteral",
            "OverlyComplexMethod",
            "OverlyCoupledMethod",
            "OverlyLongMethod",
            "OverlyNestedMethod"
        }
    )
    public void perform(OperationContext<RunProcedureArguments> context)

Whereas the following annotation does get collapsed:

@NotNull @Override
    @SuppressWarnings({"RefusedBequest"})
    public String getLabel(OperationContext<RunProcedureArguments> context)


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