On Nov 23, 11:53 am, Eric Wohlstadter <wohls...@cs.ubc.ca> wrote:
> Can you post the names of the bugs (as given by FindBugs) to the newsgroup,
> so that I can individually check each kind that you would like ignore?
>
> Eric
>
> On Wed, Nov 23, 2011 at 11:48 AM, kigvar...@hotmail.com <
>
>
>
> kigvar...@hotmail.com> wrote:
> > Do we have to fix warnings that don't affect input/output?
> > Such as warnings for name conventions, are we required to fix those?
>
> > On Nov 2, 10:42 am, Eric Wohlstadter <wohls...@gmail.com> wrote:
> > > Hi all,
> > > Here are instructions for using FindBugs:
>
> > > 1. Install the plugin using Help->Install New Software, and adding the
> > > FindBugs Update Site:http://findbugs.cs.umd.edu/eclipse.
>
> > > 2. Right click on your project (or doing the equivalent on Mac) and
> > > select FindBugs->FindBugs.
>
> > > 3. Switch to the Find Bugs perspective to review warnings.
>
> > > 3. For each warning, either fix the problem or verify the warning to
> > > be false positive.
>
> > > 4. Refer to the Find Bugs web site for more detailed descriptions of
> > > bugs and use of the plugin:http://findbugs.sourceforge.net/
>
> > > Eric- Hide quoted text -
>
> - Show quoted text -
.....makes inefficient use of keySet iterator instead of entrySet
iterator
In this situation,the keySet iterator I use returns a Set<String,
Integer> while entrySet returns a Set<Entry<String,Integer>>
On Nov 23, 12:01 pm, Eric Wohlstadter <wohls...@cs.ubc.ca> wrote:
> Yes, please go ahead and ignore these two.
>
> Eric
>
> On Wed, Nov 23, 2011 at 12:00 PM, kigvar...@hotmail.com <