RE: NetBeans `Convert to for (Iterator...) {}' suggestion

2022-11-29 Thread John
:51To: JohnCc: NetBeans Mailing ListSubject: Re: NetBeans `Convert to for (Iterator...) {}' suggestion I agree that this isn’t usually a good suggestion.  It is available as a refactoring for when you might need an iterator, but by no means should the IDE “warn” about it.  I think that is the current beh

Re: NetBeans `Convert to for (Iterator...) {}' suggestion

2022-11-28 Thread Michael Bien
ound lots of other nice hints that I have turned on! I found this on Stack Overflow https://stackoverflow.com/questions/24263479/netbeans-convert-to-for-iterator-suggestion But that was to do with which one is more efficient and I suspect that the warning is due to the fact that the mor

Re: NetBeans `Convert to for (Iterator...) {}' suggestion

2022-11-28 Thread Scott Palmer
turned on! > > I found this on Stack Overflow > > https://stackoverflow.com/questions/24263479/netbeans-convert-to-for-iterator-suggestion > > But that was to do with which one is more efficient and I suspect that the > warning is due to the fact that the more v

NetBeans `Convert to for (Iterator...) {}' suggestion

2022-11-28 Thread John
ve turned on!   I found this on Stack Overflow https://stackoverflow.com/questions/24263479/netbeans-convert-to-for-iterator-suggestion But that was to do with which one is more efficient and I suspect that the warning is due to the fact that the more verbose version is quicker if the number of