Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Add support for Generics #32

Closed
StephanPirnbaum opened this issue Feb 26, 2021 · 1 comment
Closed

Add support for Generics #32

StephanPirnbaum opened this issue Feb 26, 2021 · 1 comment
Assignees
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

@StephanPirnbaum
Copy link
Contributor

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:

  • 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)

model
example.txt
Generics.zip

@obfischer obfischer pinned this issue Feb 27, 2021
@DirkMahler DirkMahler added this to the 1.10.0 milestone Feb 28, 2021
DirkMahler added a commit that referenced this issue Jun 2, 2021
DirkMahler added a commit that referenced this issue Jun 2, 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 6, 2021
DirkMahler added a commit that referenced this issue Jun 7, 2021
@StephanPirnbaum
Copy link
Contributor Author

The relationship :HAS_BOUND should be named :HAS_UPPER_BOUND for type variables to be consistent with the data model

@obfischer obfischer added status:in progress A human being is working on this problem topic:documentation Changes or enhancements to the documentation are necessary for this issue labels Jun 15, 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
Projects
None yet
Development

No branches or pull requests

3 participants