By bloid
via jetbrains.dzone.com
Published: Apr 25 2008 / 10:31
IntelliJ IDEA suggests a way to break down a project into meaningful parts, or scopes, and apply selected inspections (or inspection profiles) purposefully to these parts.
Scopes are the logical areas, which encompass different parts of a project, from a single file or package to an entire project. There are pre-defined scopes that cover the whole project and all of its production and test sources, but you can also create your custom scopes. (We'll continue with custom scopes in the later posts...)



Add your comment