TestGGFinder #73

Closed
opened 2021-02-25 18:31:38 +00:00 by pl · 2 comments
Owner

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 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]}
Author
Owner

Created attachment 16
as jpg

Created attachment 16 as jpg
Author
Owner

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

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
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JavaTX/JavaCompilerCore#73
No description provided.