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.debugin theproject.propertiesfile. | 
| Report Use of Deprecated APIs | Sets b uild.compiler.deprecationin theproject.propertiesfile. | 
| 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. |