TestLocalVarLambda #74

Closed
opened 2021-02-25 18:58:16 +00:00 by pl · 1 comment
Owner

Created attachment 17
Das erwartete Ergebnis

fogg.allConstraints: [SY < N, DIU < SY, O < DIU]
fogg.posOfTPHs: {DIU=[PairTphMethod[METHOD,TPH Nm(TPH O)]], SY=[PairTphMethod[METHOD,TPH Nm(TPH O)]], N=[PairTphMethod[METHOD,TPH Nm(TPH O)]], O=[PairTphMethod[METHOD,TPH Nm(TPH O)]]}
fogg.classConstraints: []
fogg.methodConstraintsWithPosition:
{TPH Nm(TPH O)=[SY < N, DIU < SY, O < DIU, N < java/lang/Object]}

Created attachment 17 Das erwartete Ergebnis fogg.allConstraints: [SY < N, DIU < SY, O < DIU] fogg.posOfTPHs: {DIU=[PairTphMethod[METHOD,TPH Nm(TPH O)]], SY=[PairTphMethod[METHOD,TPH Nm(TPH O)]], N=[PairTphMethod[METHOD,TPH Nm(TPH O)]], O=[PairTphMethod[METHOD,TPH Nm(TPH O)]]} fogg.classConstraints: [] fogg.methodConstraintsWithPosition: {TPH Nm(TPH O)=[SY < N, DIU < SY, O < DIU, N < java/lang/Object]}
Author
Owner

Hier besteht das Problem, dass Problem, dass

P =. Fun1$$<ALU,ALV>
U =. Fun1$$<Q,SY>
U <. P
Q =. R
R =. SY
in den ursprünglichen Constraints enthalten ist. Zwischen durch werden folgende Constraints hinzugefügt:

SY < ALV
ALU < SY

Diese fehler in filteredConstraints in MethodAndTPH

Müsste in visit(Method method) in TPHExtractor gesetzt werden.

Hier besteht das Problem, dass Problem, dass P =. Fun1$$<ALU,ALV> U =. Fun1$$<Q,SY> U <. P Q =. R R =. SY in den ursprünglichen Constraints enthalten ist. Zwischen durch werden folgende Constraints hinzugefügt: SY < ALV ALU < SY Diese fehler in filteredConstraints in MethodAndTPH Müsste in visit(Method method) in TPHExtractor gesetzt werden.
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#74
No description provided.