Thanks for the feedbacks guys,
I'll fix the latest checkstyle warnings following Seb's suggestions :)
Have a nice day!
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Wed, Apr 6, 2011 at 5:06 PM, sebb wrote:
> On 6 April 2011 06:54, Simone Tripodi wrote:
>> Hi Gary :)
On 6 April 2011 06:54, Simone Tripodi wrote:
> Hi Gary :)
> do you have please any suggestion how to fix the "Expected @throws tag
> for 'Exception'" even if the "@throws Exception" is set?
There's no explanation for the @throws. Checkstyle seems to be
complaining about that.
i.e. change
On Apr 6, 2011, at 1:55, Simone Tripodi wrote:
> Hi Gary :)
> do you have please any suggestion how to fix the "Expected @throws tag
> for 'Exception'" even if the "@throws Exception" is set?
> Many thanks in advance!!!
> All the best,
> Simo
Hi Simo. I am the road until Sunday. No lapto
Hi Gary :)
do you have please any suggestion how to fix the "Expected @throws tag
for 'Exception'" even if the "@throws Exception" is set?
Many thanks in advance!!!
All the best,
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Wed, Apr 6, 2011 at 3:23 AM, Gary Gr
On Tue, Apr 5, 2011 at 6:34 PM, Simone Tripodi wrote:
> Hi all guys,
> I reduced the checkstyle errors from more than 300 to 45, follow below
> what is missing:
>
Nice chunk to lop off! :)
I do not use Discovery, otherwise I'd weigh in on the tickets.
Gary
>
> * Missing package documentation
Hi all guys,
I reduced the checkstyle errors from more than 300 to 45, follow below
what is missing:
* Missing package documentation file: I'd ignore them since package
descriptions are defined in 'package-info.java' and correctly
visualized in javadoc;
* Expected @throws tag for 'Exception'