Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Unique Id generation Proposal

Hi,

The currently generated Id are IMHO not 100% ideal. My proposal would be to use $EClassname-$UUID. I also prefer Java-UUID but that probably just me.

This would lead to IDs like this:
---------------------------------
Command-02c17d89-c09d-44f0-b5a0-ebcda0126ace
Handler-29868ca-ceaf-4ba9-a989-6e54ea27ed12

Or if we stick to Ecore-UUIDs:
------------------------------
Command-_SeXUAe8EEd6FC9cDb6iV7g
Handler-_SeXUE-8EEd6FC9cDb6iV7g

Tom


Back to the top