Cook Raw Types ...

What does that action do ?

-Dash.


0
Avatar
Permanently deleted user

You can use it to strengthen declarations of Generic Types, for example

();]]>

will become:

 list = new ArrayList();]]>

The "Raw" type List is turned into a "Cooked" type List]]>.

0
Avatar
Permanently deleted user

It was not officially opened yet but you may try to use it. It tries to
convert code to using of generics collections.

--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"

"Peter Schäfer" <peter.schaefer@healy-hudson.com> wrote in message
news:20145249.1069070617551.JavaMail.itn@is.intellij.net...

You can use it to strengthen declarations of Generic Types, for example

();]]>

will become:

 list = new ArrayList();]]>

The "Raw" type List is turned into a "Cooked" type List<String>.



0
Avatar
Permanently deleted user

Valentin Kipiatkov (JetBrains) wrote:

>It tries to convert code to using of generics collections.
>

>

It looks like the perfect candidate for a new pair.

Alain

0
Avatar
Permanently deleted user

It looks like the perfect candidate for a new

pair.

Yes, we think of this.

--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"


"Alain Ravet" <alain.ravet.list@wanadoo.be> wrote in message
news:bpao7d$kq3$1@is.intellij.net...

Valentin Kipiatkov (JetBrains) wrote:

>

>It tries to convert code to using of generics collections.
>
>
>

>

It looks like the perfect candidate for a new

pair.
>

Alain

>


0

请先登录再写评论。