Intention - implicit call to super()
With the inspection implicit call to super(), I think there should be at least an option to disable it for objects derived from Object.
BTW I just started using InspectionGadgets properly, and it's awesome...
Please sign in to leave a comment.
I'll bite: How does one use InspectionGadgets properly?
>With the inspection implicit call to super(), I think there should be at least an option to disable it for objects derived from Object.
Reasonable. Please submit a JIRA item, so I don't lose it.
>BTW I just started using InspectionGadgets properly, and it's awesome...
Always glad to hear. Thanks!
--Dave Griffith
I was kind of wondering that myself...
--Dave Griffith
Perhaps he means running specific inspection analyses as opposed to just
relying on the in-editor inspections.
Ciao,
Gordon
--
Gordon Tyler (Software Developer)
Quest Software <http://www.quest.com/>
260 King Street East, Toronto, Ontario M5A 4L5, Canada
Voice: (416) 933-5046 | Fax: (416) 933-5001
Haha, reasonable question, I guess :)
I mean more that I turned all the in-editor inspections on to see how they worked - I'm relatively new to IDEA, and just finding the things that make it really good. But I'm working out how to fix all the inspections in a file in one go, etc etc.
Is there a way to specify an inspection profile for certain files or groups of files, and another for the rest? Our codebase is a mess, but I'd like to have fairly strict inspections for the new code I write and the parts I maintain. I seem to remember a post a while back about error profiles, but I can't work it out or find the post. The help is now pretty out of date WRT the error profiles.
http://www.jetbrains.net/jira/browse/IDEA-1803
Colin,
worked - I'm relatively new to IDEA, and just finding the things that make
it really good. But I'm working out how to fix all the inspections in a file
in one go, etc etc.
You can run 'Inspect Code' on this file with your inspection profile and
apply all quick fixes after that.
groups of files, and another for the rest? Our codebase is a mess, but I'd
like to have fairly strict inspections for the new code I write and the
parts I maintain. I seem to remember a post a while back about error
profiles, but I can't work it out or find the post. The help is now pretty
out of date WRT the error profiles.
No, currently it is impossible. You can just define a number of profiles and
inspect code in different scopes with different profiles. But in common it
isn't a solution (
--
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"