
| Key: |
NUCJPA-76
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
Unassigned
|
| Reporter: |
Fernando Padilla
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
I was looking over the current code, and it looks like getReference is calling the findObject method with validate flags set to true, even though getReference's javadoc explicitly states that it does an un-validated get...
very minor bug/enhancement. :)
change:
return om.findObject(id, true, true, null);
to:
return om.findObject(id, false, false, null);
|
|
Description
|
I was looking over the current code, and it looks like getReference is calling the findObject method with validate flags set to true, even though getReference's javadoc explicitly states that it does an un-validated get...
very minor bug/enhancement. :)
change:
return om.findObject(id, true, true, null);
to:
return om.findObject(id, false, false, null);
|
Show » |
Sort Order:
|