-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debt/met 5132 dates normalization cleanup part 4 #622
Debt/met 5132 dates normalization cleanup part 4 #622
Conversation
…nd adapt edtf builder
…e class reusing already existent code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look on the suggestions and the case of multilingual support seems is not working.
metis-normalization/src/main/java/eu/europeana/normalization/dates/edtf/DateQualification.java
Outdated
Show resolved
Hide resolved
...ormalization/src/main/java/eu/europeana/normalization/dates/edtf/InstantEdtfDateBuilder.java
Outdated
Show resolved
Hide resolved
...ormalization/src/main/java/eu/europeana/normalization/dates/edtf/InstantEdtfDateBuilder.java
Outdated
Show resolved
Hide resolved
...ormalization/src/main/java/eu/europeana/normalization/dates/edtf/InstantEdtfDateBuilder.java
Outdated
Show resolved
Hide resolved
...ormalization/src/main/java/eu/europeana/normalization/dates/edtf/InstantEdtfDateBuilder.java
Outdated
Show resolved
Hide resolved
.../java/eu/europeana/normalization/dates/extraction/extractors/MonthNameDateExtractorTest.java
Outdated
Show resolved
Hide resolved
...ain/java/eu/europeana/normalization/dates/extraction/extractors/DcmiPeriodDateExtractor.java
Outdated
Show resolved
Hide resolved
...ain/java/eu/europeana/normalization/dates/extraction/extractors/DcmiPeriodDateExtractor.java
Outdated
Show resolved
Hide resolved
...ain/java/eu/europeana/normalization/dates/extraction/extractors/DcmiPeriodDateExtractor.java
Outdated
Show resolved
Hide resolved
.../src/main/java/eu/europeana/normalization/dates/extraction/extractors/EdtfDateExtractor.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion for all varaibles with name flexibleDateBuild
rename to the proper meaning
allowDayMonthSwap
or allowStartEndSwap
where it corresponds.
.../src/main/java/eu/europeana/normalization/dates/extraction/extractors/BcAdDateExtractor.java
Show resolved
Hide resolved
...va/eu/europeana/normalization/dates/extraction/extractors/LongNegativeYearDateExtractor.java
Outdated
Show resolved
Hide resolved
...n/java/eu/europeana/normalization/dates/extraction/extractors/NumericPartsDateExtractor.java
Outdated
Show resolved
Hide resolved
.../java/eu/europeana/normalization/dates/extraction/extractors/MonthNameDateExtractorTest.java
Show resolved
Hide resolved
.../europeana/normalization/dates/extraction/extractors/LongNegativeYearRangeDateExtractor.java
Outdated
Show resolved
Hide resolved
I've renamed it wherever I think was reasonable. |
* MET-5132: Update naming of numeric spaces variant * MET-5132: Prepare first sample of tests * MET-5132: More tests * MET-5132: Restructure with enum MontNameDateExtractor * MET-5132: Reusable DatePartsIndices * MET-5132: Cleanup * MET-5132: Add spaces clean and trim * MET-5132: Cleanup * MET-5132: First split the range part * MET-5132: Refactor PatternBcAdDateExtractor with tests * MET-5132: PatternBcAdRangeDateExtractor cleanup * MET-5132: Reuse range code for dates * MET-5132: Reuse range code for BriefRangeDateExtractor * MET-5132: Simplify hierarchy for ranges * MET-5132: Add sample tests for PatternLongNegativeYearDateExtractor and adapt edtf builder * MET-5132: Refactor LongNegativeYearDateExtractor with a separate range class reusing already existent code * MET-5132: Split century extraction to numeric, roman, roman range reusing code * MET-5132: Centralize sanitization operation for all extractors. * MET-5132: Add tests for generic properties * MET-5132: Reuse test code * MET-5132: Repackage * MET-5132: Split EdtfDateExtractor to handle ranges separately with code reuse * MET-5132: Centralize date qualification overwriting * MET-5132: Simplify date qualification overwriting * MET-5132: Update code after answers from rnd * MET-5132: Cleanup * MET-5132: PatternFormattedFullDateDateExtractor cleanup * MET-5132: Add millisecond support * MET-5132: Process review * MET-5132: Process review 2
No description provided.