164879: Improve the error message "IRJH0050E No source was specified"
For RealTime C++ transformations it is allowed to have "Sources" defined to empty list. Although an error message "IRJH0050E No source was specified" was printed if "Sources" property was not specified for TC.
This problem has been fixed and this error message is not printed any more.
Also, the error message for missing top capsule has been improved and now you will get more concrete information:
UML to RealTime C++: Top capsule must be specified for this transformation (check "Properties" -> "Top capsule")
164694: Model Indexer Causes Workspace Deadlock
Customer reported that the problem has been fixed indirectly. Most likely there were some problems with fs where indices are resided.
164563: undo is unsynchronized with save
In the sprint 2017.22 we have fixed a couple of issues related to the undo/redo functionality of the code editor.
The only known issue is the behavior of the dirty mark for the code editor.
It will became dirty when you will start to edit it and will keep it until the save operation is executed.
You can create a new TR for this particular problem.
162768: Search functionality not working properly in Neon 10.1 version
159002: CQPAR00205941 MC Not helpful error message when command line path and map-file paths are specified in different ways
Using folders on different drives on Windows resulted in "ERROR : java.lang.IllegalArgumentException: 'other' has different root" exception in model compiler.
This problem has been fixed in 110.1 2017.22.
158716: CQPAR00205865 Model Compiler error message does not show full path to faulty file
If you have a folder ".tc" in your path, then model compiler mixed it with the name of the tc file and did not parse the whole path to TC. This resulted in wrong error messages not showing the full path to faulty file, or in problems finding the prerequisite in ".tc" folder.
This problem has been fixed in 10.1 2017.22.
130803: Transformation fails because of missing source
For RealTime C++ transformations it is allowed to have "Sources" defined to empty list. Although sometimes an error message "IRJH0050E No source was specified" was printed.
This problem has been fixed and this error message is not printed any more.