Bug 301760 - [build] provide regexp matching for property advice
Summary: [build] provide regexp matching for property advice
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: b3 (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 19:50 EST by Henrik Lindberg CLA
Modified: 2017-09-13 11:52 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Lindberg CLA 2010-02-03 19:50:07 EST
It seems useful to be able to specify property and annotation removal based on a regexp pattern.
Current implementation allows exact specification of the properties to remove.

The current implementation has a list of String for the removals. By changing this to a list of BExpression, it is possible to mix Literal String, and LiteralRegexp.
The BuilderConcernContext (and UnitConcernContext) will need to be changed to handle this.

(Not required for initial release, as the change only adds to the syntax).