Andrii Kovalov
Andrii Kovalov
This ticket is about our own source code to ship it with the product.
From https://github.com/virtualsatellite/VirtualSatellite4-Core/pull/535#pullrequestreview-380315531 by @PhilMFischer
- Currently DVLM Validator extension point expects a sequence of validators which we never use and it doesn't make sense since we can (and do) specify every validator in a...
Trying to import a qudv file into an existing project throws the following exception. ``` java.lang.IllegalStateException: Cannot modify resource set without a write transaction at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:349) at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:303) at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:285)...
Since we operate on projects rather than on repositories in the server, it would make sense to rename classes like `RepoRegistry` and `ServerRepository` into `ProjectRegistry` , `ServerProject` and so on.

When I select multiple items and click delete, only one of them is deleted.