Is your feature request related to a problem? Please describe.
When a student has a non-public class but public methods / constructors, this error message gets displayed:
This can be confusing since not the access modifiers of the constructor are wrong, it's the access modifiers of the class.
Describe the solution you'd like
Distinguish which access was not possible and improve the error message
Is your feature request related to a problem? Please describe. When a student has a non-public class but public methods / constructors, this error message gets displayed:
This can be confusing since not the access modifiers of the constructor are wrong, it's the access modifiers of the class.
Describe the solution you'd like Distinguish which access was not possible and improve the error message
Ares-Version you are using E.g. 1.11.0