Quick Fixes |
|
|
Duplicate component name |
Two quick fixes are available now for duplicate component names:
|
|
|
|
|
Stateful component w/o @Remove/@Destroy method. |
@Remove/@Destroy methods can be added via Quick Fix menu ![]()
|
|
|
|
|
Stateful/Entity component with wrong scope |
Quick Fix for wrong scope type of a Statful/Entity component is now available. ![]()
|
|
|
|
|
Duplicate component methods |
Quick Fixes for duplicate @Remove, @Destroy, @Create and @Unwrap methods are available.
|
|
|
|
|
Unsupported @Destroy method |
Only JavaBeans and stateful session beans support @Destroy methods. So a Quick Fix for components that don't support @Destroy method is now avalible.
|
|
|
|
|
Unsupported @Create/@Unwrap/@Observer method |
Only component class can have @Create/@Unwrap/@Observer method.
The following Quick Fixes for such classes with unsupported methods are now avalible:
|
Validation |
|
|
view-id validation in pages.xml |
"view-id" attributes in pages.xml will now be validated.
|
|
|
|