IntelliJ - switch on intentin "local variable can be final", go to any highlight of this occurrence. Alt-Return -> Popup-Menu to the right - use "Fix All" for current file or Run On ... to run it on the whole module or even project. By now I had never an issue with these IDEA finalized stuff (no false positives). So go ahead :)
If the intention is switched on, your files all get quite yellow. Thats easy to keep your eyes on. Michael Rickard Öberg schrieb: > David Leangen wrote: >> Hey, >> >> Just going through the code again a bit today. I noticed that there isn't >> much use of "final" for classes, methods, or fields. >> >> What's the policy on that? > > In general, final is good. I'm just sloppy in applying it most of the > time. My forte is not details, but rather the "big picture" :-) I would > really appreciate havingh more eyes on the code to fix things like that. > > /Rickard > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

