aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/squareup
AgeCommit message (Expand)Author
2020-01-13Remove parameter annotations in MethodSpec.overridingEgor Andreevici
2020-01-06Test for JavaFile.writeToPathEgor Andreevici
2020-01-06Add alwaysQualify() API to avoid collisions with known colliding types (#734)Zac Sweers
2020-01-04added convenience overloads for code blocks in control flow (#752)Florian Enner
2020-01-02Hardcoded line separator bug (#684)Vlad Topala
2020-01-01Copy originating elements in toBuilder() as well (#750)Zac Sweers
2020-01-01Ensure trailing newlines in javadocs and method bodies (#732)Zac Sweers
2020-01-01Mutable builder list fields (#650)Zac Sweers
2019-12-22Fix broken mergeEgor Andreevici
2019-12-21Add checks to ParameterSpec with VariableElement + copy over annotations (#681)Shaishav Gandhi
2019-08-10Add CodeBlock.Builder#clear() methodZac Sweers
2019-02-04Allow setting method name on MethodSpec.Builder (#702)Shaishav Gandhi
2018-11-11Public getter for canonical name of ClassName (#687)Daniil Popov
2018-10-03Add Javadoc to ParameterSpec (#676)Shaishav Gandhi
2018-10-03Check parameter Modifiers (#678)Shaishav Gandhi
2018-08-21Merge pull request #669 from danglotb/improve-name-allocator-testJesse Wilson
2018-08-21Merge pull request #668 from danglotb/improve-test-on-parameter-specJesse Wilson
2018-08-21Merge pull request #667 from danglotb/improve-test-on-field-specJesse Wilson
2018-08-21Qualify types masked by type variables (#657)Ron Shapiro
2018-08-20test: improve test by checking the toString() of FieldSpec implementationdanglotb
2018-08-20test: improve test by checking the toString() of ParameterSpec implementationdanglotb
2018-08-20test: specify more toJavaIdentifierdanglotb
2018-05-16Fix TypeName.get() on top-level error types (#646)Ron Shapiro
2018-04-28Avoid TypeElement.getKind() in ClassName.get().Jesse Wilson
2018-04-28Tighten up the code that handles emitting type annotations.Jesse Wilson
2018-04-23Merge pull request #627 from NightlyNexus/eric.nomockitoJake Wharton
2018-03-12Fail fast with null AnnotationSpec on type.Eric Cochran
2018-03-10Add tests for Java 8 TYPE_USE annotations on arrays (#614). (#618)Roberto Lublinerman
2018-03-04Add another test for direct generics usage.Eric Cochran
2018-03-04Use contextual type parameters for throws types. (#625)Eric Cochran
2018-03-04Disable overriding methods in final classes. (#626)Eric Cochran
2018-03-03Update the codebase now that we require Java 8 (#617)Thomas Broyer
2018-02-23Require valid annotation member names. (#620)Eric Cochran
2018-01-28Fix "Do not submit" from https://github.com/square/javapoet/pull/598 😬😬...Ron Shapiro
2018-01-26Use $Z in method parameter lists. (#605)Jesse Wilson
2018-01-26Fix search of annotated type parameters in importszhurs
2018-01-26Add isEmpty to CodeBlock.Builder. (#596)Jake Wharton
2018-01-26Implement CodeBlock.join() and CodeBlock.joining() (#599)Ron Shapiro
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-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