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, " "
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements; and to You under the Apache License, Version 2.0. |