Project

General

Profile

« Previous | Next » 

Revision 23b5e54e

Added by Andreas Kohlbecker over 6 years ago

PersistentContextAnalyzer bug fix regaring update

View differences:

src/main/java/eu/etaxonomy/cdm/debug/PersistentContextAnalyzer.java
89 89
     */
90 90
    private void update() {
91 91

  
92
        entityyMap.clear();
93
        entityPathList.clear();
94
        entityPathsMap.clear();
95
        copyEntitiyKeys.clear();
96
        objectsSeen.clear();
97

  
92 98
        String propertyPath = "";
99

  
93 100
        analyzeEntity(entity, propertyPath);
94 101
    }
95 102

  

Also available in: Unified diff