You open the Module Project Properties dialog box by right-clicking a module project and choosing Properties.
The Compiling page lets you specify whether debugging information and deprecated APIs should be reported:
Element | Description |
---|---|
Generate Debugging Info |
Sets build.compiler.debug in the project.properties file. |
Report Use of Deprecated APIs |
Sets build.compiler.deprecation in the project.properties file. |
Additional Compiler Options |
Lets you pass additional options to the compiler, such as -Xlint:unchecked . |
Related Topics
Developing Applications with NetBeans IDE, " "
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |