On 03/04/2008, James Carman <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 2, 2008 at 5:56 PM, Matt Benson <[EMAIL PROTECTED]> wrote:
>  > Warning of my intention to remove code deprecated in
>  >  trunk.  Why release a 1.0 with deprecations?
>  >
>
>
> Fire away!  +1 to removing all deprecated methods before a release.
>  Also, if we see anything that's "clutter", we should clean that up too
>  (IMHO).
>

There are a lot of strings, most of which do not need I18N, for example:

        return "WhileDoProcedure<while("+getCondition()+")
do("+getAction()+")>";

Is it worth flagging these with //$NON-NLS-n$ to indicate this?


>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to