Inspect Dialog Box
See Also
The Inspect dialog box enables you to perform static analysis of your source code and displays violations detected in your source in the Inspector window.
You access this dialog box by selecting Source > Inspect from the main menu.
The dialog box has the following fields:
- Scope. Select a file, package, or project(s) to be inspected. Enabled by default.
- Use. Select either of the following options to use:
- Configuration. Specify a configuration (All Analyzers, NetBeans Java Hints, FindBugs, or Default) to run on your source code. Clicking the Manage button displays the Configurations dialog box where you can group the required inspections into the Default configuration.
- Single Inspection. Specify an inspection to run on your source code. Clicking the Browse button displays the Configurations dialog box where you can review particular NetBeans Java Hint and FindBugs inspections.
- If the IDE displays the Additional plugins required for the selected configuration. message, click Install to install support for a static analysis tool (for example, the FindBugs Integration plugin).
- See Also
-
About the Java Source Editor
Legal Notices