Zuviele Elemente der transitiven Hülle in 3. Zeile hinzugefügt #72
Labels
No Label
Codegen
confirmed
duplicate
Eclipse-Plugin
Feature Request
generics
in progress
invalid
JavaCompilerCore
needs info
Parser
Trash
Type
Unify
won't fix
works for me
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JavaTX/JavaCompilerCore#72
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
public class TestTwoArgs {
a;
}
liefert
fogg.classConstraints: [N < AP, AP < Z, Z < P, P < Q, Q < AL, AL < Y, Y < AT, AT < AF, AF < java/lang/Object]
fogg.methodConstraintsWithPosition: {
TPH AL id(TPH P)=[],
TPH AT m(TPH YTPH Z)=[],
TPH AP setA(TPH T)=[T < N],
TPH AF main(TPH AG TPH AH)=[AH < T, AG < P,
T < N, //wird durch 3. Zeile hingefuegt
T < AP, T < Z, T < P, T < Q, T < AL, T < Y, T < AT, T < AF //sollte nicht hinzugefügt werden, weil AP < ... < AF zur transitiven Hüelle gehören. Diese sollten nicht dazu genommen werden.
]}
T < AP, T < Z, T < P, T < Q, T < AL, T < Y, T < AT, T < AF