< Main Index Seam Tools News >
Quick Fixes |
|
Quick Fix Description |
CDI Quick Fix proposals now have detailed description where you can see the code which is going to be added/removed/modified: ![]() |
|
|
Quick fix for @Named injected methods/parameters |
A new quick fix is available for @Named injected methods/parameters that does not specify the value member: ![]() |
|
|
Multiple @Disposes/@Observes |
There is also a new quick fix for problems with methods that have more than one parameter annotated @Disposes/@Observes. |
Validation |
|
@SuppressWarnings |
CDI Validator now supports @SuppressWarnings annotation. There is a quick fix available for every validation warning which adds the corresponding @SuppressWarnings. You can find the full list of all the available warning names in Jira. ![]() |
|