#11 closed defect (fixed)
Migration: AnnotationTransfer InvalidDataException not caught
Reported by: | Gregory Vincic | Owned by: | Gregory Vincic |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0 RC1 |
Component: | migrate | Version: | alpha5 |
Keywords: | Annotation InvalidDataException | Cc: |
Description
The setValue methods on lines 143 through 156 in AnnotationTransfer.java generate InvalidDataException. Annotations having invalid data should not be migrated.
Note:
See TracTickets
for help on using tickets.
Fixed. There is a problem concerning that Base 1 allows annotations even though they do not match the enumerated values. This is not allowed in Base 2 and they are therefore discarded.