aboutsummaryrefslogtreecommitdiff
path: root/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-model/com_github_javaparser_symbolsolver_model_typesystem_PrimitiveType.txt
blob: 723b5f5d0aaf60ed2f70738c043e50d53be6a0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  Line 32) Byte.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 32) ImmutableList.of() ==> com.google.common.collect.ImmutableList.of()
  Line 33) Short.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 33) ImmutableList.of(BYTE) ==> com.google.common.collect.ImmutableList.of(E)
  Line 34) Character.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 34) ImmutableList.of() ==> com.google.common.collect.ImmutableList.of()
  Line 35) Integer.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 35) ImmutableList.of(BYTE, SHORT, CHAR) ==> com.google.common.collect.ImmutableList.of(E, E, E)
  Line 36) Long.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 36) ImmutableList.of(BYTE, SHORT, INT, CHAR) ==> com.google.common.collect.ImmutableList.of(E, E, E, E)
  Line 37) Boolean.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 37) ImmutableList.of() ==> com.google.common.collect.ImmutableList.of()
  Line 38) Float.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 38) ImmutableList.of(LONG, INT, SHORT, BYTE, CHAR) ==> com.google.common.collect.ImmutableList.of(E, E, E, E, E)
  Line 39) Double.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
  Line 39) ImmutableList.of(FLOAT, LONG, INT, SHORT, BYTE, CHAR) ==> com.google.common.collect.ImmutableList.of(E, E, E, E, E, E)
  Line 40) ImmutableList.of(INT, BOOLEAN, LONG, CHAR, FLOAT, DOUBLE, SHORT, BYTE) ==> com.google.common.collect.ImmutableList.of(E, E, E, E, E, E, E, E)
  Line 57) name.toLowerCase() ==> java.lang.String.toLowerCase()
  Line 59) ptu.describe().equals(name) ==> java.lang.String.equals(java.lang.Object)
  Line 59) ptu.describe() ==> com.github.javaparser.symbolsolver.model.typesystem.PrimitiveType.describe()
  Line 104) other.isPrimitive() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isPrimitive()
  Line 105) promotionTypes.contains(other) ==> java.util.List.contains(java.lang.Object)
  Line 106) other.isReferenceType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isReferenceType()
  Line 107) other.asReferenceType().getQualifiedName().equals(boxTypeQName) ==> java.lang.String.equals(java.lang.Object)
  Line 107) other.asReferenceType().getQualifiedName() ==> com.github.javaparser.symbolsolver.model.typesystem.ReferenceType.getQualifiedName()
  Line 107) other.asReferenceType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.asReferenceType()
  Line 111) other.asReferenceType().getQualifiedName().equals(promotion.boxTypeQName) ==> java.lang.String.equals(java.lang.Object)
  Line 111) other.asReferenceType().getQualifiedName() ==> com.github.javaparser.symbolsolver.model.typesystem.ReferenceType.getQualifiedName()
  Line 111) other.asReferenceType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.asReferenceType()
  Line 116) other.isConstraint() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.isConstraint()
  Line 117) this.isAssignableBy(other.asConstraintType().getBound()) ==> com.github.javaparser.symbolsolver.model.typesystem.PrimitiveType.isAssignableBy(com.github.javaparser.symbolsolver.model.typesystem.Type)
  Line 117) other.asConstraintType().getBound() ==> com.github.javaparser.symbolsolver.model.typesystem.LambdaConstraintType.getBound()
  Line 117) other.asConstraintType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.asConstraintType()