The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
@todo | 0 | @todo |
TODO | 8 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 8
org.starobjects.jpa.runtime.persistence.maps.JpaAdapterManager | Line |
---|---|
can't do much here; should we throw an exception instead? | 124 |
org.starobjects.jpa.runtime.persistence.maps.JpaPojoAdapterMap | Line |
is this needed - no longer referenced by JpaAdapterManager and the tests still pass? Perhaps the tests aren't providing enough coverage? <p> Implementation of {@link PojoAdapterMap} that does not interact with the pojo or adapter at all (not even by calling {@link Object#hashCode() hashCode()}. <p> Although somewhat inefficient (the implementation just maintains two {@link ArrayList}s of pojos and adapters), this is required for Hibernate because a call to {@link Object#hashCode() hashCode()} will trigger a resolve of a collection. Note also: it would be slightly more efficient to use {@link LinkedList}s, but {@link ArrayList}s are easier to work with when debugging. Note that fairly large initial size of {@value #INITIAL_SIZE} to reduce cost of adding objects (objects are removed much less frequently). | 16 |
org.starobjects.jpa.runtime.persistence.objectstore.command.JpaUpdateObjectCommand | Line |
need to update versions. | 35 |
org.starobjects.jpa.runtime.persistence.objectstore.hibspi.NakedCollectionInitializeEventListener | Line |
might need to move logic from LoadPostEventListener here instead? | 52 |
org.starobjects.jpa.runtime.persistence.objectstore.hibspi.ResolveStateUtil | Line |
what should we do here? throw exception? | 57 |
what should we do here? throw exception? | 60 |
org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenAddObjectToCollectionTest | Line |
should check the other entities are the object Bs??? | 80 |
org.starobjects.jpa.runtime.persistence.objectstore.update.oneToMany.GivenTransactionWhenRemoveObjectFromCollectionTest | Line |
should check the other entities are the object Bs??? | 80 |