aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-16Use util.UUID instead of rmi.UID.Christian Stein
2016-02-10Revive CodeBlock.of()Ron Shapiro
2016-02-10Add TypeSpec factories for when a ClassName already exists.Jake Wharton
2016-02-09Fix a bug where annotations broke import resolution.jwilson
2016-02-07Append annotations from multiple calls to TypeName#annotatedRon Shapiro
2016-02-06Allow TypeNames to be annotated twiceRon Shapiro
2016-01-22make TypeSpec.Kind enum publicRoger Caplan
2016-01-19Added support for initializer blocks; Bugfix in TypeSpec.toBuilder() for stat...Hannes Dorfmann
2016-01-17Merge pull request #405 from square/jwilson_0117_statics_failJake Wharton
2016-01-17Add a test to show a limitation of static imports.jwilson
2016-01-17Literal conversion clean up.Christian Stein
2016-01-11TypeName.equals() and .hashCode() now respect attached annotations.Christian Stein
2016-01-10Static import corner case tests and README/CHANGELOG updates.Christian Stein
2016-01-09Static import support added.Christian Stein
2016-01-08Escape special char values.Christian Stein
2016-01-08Added char/Character to AnnotationSpec.Builder.addValue logicChristian Stein
2016-01-08Private source file object used, instead of com.sun.tools.javac typesChristian Stein
2016-01-07Upgrade Maven Checkstyle Plugin to 2.17 using Checkstyle 6.11.2Christian Stein
2015-12-21Internal AnnotationSpec clean up.Christian Stein
2015-12-17TypeName#annotated clean up.Christian Stein
2015-12-14Overload for creating a one-off name without a tag.Jake Wharton
2015-12-09Too many indexed arguments does fail now.Christian Stein
2015-12-02Prevent import of types located in the default package. #369Christian Stein
2015-11-13Test to confirm nested annotation imports work.jwilson
2015-10-27Fix a bug when a nested class and sibling class have the same name.jwilson
2015-10-26StackOverflowError fixed in TypeName.get(Type)Christian Stein
2015-10-24Enhanced TypeName(s) with List<AnnotationSpec> #136Christian Stein
2015-10-23Revert "AnnotationTypeName added."jwilson
2015-10-22AnnotationTypeName added.Christian Stein
2015-10-16Change around how we handle null package names.jwilson
2015-10-16equals() and hashCode() implemented.Christian Stein
2015-10-14Enum::name() usage forced.Christian Stein
2015-10-12AnnotationSpec.get(Annotation) added.Christian Stein
2015-10-11Add clone() method on NameAllocatorJean-Baptiste Giraudeau
2015-10-07Added test for static methods in an interface.Christian Stein
2015-09-29Resolve-based import resolution.jwilson
2015-09-20Javadoc can't handle annotations in code samples.jwilson
2015-09-20Merge pull request #327 from square/jwilson_0920_avoid_get_packageJesse Wilson
2015-09-20Merge pull request #326 from square/jwilson_0920_enter_enter_and_exitJesse Wilson
2015-09-20Avoid Class.getPackage().jwilson
2015-09-20Revert "Avoid Class.getPackage()."jwilson
2015-09-20Avoid Class.getPackage().jwilson
2015-09-20Try to improve the errors on statement enter/exit matching.jwilson
2015-09-15Removed not need import statements.Christian Stein
2015-09-14Add logic to avoid infinite recursion in TypeName.get(TypeMirror) when the Ty...Éamonn McManus
2015-08-11Use a more qualified name for conflicting simple names in the same fileAuke Schrijnen
2015-08-05Removed unused import statements.Christian Stein
2015-08-03Squashed commit of the following:Jamie
2015-07-22NameAllocator.jwilson
2015-07-22Shorten parameter validation.jwilson