Re: Use (or not) of @SuppressWarnings

2013-08-08 Thread Christopher Schultz
to be good reasons for disabling the Ignore unavoidable generic type problems. and using @SuppressWarnings instead. Personally, I am happy with the current settings but not unhappy to change. I guess that makes me +0 on changing. What does everyone else think? I would prefer to use

Re: Use (or not) of @SuppressWarnings

2013-08-08 Thread Brian Burch
On 07/08/13 19:49, Konstantin Kolinko wrote: 2013/8/7 Brian Burch br...@pingtoo.com: I use netbeans exclusively. I get warnings about import order from almost every tc source file. Periodically I scratch around looking for the rules template so I can change them to conform with the ant

Re: Use (or not) of @SuppressWarnings

2013-08-08 Thread Mark Thomas
On 07/08/2013 09:41, Mark Thomas wrote: For trunk we have been running a policy of zero warnings in the code. This has helped to highlight issues as code is edited as any warnings are immediately clear. Obviously, this depends on what warnings are enabled. Currently, we use Eclipse's Ignore

Use (or not) of @SuppressWarnings

2013-08-07 Thread Mark Thomas
For trunk we have been running a policy of zero warnings in the code. This has helped to highlight issues as code is edited as any warnings are immediately clear. Obviously, this depends on what warnings are enabled. Currently, we use Eclipse's Ignore unavoidable generic type problems. Recently a

Re: Use (or not) of @SuppressWarnings

2013-08-07 Thread Nick Williams
On Aug 7, 2013, at 2:41 AM, Mark Thomas wrote: For trunk we have been running a policy of zero warnings in the code. This has helped to highlight issues as code is edited as any warnings are immediately clear. Obviously, this depends on what warnings are enabled. Currently, we use

Re: Use (or not) of @SuppressWarnings

2013-08-07 Thread Jeremy Boynes
unavoidable generic type problems. and using @SuppressWarnings instead. Personally, I am happy with the current settings but not unhappy to change. I guess that makes me +0 on changing. What does everyone else think? I would prefer to use @SuppressWarnings for this rather than an IDE setting

Re: Use (or not) of @SuppressWarnings

2013-08-07 Thread Brian Burch
On 07/08/13 14:14, Nick Williams wrote: On Aug 7, 2013, at 2:41 AM, Mark Thomas wrote: For trunk we have been running a policy of zero warnings in the code. This has helped to highlight issues as code is edited as any warnings are immediately clear. Obviously, this depends on what warnings

Re: Use (or not) of @SuppressWarnings

2013-08-07 Thread Konstantin Kolinko
2013/8/7 Brian Burch br...@pingtoo.com: I use netbeans exclusively. I get warnings about import order from almost every tc source file. Periodically I scratch around looking for the rules template so I can change them to conform with the ant checkstyle rules, which are happy with the current