Skip to content

Instantly share code, notes, and snippets.

@VinceAxe
VinceAxe / Show duplication.ajs
Last active January 14, 2021 13:57
#jArchi script to report all duplication in a model
/*
* Check the name of all concept and shows only if found more than once
*/
var debug = true;
debug ? console.show():true;
debug ? console.clear():true;
console.log("Show all duplications:");