[root]/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 161 (100.0%) | 2751 (100.0%) | 17.0 |
donaldp | 128 (79.5%) | 2212 (80.4%) | 17.2 |
adammurdoch | 28 (17.4%) | 520 (18.9%) | 18.5 |
sbailliez | 3 (1.9%) | 11 (0.4%) | 3.6 |
darrell | 2 (1.2%) | 8 (0.3%) | 4.0 |
zappity zap
0 lines of code changed in:
Remove the -ref construct from attributes.
4 lines of code changed in:
Add in the first cut of a jarlib-manifest task that generates the manifest according to the Optional Package spec with dependencies included as included in fileset.
2 lines of code changed in:
* Fixed a bunch of checkstyle violations (mostly
javadoc)
* Added basic javadoc target to build.
8 lines of code changed in:
final static --> static final to follow JLS recomendations
3 lines of code changed in:
Converted remaining xdoclet tags from
ant:* --> ant.*
2 lines of code changed in:
Configurer now ignore methods that take an array type as their parameter.
7 lines of code changed in:
Configurer changes:
* Handle the case where a class has both a setFoo() and addFoo() method.
* Ignore addContent( String ) if there is a non-String addContent() method.
* Ignore add( String ) if there is a non-String add() method.
* Added test cases for these.
145 lines of code changed in:
Ran IDEAs new audit features across codebase to pick up a few anomalies
2 lines of code changed in:
TypeManager changes:
* Reverted TypeManager to reference roles by name, rather than type.
* DefaultTypeManager now uses the RoleManager to determine a role's type, to
use for doing instanceof checks.
* DefaultMasterConverter, InstantiatingServiceManager, and VfsManager no
longer look up a TypeFactory in their service() method.
* Added ROLE field to several interfaces.
3 lines of code changed in:
Add some extra methods to configurer interface that allows you to pass in the class/interface to use during configuring process. This makes it dead simple to support facades
111 lines of code changed in:
Configurer.configure -->
Configurer.configureElement + Configurer.configureAttribute
6 lines of code changed in:
Refactored core so that adders and setters are again separated for elements and attributes respectively.
140 lines of code changed in:
No need for separation between ConfigurationState and DefaultConfigurationState at this stage so push it all into one class
5 lines of code changed in:
No need for separation between ConfigurationState and DefaultConfigurationState at this stage so push it all into one class
0 lines of code changed in:
Continued the removal of creator cruft
11 lines of code changed in:
Remove support for creators
12 lines of code changed in:
Merge Context back into TaskContext
24 lines of code changed in:
restyle via IDEA
5 lines of code changed in:
* Reorganised build to use new <antlib-descriptor> task.
* The "builtin" and "selftest" descriptors are now generated.
* Fixed ant-descriptor.template to handle @ant:type tag properly.
Submitted by Darrell DeBoer [darrell@apache.org]
2 lines of code changed in:
(49 more)