[ANN] AutoBoxingPlugin ver 0.8.1
Changes:
- RFE: Added new "Converts an object to array of objects" intention.
For example,
Integer[] integers = anInteger; => Integer[] integers = new Integer[] ;
- RFE: When converting boolean constant to java.lang.Boolean class, an
appropriate static fields of Boolean class are used.
For example,
Boolean aBoolean = true; => Boolean aBoolean = TRUE;
Plugin URL: http://www.intellij.org/twiki/bin/view/Main/AutoBoxingPlugin
/kesh
Please sign in to leave a comment.
FYI : Autoboxing seems to have problems with Build 856
Ta,
N.
kesh wrote:
>
>
>
>
Yeah, I know. There were some Psi API changes. I'll post a recompiled
for this build version of the plugin in a couple of minutes.
Thanks,
/kesh
Nathan Brown wrote:
>>Changes:
>>
>>- RFE: Added new "Converts an object to array of objects" intention.
>>For example,
>>Integer[] integers = anInteger; => Integer[] integers = new Integer[]
>>;
>>
>>- RFE: When converting boolean constant to java.lang.Boolean class,
>>an appropriate static fields of Boolean class are used.
>>For example,
>>Boolean aBoolean = true; => Boolean aBoolean = TRUE;
>>
>>Plugin URL:
>>http://www.intellij.org/twiki/bin/view/Main/AutoBoxingPlugin
>>
>>/kesh