corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

Completion for @SuppressWarnings - plugin detail

Code completion and documentation for @SuppressWarnings values

NetBeans Plugin - Completion for @SuppressWarnings
Plugin owner: mrmorris
Website: http://coffeecokeandcode.blogspot.com/2008/09/netbeans-plugin-suppresswarnings.html
Added: 2008-09-03
Last updated: 2008-09-05
NetBeans Versions: 6.1, 6.5
License: CDDL
Category: Programming Languages
Size: 0.03 MB
Downloaded: 318 times
Rating:
 0, by 0 users


Download plugin

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".

What's new in this version

Fixed a bug which caused it to interfere with code completion other placed in the source file.

[ You have to be logged in to be able to comment. ]

User Comments

There are no comments yet.