CDI tools 3.3.0.Beta1 What's New

< 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:



Related Jira


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:



Related Jira


Multiple @Disposes/@Observes

There is also a new quick fix for problems with methods that have more than one parameter annotated @Disposes/@Observes.

Related Jira


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.



Related Jira