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

Key: IDEABKL-4330
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Peter Lawrey
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

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

When adding @SuppressWarnings with one option use the shorthand to drop the { }.

Created: 09 Oct 06 14:46   Updated: 08 Nov 06 17:14
Component/s: Editor. Error Highlighting
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: wintel

Build: 5,766


 Description  « Hide
When an annotation takes an array, you can drop the {} if there is zero or only one argument.
So
@SuppressWarnings({"unchecked"})
can appear as
@SuppressWarnings("unchecked")

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