DatasetVersion Method parse does not check whether version has correct format

Issue #53 new
Sarai Eilebrecht created an issue

In the class DataSetVersion (package de.iai.ilcd.model.common), the method parse should check whether the version has the correct format but does not completely check the format: It does not check whether the major and minor version consist of exactly two digits and it does not check whether the the subminor version consists of exactly three digits.

Example for versions with incorrect format but are "correctly" parsed:

Comments (1)

  1. Log in to comment