aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java/com/google/auto/common/MoreTypes.java
AgeCommit message (Expand)Author
2020-01-10Add MoreTypes.isConversionFromObjectUnchecked. This method tells, for a given...emcmanus
2019-11-21Clarify the documentation of MoreTypes.nonObjectSuperclass.dpb
2019-11-13Optimize MoreTypes.nonObjectSuperclassbcorso
2019-10-14Fix 4 ErrorProneStyle findings:clshepherd
2019-08-23Replace FooVisitor6 and FooVisitor7 with FooVisitor8 throughout auto-common. ...emcmanus
2019-08-19Suppress warnings about TypeMirror.equals in some cases where we are calling ...bhagwani
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2019-03-08Stop using reflection now that we require javac8.ronshapiro
2019-02-13Fix javadoc referenceronshapiro
2018-11-28Fix indentationcushon
2018-03-21Document MoreTypes.equivalence().emcmanus
2017-04-20Fix a typo in MoreTypes that meant that, when comparing types, the containing...emcmanus
2017-03-06MoreTypes.asWildcard() should accept a type which isn't guaranteed to already...ronshapiro
2016-08-29Use named classes in MoreElements and MoreTypes to make clearer stack tracesronshapiro
2016-08-29Fix Java source files under third_party/java_src/auto so that they follow the...emcmanus
2016-08-29Fixed typommshi
2016-03-04Stop importing ImmutableSet.Builderronshapiro
2016-01-10Improve the logic of MoreTypes.equivalence() so that it no longer considers t...emcmanus
2015-02-23Some minor style fixes.cgruber
2015-02-02Add a method to MoreTypes that does the same operation as Types.asElement, bu...gak
2015-02-02Hack MoreTypes so that it handles equality of intersection types better on JD...emcmanus
2015-02-02Add MoreTypes.asMemberOf() to allow for easier construction of parameterized ...sameb
2015-01-21Stop relying on an unreleased method in GuavaChristian Edward Gruber
2015-01-21Add a nonObjectSuperclass method to MoreTypes that takes a DeclaredType andsameb
2015-01-21In the MoreTypes hack to support intersection types on Java 8 without mention...emcmanus
2015-01-21Fix MoreTypes equivalence for TypeVariables so that in Map<K, V>, K & V aren'tsameb
2015-01-21Work around an Eclipse bug where the upper bound of a type variable like <T e...emcmanus
2015-01-21Ensure that MoreTypes.equivalence() works in the presence of intersection-typ...emcmanus
2014-10-14Disable the MoreTypes.equal optimization of returning true when TypeMirror.eq...Éamonn McManus
2014-10-12Add an optimization to MoreTypes.equal that also avoids an infinite recursion...emcmanus
2014-09-16Fix the SuperficialValidator to properly handle unreasonable AnnotationValues...cgruber
2014-06-24In AutoValue, replace uses of Set<TypeMirror> with a custom TypeMirrorSet. Ty...Christian Edward Gruber
2014-06-18Copy MoreTypes from dagger to auto-common so that it can be used by auto-valu...Éamonn McManus