| Summary: | Enhancement request to categorize the comments in codes | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Ashish Sharma <Ashish.gsharma1> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | markus.kell.r |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ashish Sharma
That would amount to a pre-processor for Java. We're not going to implement that.
Please use the pattern recommended in the Java Language Specification:
if (DEBUG) { ... }
If DEBUG is a compile-time constant and set to false, the compiler should eliminate all traces of that code block.
|