Issue Details (XML | Word | Printable)

Key: CHAIN-1
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Sergio Moretto
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Chain

[chain] Code fragment incorrect

Created: 12/Dec/04 07:36 PM   Updated: 02/Jan/08 07:01 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1

Time Tracking:
Not Specified

Environment:
Operating System: All
Platform: All

Bugzilla Id: 32655


 Description  « Hide
Code fragment from 'cookbook' is incorrect:

in 'ProfileCheck' class the method 'newProfile' should return 'Profile' not a
boolean.

public boolean newProfile(Context context) { return new Profile(); }

should be:

public Profile newProfile(Context context) { return new Profile(); }



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Henri Yandell made changes - 16/May/06 09:49 AM
Field Original Value New Value
issue.field.bugzillaimportkey 32655 12341940
Henri Yandell made changes - 16/May/06 11:10 AM
Assignee Jakarta Commons Developers Mailing List [ commons-dev@jakarta.apache.org ]
Affects Version/s unspecified [ 12311647 ]
Key COM-1788 CHAIN-1
Component/s Chain [ 12311103 ]
Project Commons [ 12310458 ] Commons Chain [ 12310462 ]
Henri Yandell made changes - 17/Feb/07 09:19 AM
Fix Version/s 1.1 [ 12311930 ]
Henri Yandell made changes - 02/Jan/08 07:01 AM
Status Resolved [ 5 ] Closed [ 6 ]