Details
Description
SiteMeshPageExtractor has only only constructors that either do not have TagRule[] and TextFilter[] at all or both at once. As result it is not possible for dependency injection to create an instance of the extractor with available TagRule instances if no TextFilter instances are available and the tag rules are silently ignored.
SiteMeshPageExtractor must also have constructors taking only one array type.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Description |
SiteMeshPageExtractor has only only constructors that either do not have TagRule[] and TextFilter[] at all or both at once. As result it is not possible for dependency injection to create an instance of the extractor with available TextRule instances if no TextFilter instances are available.
SiteMeshPageExtractor must also have constructors taking only one array type. |
SiteMeshPageExtractor has only only constructors that either do not have TagRule[] and TextFilter[] at all or both at once. As result it is not possible for dependency injection to create an instance of the extractor with available TagRule instances if no TextFilter instances are available and the tag rules are silently ignored.
SiteMeshPageExtractor must also have constructors taking only one array type. |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Fixed in trunk