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 255052 - [81cat] NetBeans does not create methods
Summary: [81cat] NetBeans does not create methods
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-07 08:29 UTC by muellermi
Modified: 2015-09-08 10:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (97.79 KB, text/plain)
2015-09-07 08:29 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-09-07 08:29:19 UTC
Product Version = NetBeans IDE 8.1 Beta (Build 201508041349)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.51-b03

Given a XHTML (JSF) page and a backing (named) bean.

                <h:inputText value="#{adminTask.accountId}" validator="#{adminTask.checkAccountId}">

In the AdminTask class, no getter/setter method pair is defined for accountId and no method is defined for checkAccountId.
NB recognizes the missing methods, but dioes not offer the "create method" task.
Comment 1 muellermi 2015-09-07 08:29:24 UTC
Created attachment 155936 [details]
IDE log
Comment 2 Jiri Kovalsky 2015-09-08 10:13:10 UTC
In my opinion this is rather a new feature request than defect, would you agree Petr?