summaryrefslogtreecommitdiffstats
path: root/testSrc/com
Commit message (Expand)AuthorAgeFilesLines
* Merge "Clean up of the REST Signature Inspection." into idea133Appu Goundan2014-05-081-48/+49
|\
| * Clean up of the REST Signature Inspection.Oluwatobi Bashir-Bello2014-05-031-48/+49
* | Fix for b/13874014 Android Studio: Methods annotated as @ApiMethod shouldn't ...Oluwatobi Bashir-Bello2014-04-282-3/+45
|/
* Move to code in com.google.gct.intellij.endpoints to com.google.gct.idea.appe...Oluwatobi Bashir-Bello2014-04-0717-25/+25
* Merge "API Method Name Inspection. Checks that all the API method name specfi...Appu Goundan2014-04-021-0/+90
|\
| * API Method Name Inspection. Checks that all the API method name specfied in @...Oluwatobi Bashir-Bello2014-04-011-0/+90
* | Ignore git-sync tests for nowAppu Goundan2014-04-011-0/+4
* | Refreshing Sample Templates - Add application component and set up syncing of...Oluwatobi Bashir-Bello2014-04-011-0/+214
|/
* Quick Fix for Constructor validation inspection.Oluwatobi Bashir-Bello2014-03-171-0/+55
* Update templates to java7, fix endpoint ownerDomainAppu Goundan2014-03-071-0/+39
* Merge "The method return type must be an entity type." into idea133Siva Velusamy2014-03-041-0/+36
|\
| * The method return type must be an entity type.Oluwatobi Bashir-Bello2014-03-041-0/+36
* | Merge "Check that there is only one entity (resource) parameter per method." ...Siva Velusamy2014-03-041-0/+16
|\ \
| * | Check that there is only one entity (resource) parameter per method.Oluwatobi Bashir-Bello2014-02-031-0/+16
* | | Merge "Quick fix for Full java name inspection. Adds "_1" to duplicate method...Siva Velusamy2014-03-041-0/+20
|\ \ \
| * | | Quick fix for Full java name inspection. Adds "_1" to duplicate method name.Oluwatobi Bashir-Bello2014-02-261-0/+20
* | | | Fix for Jenkins test failure #258 - leaked project.Oluwatobi Bashir-Bello2014-02-264-88/+38
* | | | Merge "Quick fix for Method name inspection." into idea133Siva Velusamy2014-02-121-0/+42
|\ \ \ \
| * | | | Quick fix for Method name inspection.Oluwatobi Bashir-Bello2014-02-121-0/+42
* | | | | Merge "Quick fix for Named Resource Inspection." into idea133Siva Velusamy2014-02-121-0/+80
|\ \ \ \ \
| * | | | | Quick fix for Named Resource Inspection.Oluwatobi Bashir-Bello2014-02-121-0/+80
| | |/ / / | |/| | |
* | | | | Quick fix for Unnamed Parameter Check.Oluwatobi Bashir-Bello2014-02-111-1/+47
| |/ / / |/| | |
* | | | Merge "Quick fix for Invalid annotation inspection. Remove the @DefaultValue ...Siva Velusamy2014-02-111-0/+113
|\ \ \ \
| * | | | Quick fix for Invalid annotation inspection. Remove the @DefaultValue and @Nu...Oluwatobi Bashir-Bello2014-02-101-0/+113
| |/ / /
* | | | Merge "Quick Fix(Suggestion) for Api Namespace inspection" into idea133Siva Velusamy2014-02-111-1/+72
|\ \ \ \
| * | | | Quick Fix(Suggestion) for Api Namespace inspectionOluwatobi Bashir-Bello2014-02-071-1/+72
| | |/ / | |/| |
* | | | Merge "Unique REST Signature and Unnamed API Parameter Check inspections shou...Siva Velusamy2014-02-112-0/+12
|\ \ \ \
| * | | | Unique REST Signature and Unnamed API Parameter Check inspections should not ...Oluwatobi Bashir-Bello2014-02-032-0/+12
| |/ / /
* | | | Merge "Quick fix for API Name inspection." into idea133Siva Velusamy2014-02-071-0/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Quick fix for API Name inspection.Oluwatobi Bashir-Bello2014-02-071-0/+43
| |/ /
* | | Merge "Check that @Named has a name specified." into idea133Siva Velusamy2014-02-071-0/+4
|\ \ \ | |/ / |/| |
| * | Check that @Named has a name specified.Oluwatobi Bashir-Bello2014-01-301-0/+4
* | | Rename folders in testData/inspections/ so that folder names don't end in "Te...Oluwatobi Bashir-Bello2014-02-033-3/+3
* | | Merge "@Api(name = "") and @Api are valid." into idea133Siva Velusamy2014-02-031-1/+9
|\ \ \ | |_|/ |/| |
| * | @Api(name = "") and @Api are valid.Oluwatobi Bashir-Bello2014-01-291-1/+9
| |/
* / Resource Parameter Inspection.Oluwatobi Bashir-Bello2014-01-311-0/+65
|/
* Merge "In the Constructor Inspection, check that an endpoint class muts have ...Siva Velusamy2014-01-271-6/+34
|\
| * In the Constructor Inspection, check that an endpoint class muts have a publi...Siva Velusamy2014-01-241-6/+34
* | REST signature inspection.Oluwatobi Bashir-Bello2014-01-231-0/+225
|/
* Merge "Invalid Parameter Annotations inspection." into idea133Siva Velusamy2014-01-221-0/+66
|\
| * Invalid Parameter Annotations inspection.Oluwatobi Bashir-Bello2014-01-211-0/+66
* | Merge "Unnamed API parameter inspection." into idea133Siva Velusamy2014-01-211-0/+26
|\ \ | |/ |/|
| * Unnamed API parameter inspection.Oluwatobi Bashir-Bello2014-01-171-0/+26
* | Method name validation inspection.Oluwatobi Bashir-Bello2014-01-171-0/+45
|/
* Named Resource inspecion.Oluwatobi Bashir-Bello2014-01-171-0/+38
* Add a function to check if an elemt is from a class with a transformer.Oluwatobi Bashir-Bello2014-01-171-0/+133
* Constructor inspection.Oluwatobi Bashir-Bello2014-01-161-0/+54
* Fix for ApiNameInspectionTest that was failing during the build. Also disbled...Oluwatobi Bashir-Bello2014-01-152-5/+4
* Backend name validation inspection.Oluwatobi Bashir-Bello2014-01-151-0/+39
* Method parameter type validation inspection.Oluwatobi Bashir-Bello2014-01-131-0/+43