Actions
Bug #2770
closedLDAPConnectionProvider#foreach should have type Unit
Status:
Rejected
Priority:
4
Assignee:
-
Category:
Architecture - Internal libs
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The signature of LDAPConnectionProvider's foreach method is Box[Nothing], it should certainly be Unit.
def foreach(f: LDAPConnection => Unit) : Box[Nothing] ...
Updated by Jonathan CLARKE about 12 years ago
- Assignee deleted (
François ARMAND)
Updated by François ARMAND almost 12 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 18 to Rudder
- Category set to Architecture - Internal libs
Updated by François ARMAND about 8 years ago
- Status changed from New to Rejected
Having a ticket for that is not interesting.
Actions