src/main/java/org/apache/jackrabbit/ocm/mapper/impl/annotation/AnnotationDescriptorReader.java (3 lines): - line 112: // TODO : Can we still support the extend param in the annotation @Node if we are using - line 134: // TODO : Can we still support the annotation @Implement if we are using - line 284: //TODO : change this condition. No sure if it will be all the time true. src/main/java/org/apache/jackrabbit/ocm/manager/collectionconverter/impl/NTCollectionConverterImpl.java (1 line): - line 299: //FIXME: for doIsNull(..) only need to know if there are attributes or childnodes, queryResult.getNodes().getSize() delivers -1 src/main/java/org/apache/jackrabbit/ocm/manager/objectconverter/impl/ObjectConverterImpl.java (1 line): - line 745: // TODO: find another for managing custom ManageableObjects classes src/main/java/org/apache/jackrabbit/ocm/reflection/ReflectionUtils.java (1 line): - line 49: // TODO : inject this map when the object content manager is initialized src/main/java/org/apache/jackrabbit/ocm/mapper/impl/AbstractMapperImpl.java (1 line): - line 45: * TODO : Add more reference tests. For exemple, the mapper has to check if the class used for the elements src/main/java/org/apache/jackrabbit/ocm/mapper/impl/annotation/Node.java (1 line): - line 47: // TODO : try to drop it from the mapping strategy. it should be hidden in the persistence manager impl. src/main/java/org/apache/jackrabbit/ocm/nodemanagement/impl/NodeTypeManagerImpl.java (1 line): - line 120: //TODO combine the mixins here as well as supertypes