Skip to content
Snippets Groups Projects
Commit f45a24c9 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

GREEN

refs 1940
parent 3300b019
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: D2C37404350902D231026FFF8AC5081E
* @ConQAT.Rating GREEN Hash: 5EC8C933CA964DDA4092FDF954A7DE88
*/
public class IdentifierUtils {
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2EABB6DDE6DA52B1A65A38BA51F283AD
* @ConQAT.Rating GREEN Hash: 7043206480716A4D94F8FF968AA13525
*/
public final class KernelModelElementUtils {
......
......@@ -35,7 +35,7 @@ import org.eclipse.emf.ecore.xml.type.AnyType;
* @author SVoss
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4D58A71FA715298ADA3B44A81ECA8C77
* @ConQAT.Rating GREEN Hash: 3928E0887F8874121A2E37C5CB49246C
*/
public class MigrationUtils {
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 6337A49BBFADF571F6AC2B5B1447965A
* @ConQAT.Rating GREEN Hash: 96CB692EF9A0A75F03B5E7A94DD151A1
*/
public class UniqueIDUtils {
......@@ -204,11 +204,10 @@ public class UniqueIDUtils {
}
/**
* verify whether there is missing id.
* if it is existing, return the max id. Otherwise return 0.
* Verify whether there are missing id.
*
* @param existingModel
* top level element
* a model element representing the scope in which the check is done
*/
public static boolean hasMissingIDs(EObject existingModel) {
for(Iterator<EObject> i = existingModel.eAllContents(); i.hasNext();) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment