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 - Eliminate code duplication in the projects area to improve quality and maintainability
Summary: Eliminate code duplication in the projects area to improve quality and mainta...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL: http://wiki.netbeans.org/wiki/view/J2...
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2007-11-27 17:50 UTC by Petr Jiricka
Modified: 2008-02-21 15:58 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).