ls1intum/Themis

`Programming Exercise`: Show static code analysis- and submission policy-related automatic feedbacks properly

terlan98 opened this issue · 0 comments

Currently, we use the testCase.testName, text and detailText properties of automatic feedbacks to show them on the correction sidebar. However, we do not have any logic for handling automatic feedback related to SCA or submission policy issues. Such feedbacks contain prefixes in their text field defined in Feedback.java:
Screenshot 2023-09-26 at 19 16 03
We should check for these prefixes and handle them.

This is how the automatic feedbacks with test cases currently look:
Screenshot 2023-09-26 at 19 12 37

This issue was reported by @Strohgelaender