This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Add support for Generics #32
Labels
status:in progress
A human being is working on this problem
topic:documentation
Changes or enhancements to the documentation are necessary for this issue
Milestone
Comments
DirkMahler
added a commit
that referenced
this issue
Feb 28, 2021
DirkMahler
added a commit
that referenced
this issue
May 24, 2021
DirkMahler
added a commit
that referenced
this issue
May 27, 2021
DirkMahler
added a commit
that referenced
this issue
May 27, 2021
DirkMahler
added a commit
that referenced
this issue
May 27, 2021
DirkMahler
added a commit
that referenced
this issue
May 28, 2021
DirkMahler
added a commit
that referenced
this issue
May 29, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 4, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 4, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 4, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 4, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 5, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 7, 2021
The relationship |
DirkMahler
added a commit
that referenced
this issue
Jun 15, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 16, 2021
DirkMahler
added a commit
that referenced
this issue
Jun 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status:in progress
A human being is working on this problem
topic:documentation
Changes or enhancements to the documentation are necessary for this issue
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
The text was updated successfully, but these errors were encountered: