Andrii Kovalov

Results 10 issues of Andrii Kovalov

This ticket is about our own source code to ship it with the product.

comfort/usability

Should be done after #78

quality

From https://github.com/virtualsatellite/VirtualSatellite4-Core/pull/535#pullrequestreview-380315531 by @PhilMFischer

feature
Server

- 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...

question
quality
concept IDE

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)...

bug

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.

quality
Server

![image](https://user-images.githubusercontent.com/48556822/68395008-31fec800-016f-11ea-981f-8b4d5a246898.png)

feature
comfort/usability
ui

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

bug
ui