Skip to content
Snippets Groups Projects

Added correct hash creation in reuse (+ update detection)

Merged Sebastian Bergemann requested to merge 4149 into master
3 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -62,6 +62,8 @@ import org.fortiss.tooling.kernel.model.INamedElement;
/**
* Utility methods for {@link ReuseLibrary}s and related reuse elements and
* actions.
*
* FIXME (AB): Decompose. Maybe the UUID stuff could be moved to a new class ReuseIDUtils or similar?
*
* @author bergemann
*/
@@ -292,7 +294,7 @@ public class ReuseLibraryUtils {
/**
* Returns the UUID of the given reuse element that is stored in the
* {@link ReuseElementSpec} which is connected to the given
* {@link ReuseLibrary}. If such a {@link ReuseElementSpec} odes not exist, an
* {@link ReuseLibrary}. If such a {@link ReuseElementSpec} does not exist, an
* empty {@link String} will be returned.
*
* @param element The target reuse element
Loading