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 161747 - Constant values for view names
Summary: Constant values for view names
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-02 10:53 UTC by Kirill Sorokin
Modified: 2009-04-03 10:18 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 Kirill Sorokin 2009-04-02 10:53:34 UTC
Every once in a while in BPEL sources I stumble upon editor view names (sources/diagram/mapper/logging) being used as
string literals. This is likely to cause errors in case the views are renamed. It makes sense to extract them to string
constants. At least on a per-module level.