• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 1921

Show
Ignore:
Timestamp:
11/07/07 11:25:05 (13 months ago)
Author:
jmoore
Message:

#735 Fixed "not-null property" ValidationException from IPojos.findContainerHierarchies

Location:
trunk/components/server
Files:
1 added
1 modified

  • src/ome/tools/HierarchyTransformations.java (modified) (3 diffs)
  • test/ome/server/itests/query/pojos/FindContainersQueryTest.java (added)

Legend:

Unmodified
Added
Removed
  • trunk/components/server/src/ome/tools/HierarchyTransformations.java

    r1167 r1921  
    1414import java.util.Set; 
    1515 
    16 // Third-party libraries 
    17  
    18 // Application-internal dependencies 
    1916import ome.model.IObject; 
    2017import ome.model.containers.Category; 
    2118import ome.model.containers.CategoryGroup; 
    2219import ome.model.containers.Dataset; 
     20import ome.model.containers.Project; 
    2321import ome.model.core.Image; 
    24 import ome.model.containers.Project; 
    2522import ome.util.CBlock; 
    2623 
    … …  
    4239        while (i.hasNext()) { 
    4340            Image img = (Image) block.call(i.next()); 
     41            block.call(img.getDefaultPixels()); // ticket:735 
    4442 
    4543            // Copy needed to prevent ConcurrentModificationExceptions 
    … …  
    9391        while (i.hasNext()) { 
    9492            Image img = (Image) block.call(i.next()); 
     93            block.call(img.getDefaultPixels()); // ticket:735 
    9594 
    9695            // Copy needed to prevent ConcurrentModificationExceptions 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/