#843: Move results and result renderers to subpackages of
org.eobjects.analyzer.beans
---------------------------+-------------------------------
Reporter: kasper | Owner:
Type: enhancement | Status: new
Priority: high | Milestone: AnalyzerBeans X.0
Component: AnalyzerBeans | Keywords:
---------------------------+-------------------------------
Influenced classes:
---------------------------+-------------------------------
Right now we have a package structure which is approx something like this:
* Some execution components go into '''org.eobjects.analyzer.beans''' and
subpackages
* Analyzer result classes are scatterred in different packages.
* Analyzer result renderers are all located in
'''org.eobjects.analyzer.result.renderer''' (NOT subpackages).
With the recent modularization this package structure really looks messy,
since cohesive packages (eg. for the Pattern finder or Value distribution)
places classes in multiple packages.
Therefore, consolidate the packages. For reasons of classpath scanning
ease, we should make sure that all are subpackages of
'''org.eobjects.analyzer.beans'''.
--
Ticket URL: <http://eobjects.org/trac/ticket/843>
eobjects <http://eobjects.org/trac>
The eobjects project management system, based on the trac system.