Completion for @SuppressWarnings - plugin detail
Code completion and documentation for @SuppressWarnings values
|
|
Versions available
|
Download size: 0.03 MB
|
Last Update: 2008-09-05
|
What's new in this version
Fixed a bug which caused it to interfere with code completion other placed in the source file.
Verifications for NetBeans versions
Plugin is not subject to any verification
|
Download size: 0.03 MB
|
Last Update: 2008-09-05
|
What's new in this version
Fixed a bug which caused it to interfere with code completion other placed in the source file.
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
Although NetBeans is capable of suggesting and auto-inserting @SuppressWarnings, it doesn't actually provide code completion or documentation for these values. Indeed, it is tricky to track down the exact enumeration and semantics of the these magic values, since it is entirely dependent on the compiler and IDE. This plugin adds support for the values currently known to work with NetBeans 6.1 and up, namely "cast", "deprecation", "divzero", "empty-statement", "empty", "fallthrough", "finally", "serial" and "unchecked".
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.
|