Implemented FORGE-1879#473
Conversation
|
Build 507 outcome was FAILURE using a merge of 23af58e Build problems:Execution timeout |
|
Why the need for a setter? I think the idea is to encapsulate the creation of it inside the bean. |
|
This way I can test my backing bean with Arquillian : set an object (with the setter) and then call a few method to create, retrieve, delete this object. It's really for testing purpose (it could have been package visible but I don't like it). |
|
Not sure how I feel about adding a setter that isn't used by default. But On Mon, Jun 16, 2014 at 1:49 AM, Antonio Goncalves <notifications@github.com
Lincoln Baxter, III |
|
Well, it's handy for testing. In a perfect world Scaffolding would also generate test classes (that would be awsome) |
|
Yeah that would be nice. On Thu, Jun 19, 2014 at 3:23 AM, Antonio Goncalves <notifications@github.com
Lincoln Baxter, III |
Missing a setter in the generated JSF Backing Bean