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 222713 - Generated OSGi activator missing @Override
Summary: Generated OSGi activator missing @Override
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@apisupport
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-25 15:45 UTC by mienamoo
Modified: 2012-11-30 09:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-11-25 15:45:48 UTC
NetBeans build 201211200002
JDK 7u4 64-bit

When generating a BundleActivator for an OSGi Bundle (NetBeans Platform Application module with OSGi bundle), the start and stop methods don't have @Override annotations. This would be good, to avoid generating code that shows warnings.
Comment 1 Ondrej Vrabec 2012-11-26 14:33:01 UTC
fix: http://hg.netbeans.org/core-main/rev/74e80421ba1a
Comment 2 Quality Engineering 2012-11-28 02:33:49 UTC
Integrated into 'main-golden', will be available in build *201211280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/74e80421ba1a
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #222713 - Generated OSGi activator missing @Override
adding @Overrides
Comment 3 mienamoo 2012-11-30 09:06:09 UTC
Verified with build 201211290002. Thanks!