On Wed, Apr 8, 2009 at 6:40 PM, Emmanuel Lecharny <[email protected]> wrote: > Hi guys, > > I have many corrections pending for MINA, mainly warnings being fixed > (thanks to Ashish's PMD page).
Related question: What's our take on the following two things 1. empty catch statements - do we keep them, or atleast add a warning or debug statements. Either I will suppress this check from PMD or will add debug statement. 2. Use of import statement for javadoc - This is another problem area. Should we use fully qualified name for classes used only in javadoc (like @see), or continue to have import and use short names second one is less important. Once I get a go ahead, shall fix these warnings in code. - ashish
