add
This commit is contained in:
parent
a9281a0db2
commit
59177e09ad
@ -103,8 +103,6 @@ public class JavaTXCompilerWildcards
|
|||||||
List<ResultSet> typeInference = typeInference();
|
List<ResultSet> typeInference = typeInference();
|
||||||
ResultSet resultSet = typeInference.get(0);
|
ResultSet resultSet = typeInference.get(0);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for (Map.Entry<File, SourceFile> e : sourceFiles.entrySet()) {
|
for (Map.Entry<File, SourceFile> e : sourceFiles.entrySet()) {
|
||||||
List<Map.Entry<? extends TypePlaceholder, ? extends RefTypeOrTPHOrWildcardOrGeneric>> list = tphMap.entrySet().stream().filter(d -> FindInAstVisitor.find(e.getValue(), d.getKey())).sorted( (c1, c2) -> Integer.compare(c1.getValue().getOffset().getStartIndex(),
|
List<Map.Entry<? extends TypePlaceholder, ? extends RefTypeOrTPHOrWildcardOrGeneric>> list = tphMap.entrySet().stream().filter(d -> FindInAstVisitor.find(e.getValue(), d.getKey())).sorted( (c1, c2) -> Integer.compare(c1.getValue().getOffset().getStartIndex(),
|
||||||
c2.getValue().getOffset().getStartIndex())).collect(Collectors.toList());
|
c2.getValue().getOffset().getStartIndex())).collect(Collectors.toList());
|
||||||
|
Loading…
Reference in New Issue
Block a user