aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-26Adds `$B` as an optional newline if a line will exceed 100 chars (#598)Ron Shapiro
2018-01-21Updated various versions of 3rd-party libraries and tools (#602)Christian Stein
2017-08-13Include annotations when emitting type variables. (#574)Jake Wharton
2017-07-01Switch from StringWriter to StringBuilder. (#568)Jake Wharton
2017-06-23addStatement(CodeBlock) overloads for CodeBlock and MethodSpec (#567)Ron Shapiro
2017-05-23Fix ClassName regression for class names starting with a $ (#562)Phil Glass
2017-05-13Support anonymous inner classes in ClassName#get (#526)Kay Roepke
2017-05-13Fix conflicts with types with same name as type being declared (#559)Thomas Broyer
2017-05-12Add convenience anonymousClassBuilder(CodeBlock) (#560)Zac Sweers
2017-03-21Verify that null is not passed as vararg parameter (#551)Ash Davies
2017-03-15Adds messaging to NPEs thrown in MethodSpec.methodBuilder() and MethodSpec.ad...Barry Carroll
2017-02-01test: assert that TypeName are not null (#544)Benjamin DANGLOT
2017-01-21Fix division by zero in CodeBlock arg formatting (#542)John Draper
2017-01-18There is a missing symbol "?" in [$T for Types] - [Import static] (#537)张旭童
2016-11-14Merge pull request #530 from cconroy/methodspec-namedJesse Wilson
2016-11-10Add MethodSpec.Builder addNamedCode convenience methodChris Conroy
2016-11-10Only send the relevant characters into the matcherChris Conroy
2016-11-09Rollback support for retaining parameter annotations.jwilson
2016-11-09Fix imports of nested types.jwilson
2016-11-09Implement line wrapping.jwilson
2016-11-09Add support for named arguments to CodeBlockChris Conroy
2016-11-08Disallow nulls in TypeSpec#addSuperinterfacesBen Bader
2016-11-08Always write UTF-8.jwilson
2016-11-08Make MethodSpec.overriding include parameter annotations.Derek Perez
2016-10-28Guard for null in TypeSpec.Builder#addSuperinterface(TypeName)Ben Bader
2016-10-27Fix indentation directives in CodeBlock javadocRon Shapiro
2016-09-26`addJavadoc(CodeBlock)` overloads for TypeSpec, MethodSpec, and FieldSpecRon Shapiro
2016-09-02Check kind state when adding super class. Christian Stein
2016-08-06Change MethodSpec.overriding to not copy annotations.Gregory Kick
2016-08-06Merge pull request #472 from buckbaskin/masterJesse Wilson
2016-08-04ClassName.getReflectionName() added. #485Christian Stein
2016-07-24Remove DEFAULT modifier from overridden method. #480Christian Stein
2016-06-13Add convenience method builder.addCommentBuck Baskin
2016-06-07Removed the unnecessary commentsChris Reynolds
2016-06-07Fixed the name clash when implementing/extending classes of the same nameChris Reynolds
2016-05-29Allow fields in annotationsBen Bader
2016-05-06allow TypeName subclasses in withBounds() input listRoger Caplan
2016-04-23Avoid using raw types for SomeGeneric<T>.Innermarcosb
2016-03-24optimize TypeName#toString() with cacheFUJI Goro (gfx)
2016-03-24specialize CodeWriter#emit(String) for optimizationFUJI Goro (gfx)
2016-03-22TypeName.isBoxedPrimitive().jwilson
2016-03-21Fix string literal and backslashes.Xudong Yang
2016-03-19Merge pull request #441 from sormuras/typevar_withboundsJesse Wilson
2016-03-18Annotation methods to be public, abstract and nothing elseSkelehog
2016-03-17TypeVariableName.withBounds added.Christian Stein
2016-03-13Ignore duplicate exceptions in MethodSpec.BuilderRon Shapiro
2016-03-13Merge pull request #430 from ronshapiro/typename_get_errortypeJesse Wilson
2016-03-03Added tests for https://github.com/square/javapoet/issues/431Christian Stein
2016-02-23Treat ErrorType like a regular DeclaredType in TypeName.get()Ron Shapiro
2016-02-16Merge pull request #429 from sormuras/better_importJesse Wilson