Sarp Sahinalp

Results 5 issues of Sarp Sahinalp

### Checklist #### General - [x] Language: I followed the [guidelines for inclusive, diversity-sensitive, and appreciative language](https://docs.artemis.cit.tum.de/dev/guidelines/language-guidelines/). - [x] I chose a title conforming to the [naming conventions for pull...

ready for review
server
small

### Describe the bug It seems like a really small issue, but while testing #7612, I realized that in the edit tab of the modeling exercise, the 'n' of the...

bug
user interface

### Checklist #### General - [ ] I tested **all** changes and their related features with **all** corresponding user types on a test server. - [ ] This is a...

tests
client

Improved the current AST functionality to allow instructors to exclude the Main method from AST checks. - Added a method, `excludeMain()`, to avoid AST checking of the Main method, as...

Added new JavaParser methods to create a method call graph and detect recursion via cycles in the graph - Added `UnknownRecursionAssert` with `hasRecursion()`, `hasNoRecursion()` methods - `MethodCallGraph` class representing the...