Opened 5 years ago

Closed 5 years ago

#1950 closed defect (fixed)

Do not rebuild the whole TypeRegistry when new type is created

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.8
Component: petascope Version: development
Keywords: Cc:
Complexity: Medium

Description

In petascope when a new type is created (when inserting new coverage), the TypeRegistry reinitializes from scratch: http://rasdaman.org/browser/applications/petascope/petascope_core/src/main/java/petascope/util/ras/TypeRegistry.java#L167

This seems unnecessary, as only the newly created types should be added to the cache.

Change History (1)

comment:1 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.