Issue Details (XML | Word | Printable)

Key: JDO-325
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Craig Russell
Reporter: Craig Russell
Votes: 0
Watchers: 0
Operations

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

FetchPlan.getGroups is defined to return Collection. It is defined to return Set in the specification.

Created: 02/Mar/06 07:32 AM   Updated: 03/Mar/06 02:29 AM
Return to search
Component/s: api2
Affects Version/s: JDO 2 rc1
Fix Version/s: JDO 2 final

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works fetchplan.patch 2006-03-02 07:35 AM Craig Russell 0.6 kB

Resolution Date: 03/Mar/06 02:29 AM


 Description  « Hide
FetchPlan.getGroups is defined to return Collection. It is defined to return Set in the specification.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig Russell added a comment - 02/Mar/06 07:34 AM
Please review this patch (and let me know when JPOX is ready for it).

Andy Jefferson added a comment - 03/Mar/06 02:12 AM
JPOX CVS now expects Set to be returned.

Craig Russell added a comment - 03/Mar/06 02:29 AM
svn commit -m "JDO-325 Change return type of FetchPlan.getGroups() to Set" src/java/javax/jdo/FetchPlan.java
Sending src/java/javax/jdo/FetchPlan.java
Transmitting file data .
Committed revision 382455.