+1 to provide inspection as hints. They could also be a different type of todos. Even though I would work like you with all the hints on, I understand people like Carlos that perceive them as distraction. So way to turn them of once and for all is important. By type seems a reasonable solution. However to me it really depends if I can fix something right away or if it will take more time. If it takes more than 30s I usually write it down on my todo list to not be distracted off of my current task. So have them added as todo at the beginning of the method or in the javadoc would be fine too but even that would require some Intention I would think.
Jacques "Igor Karpov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Probably all inspection results could be available also as hints in > corresponding places, since inspection is not run very often and it's not fast > digging through its results. Hints are different - you deal with them on > case-by-case basis in the appropriate context. > Probaly, it would also be helpful to disable hints by type (e.g.: enable > auto-import hints, disable "create new field" hints, though I would certainly > live with all hint always turned on) > > -----Original Message----- > From: "Carlos Costa e Silva" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Tue, 30 Jul 2002 16:16:53 +0100 > Subject: Re: final modifiers on extracted method arguments > > > > > "Igor Karpov" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED]... > > > 2. there could be a 'hint' to make the variable final (Esc could also > > cancel > > > that hint meaning "no, thank you" and prevent it from appearing again) > > > > > > 3. There could be a 'hint' to make the method static. > > > > > > No hints, as they can't be turned off. On reopening the file they would be > > there again. > > This is/should be an inspection feature. > > > > Carlos > > > > -- > > Carlos Costa e Silva <[EMAIL PROTECTED]> > > > > > > _______________________________________________ > > Eap-features mailing list > > [EMAIL PROTECTED] > > http://lists.jetbrains.com/mailman/listinfo/eap-features > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
