Issue Details (XML | Word | Printable)

Key: GDS-125
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: William Draï
Reporter: Jan te Beest
Votes: 0
Watchers: 0
Operations

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

tide.seam.Context expects type Seam in constructor, which is not necessary

Created: 21/Jun/08 10:32 PM   Updated: 26/Jun/08 10:43 AM   Resolved: 26/Jun/08 10:43 AM
Component/s: Tide
Affects Version/s: 1.1.0_RC2
Fix Version/s: 1.1.0_RC3


 Description  « Hide
org.granite.tide.seam.Context expects variable of type org.granite.tide.seam.Seam in constructor
This is in my opinion really not necessary, as it is directly passed to super, which expects a variable of type org.granite.tide.Tide.

When overriding Seam (extending Tide) (I think I'm not the only one doing this), this is annoying as you'd have to extend Context as well, to accept the overridden Seam object.

Sort Order: Ascending order - Click to sort in descending order
William Draï added a comment - 23/Jun/08 07:04 PM
I don't see any problem with this. It will be changed for RC3.

Just by curiosity, can you give your use case of extending the Seam object to see if there would be a need for a better extensibility mechanism.