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 122883

Summary: Eliminate code duplication in the projects area to improve quality and maintainability
Product: javaee Reporter: Petr Jiricka <pjiricka>
Component: CodeAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: blocker CC: dkonecny
Priority: P3 Keywords: PLAN
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/J2EECodeDuplicatedFromJ2SE
Issue Type: TASK Exception Reporter:

Description Petr Jiricka 2007-11-27 17:50:20 UTC
Currently, a lot of code in the Java EE projects area is duplicated, which has several bad effects:
- Copy-pasted code does not contain the latest bugfixes that are present in the original codebase, typically j2se
project. So the Java EE projects are buggier
- Maintenance is harder, as all bugfixes have to be done in several places. Moreover, if the copies are divergent,
applying bugfixes in several places may not be straightforward.
Comment 1 Petr Jiricka 2008-02-21 15:58:09 UTC
Done for the purposes of 6.1 planning (although should be continued after 6.1).