File tree 1 file changed +0
-23
lines changed
spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/query 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -208,16 +208,6 @@ void applySortingAccountsForNewlinesInSubselect() {
208
208
209
209
Sort sort = Sort .by (Sort .Order .desc ("age" ));
210
210
211
- //
212
- //
213
- //
214
- //
215
- //
216
- //
217
- //
218
- //
219
- //
220
- //
221
211
assertThat (newParser ("""
222
212
select u
223
213
from user u
@@ -364,7 +354,6 @@ void detectsConstructorExpressionInDistinctQuery() {
364
354
@ Test // DATAJPA-938
365
355
void detectsComplexConstructorExpression () {
366
356
367
- //
368
357
assertThat (hasConstructorExpression (
369
358
"""
370
359
select new foo.bar.Foo(ip.id, ip.name, sum(lp.amount))
@@ -487,9 +476,6 @@ void detectsAliasWithGroupAndOrderBy() {
487
476
@ Test // DATAJPA-1500
488
477
void createCountQuerySupportsWhitespaceCharacters () {
489
478
490
- //
491
- //
492
- //
493
479
assertThat (createCountQueryFor ("""
494
480
select user from User user
495
481
where user.age = 18
@@ -533,11 +519,6 @@ WITH maxId AS(select max(sr.snapshot.id) snapshotId from SnapshotReference sr
533
519
@ Test
534
520
void createCountQuerySupportsLineBreaksInSelectClause () {
535
521
536
- //
537
- //
538
- //
539
- //
540
- //
541
522
assertThat (createCountQueryFor ("""
542
523
select user.age,
543
524
user.name
@@ -600,10 +581,6 @@ void appliesSortCorrectlyForSimpleField() {
600
581
@ Test
601
582
void createCountQuerySupportsLineBreakRightAfterDistinct () {
602
583
603
- //
604
- //
605
- //
606
- //
607
584
assertThat (createCountQueryFor ("""
608
585
select
609
586
distinct
You can’t perform that action at this time.
0 commit comments