This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 167666 - Preprocessor Block - comments out code automaticaly
Summary: Preprocessor Block - comments out code automaticaly
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 18:24 UTC by shche123
Modified: 2009-09-22 14:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shche123 2009-06-25 18:24:25 UTC
"//#" is automatically added to the source on Configuration change and on build.

Kind of defeats the purpose of the if statement...


//#if DefaultConfiguration
//#             helloTextBox = new TextBox(null, "Make my day Color", 120, 0x0);
//#else
            helloTextBox = new TextBox(null, "Make my day Gray", 120, 0x0);
//#endif
Comment 1 Petr Suchomel 2009-09-22 14:55:56 UTC
This is not an issue rather enhancement