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

Summary: Constant values for view names
Product: soa Reporter: Kirill Sorokin <ksorokin>
Component: BPEL ProjectAssignee: Vitaly Bychkov <lativ>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.