Task #1963
Story #1906: Review, revise, and update architecture documentation
boolean -> Boolean
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Documentation
Target version:
Start date:
2011-11-01
Due date:
% Done:
0%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
MNAuthorization.isAuthorized(session, pid, action) → boolean
Since the Boolean type being returned is a un-named type and note a parameter name, should it be capitalized?
History
#1 Updated by Dave Vieglais about 13 years ago
- Status changed from New to Rejected
There's a difference between boolean (native type) and Boolean (serializable type). Method signatures need to be checked for consistency, but "boolean" response is generally expected.
#2 Updated by Dave Vieglais about 10 years ago
- Target version set to Maintenance Backlog