TestLocalVarLambda #74
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#74
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 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]}
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.