You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
Generics are an important part of the development in Java and is of the same importance during analysis with jQAssistant, e.g. only when knowing to what type a Collection is typed, an analysis brings senseful results.
For that, the jQAssistant Java scanner needs to be extended to support generics.
Since the resulting graph model is not trivial, I attached the discussed proposal as:
graph model as png (graphml is in the zip)
a file with examples which should cover all relevant use cases of generics usages (deeper nested generics would also work)
Feature Description
Generics are an important part of the development in Java and is of the same importance during analysis with jQAssistant, e.g. only when knowing to what type a Collection is typed, an analysis brings senseful results.
For that, the jQAssistant Java scanner needs to be extended to support generics.
Since the resulting graph model is not trivial, I attached the discussed proposal as:
example.txt
Generics.zip