Need bug id to remove the explicit type argument in test class

Patrick Concannon patrick.concannon at oracle.com
Wed Mar 4 12:17:38 UTC 2020


Hi Vipin,

Always happy to help someone who wants to contribute!

I'll create the bug ID for you, and sponsor your fix.


Kind regards,

Patrick

On 02/03/2020 19:33, Vipin Sharma wrote:
> Hi,
>
> My OCA has been processed recently and I want to start Contributing to
> OpenJDK.
>
> As a first fix, I would like to remove the explicit type argument in test
> class test/jdk/java/lang/Boolean/MakeBooleanComparable.java to fix one
> warning.
>
> The first line given below is the existing code and the second line is what
> I am changing it to.
>
> List<Boolean> list = new ArrayList<Boolean>();
> List<Boolean> list = new ArrayList<>();
>
> If this is not too small change to start with, could you please help me to
> create a bug id against this so that I can create a patch and share.
>
> Regards,
> Vipin


More information about the core-libs-dev mailing list