Also is it possible to globally disable this so we don't have to add these
suppressions to everywhere there is an OID string?

    //This will suppress PMD.AvoidUsingHardCodedIP warnings in this class
    @SuppressWarnings("PMD.AvoidUsingHardCodedIP")


On Fri, Mar 11, 2011 at 1:44 AM, Alex Karasulu <[email protected]> wrote:

>     @SuppressWarnings("PMD.UnusedLocalVariable") // Remove me when the TODO
> is fixed
>
> The TODO was to finish the implementation which will use the local
> variable.
>
> Reason I ask, is because we should have PMD reports complain, after all it
> is unfinished code that should stick out. Second the @SuppressWarning
> identifier is not found and eclipse complains. Third there's already a TODO
> there along with a JIRA issue for this particular case.
>
> Thoughts?
>
> Alex
>

Reply via email to