Commit Graph

669 Commits

Author SHA1 Message Date
Ruben Dijkstra
f47157e476 Merge pull request #1412 from querydsl/assertions
Add more assertions
2015-06-30 11:12:18 +02:00
Timo Westkämper
7bece645f5 Replace tabs with spaces 2015-06-26 23:48:20 +03:00
Timo Westkämper
2a6e23d573 Reduce System.out usage 2015-06-26 21:12:09 +03:00
John Tims
8d763efe0b Reorder code so that error checking occurs earlier 2015-05-31 15:04:08 -04:00
John Tims
e35a544698 Fix typos 2015-05-14 10:40:47 -04:00
Timo Westkämper
2ecdd7195d Fix whitespace for querydsl-apt 2015-05-13 23:08:23 +03:00
Timo Westkämper
6b18460a75 Fix braces 2015-05-13 23:07:06 +03:00
Timo Westkämper
95f256ce46 Add more javadoc checks 2015-05-13 23:07:05 +03:00
Timo Westkämper
dc0a4d0d1b Extend Checkstyle checks 2015-05-13 23:07:05 +03:00
Timo Westkämper
fca8a124be Merge pull request #1360 from querydsl/boxing
Remove unnecessary boxing
2015-05-13 23:06:37 +03:00
Timo Westkämper
86f949d0e8 Merge pull request #1362 from querydsl/static-final
Make static fields final
2015-05-12 18:18:54 +03:00
Ruben Dijkstra
a2e2d11d0d Make static fields final 2015-05-10 18:12:51 +02:00
Timo Westkämper
3fbb04a3a5 Remove unnecessary boxing 2015-05-10 12:49:04 +03:00
Timo Westkämper
7a190b6f80 Fix APT injection issues 2015-05-10 11:58:04 +03:00
Timo Westkämper
ea42efbd03 Extend Checkstyle checks for tests 2015-05-10 00:39:35 +03:00
Timo Westkämper
059148d2c4 Extend Checkstyle checks 2015-05-09 23:08:31 +03:00
John Tims
55e1f31a70 Remove trailing whitespace in querydsl-apt 2015-05-09 00:56:33 -04:00
John Tims
70a87fff59 Optimize imports in querydsl-apt 2015-05-08 23:36:25 -04:00
Timo Westkämper
bf881bebef Add Override annotation 2015-05-08 22:06:48 -04:00
John Tims
46003b656a Add copyright notices 2015-05-08 19:05:25 +03:00
Timo Westkämper
01e2a718cf Update copyright 2015-05-08 19:05:24 +03:00
John Tims
98595a386f Clean up Apt javadocs and remove unused code 2015-04-21 22:24:58 -04:00
Timo Westkämper
b04188635b Improve javadocs 2015-04-19 22:47:26 +03:00
Ruben Dijkstra
703a7d70d0 Add fix for extending external types 2015-03-29 17:09:29 +02:00
Timo Westkämper
1a1845165c Generics improvements 2015-03-26 19:22:23 +02:00
Timo Westkämper
1ed736b468 Combine package contents 2015-03-26 19:22:22 +02:00
Timo Westkämper
fa07c83658 Changes to Expression instance creation 2015-03-26 19:19:59 +02:00
John Tims
71316d3f40 Fix typos 2015-03-20 14:23:16 -04:00
Timo Westkämper
7e41421da2 Add test for property type
Add exclusion in GenericExporterTest
2015-03-08 20:16:03 +02:00
Timo Westkämper
575d7c2e5b Remove deprecated methods
Remove bridge methods
2015-01-30 19:42:34 +02:00
Timo Westkämper
3a882b72a9 Move packages from com.mysema.query to com.querydsl 2015-01-20 23:56:59 +02:00
Timo Westkämper
26d30f3c98 Replace junit.framework.Assert with org.junit.Assert 2014-12-14 13:10:51 +02:00
Ruben Dijkstra
8417375e70 Remove all manual array copying code
Additionally, use Guava's splitter to split Strings
2014-12-07 21:58:45 +01:00
Ruben Dijkstra
407420354e Merge pull request #964 from querydsl/i692
Add Hibernate Spatial support
2014-11-29 19:11:18 +01:00
Timo Westkämper
c83d15b44d Fix backwards compat 2014-11-22 23:59:41 +02:00
Ruben Dijkstra
fe2201387a Adjust JDOTest to use the new AbstractTest 2014-11-17 14:30:18 +01:00
Ruben Dijkstra
eac4360fb4 Merge remote-tracking branch 'querydsl/master' into i750 2014-11-17 14:21:40 +01:00
Ruben Dijkstra
ee803a7932 Add Generic*Test test content 2014-11-17 13:46:12 +01:00
Ruben Dijkstra
6322c643c4 Enrich the SimpleTypesTest with expression type checking 2014-11-17 13:46:09 +01:00
Ruben Dijkstra
423d0b02ee Enrich the JodaTimeSupportTest with expression type checking 2014-11-16 23:30:21 +01:00
Ruben Dijkstra
2921123f61 Refactor APT AbstractTest to enable expression type checking 2014-11-16 23:17:27 +01:00
Timo Westkämper
0614541da1 Merge pull request #1038 from querydsl/i750-2
Added problematic codegen test case
2014-11-09 21:09:01 +02:00
Timo Westkämper
262eeb78b9 Improve type comparisons 2014-11-05 20:37:12 +02:00
Ruben Dijkstra
b40cadfcce Added JDOConfiguration with JDO specific annotation configuration 2014-11-02 21:44:20 +01:00
Ruben Dijkstra
d39b2c3884 Enable customizable defaultConfiguration in APT 2014-11-02 20:47:55 +01:00
Ruben Dijkstra
fb3a00147c JDO uses field names in queries
Fixes #1023
2014-10-31 10:31:30 +01:00
Ruben Dijkstra
bd6c0786bb Added problematic codegen test case
Reusing type parameter names proves to be challenging
2014-10-30 22:09:50 +01:00
Ruben Dijkstra
4485df4de6 Update test case for #750 to reflect the mismatched names 2014-10-29 21:02:24 +01:00
Steven Thomson
245e437fd7 combined type registration since querydsl-spatial depends on geolatte and JTS 2014-10-24 16:35:47 -05:00
Steven Thomson
fc6d7eb920 Added prefix for JTS Geometries 2014-10-24 11:02:02 -05:00