Mehrfache gleiche Ergebnis #275
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#275
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?
import java.util.Stack;
import java.util.Vector;
class OverloadingMain {
}
mit
Compiled from "O1.java"
public class O1 {
public O1();
public java.util.Stack mm(java.util.Stack);
public java.util.Vector mm(java.util.Vector);
}
liefert
[[(TPH FIR, TPH FIP), (TPH M = java.util.Stack), (TPH K = java.util.Stack), (TPH L = java.util.Stack), (TPH FIQ, TPH FIP)],
[(TPH FIU, TPH FIT), (TPH K = java.util.Vector), (TPH FIS, TPH FIT), (TPH M = java.util.Vector), (TPH L = java.util.Vector)],
[(TPH M = java.util.Vector), (TPH FIX, TPH FIW), (TPH FIV, TPH FIW), (TPH K = java.util.Vector), (TPH L = java.util.Vector)]]
Das eine Vector-Ergnis ist zuviel