> I don't know if users should be protected
> from usages like this:
>
> Item item = new Item();
> public void getItem() {
> return item;
> }
>
> is not the same as:
>
> public void getItem() {
> Item item = new Item();
> return item;
> }_______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
