Bug #25988
Useless proxies are built for some classes
| Status: | New | Start date: | 2011-04-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Object | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | FLOW3 1.0.0 | ||
| Votes: | 0 |
Description
Consider the proxies for the Package classes, they contain no code except for some checks on constructor arguments. In fact, they are only built at all because of that checking code.
The attached patch fixes this, but can probably be optimized (do we ever need the check)?
History
Updated by Karsten Dambekalns about 2 years ago
Updated by Karsten Dambekalns over 1 year ago
- FLOW3 version affected set to FLOW3 1.0.0