Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
public Foo(Bar) throws FooException
is better written as
Foo(Bar)
(same for methods)
Rationale is that only the name and parameter count towards identification.
The stringified output (accoding to the my long-held NoLogging beliefs) is not part of an API because its designed for human perusal not machine intervention/interpretation.
Activity
Paul Hammant
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Fix Version/s | 1.3 [ 11331 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Commited changes