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 226430 - Remove unused method warning from private methods annotated with @PostConstruct, @FXML, etc
Summary: Remove unused method warning from private methods annotated with @PostConstru...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 6 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 03:27 UTC by pablopina
Modified: 2016-06-23 11:24 UTC (History)
3 users (show)

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 pablopina 2013-02-21 03:27:46 UTC
private methods annotated as @FXML or @PostConstruct should not say 
Method Xxxx not used
Comment 1 clogs 2015-09-17 06:43:50 UTC
Same in last dev build of Netbeans 8.1
Comment 2 nimnio 2015-12-14 19:55:58 UTC
Java EE Timeout, Schedule, and PreDestroy annotations also affected.