I would like to create a constraint that looks for database calls made inside Java loops (while, for, lambda) and their related code sections. Mainly to optimize the performance of the application in question.
As of my observations, the graph model does not yet contain details about loops. Have I missed a detail? No: Is there any way to add the needed information? No: Can I fulfill my wish in another way?