| 958 | } |
| 959 | |
| 960 | bool BCLMeasure::missingRequiredFields() const { |
| 961 | bool missing = (uid().empty() || versionId().empty() || xmlChecksum().empty() || name().empty() || displayName().empty() || className().empty() |
| 962 | || description().empty() || modelerDescription().empty()); |
| 963 | return missing; |
| 964 | } |
| 965 | |
| 966 | bool BCLMeasure::checkForUpdatesFiles() { |
| 967 | bool result = false; |
no test coverage detected