TestGGFinder #73
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#73
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?
Created attachment 15
Das erwartete Ergebnis
In Beispiel TestGGFinder liefert folgendes Ergebnis:
fogg.allConstraints: [P < AC, T < S, AC < Y, Z < P]
fogg.posOfTPHs: {P=[PairTphMethod[METHOD,TPH ACid(TPH P)]], AC=[PairTphMethod[METHOD,TPH ACid(TPH P)], PairTphMethod[METHOD,voidm(TPH YTPH Z)]], S=[PairTphMethod[FIELD,null]], T=[PairTphMethod[METHOD,TPH SsetA(TPH T)]], Y=[PairTphMethod[METHOD,voidm(TPH YTPH Z)]], Z=[PairTphMethod[METHOD,voidm(TPH YTPH Z)]]}
fogg.classConstraints: []
fogg.methodConstraintsWithPosition:
{TPH ACid(TPH P)=[P < AC, AC < Y, Y < java/lang/Object],
TPH SsetA(TPH T)=[T < S, S < java/lang/Object],
voidm(TPH YTPH Z)=[AC < Y, Z < P, P < AC, Y < java/lang/Object]}
Created attachment 16
as jpg
fogg.classConstraints: [S < java/lang/Object]
ok
fogg.methodConstraintsWithPosition:
{TPH ACid(TPH P)=[AC = AC, P < AC],
ok, AC < Object fehlt
TPH SsetA(TPH T)=[S = S, T < S, S = S],
ok
voidm(TPH YTPH Z)=[AC < Y, Z < P, AC = AC, P < AC]}
ok, Y < Objecxt fehlt