Skip to content

Commit a582909

Browse files
committed
chore: Add more repitition
1 parent a8b76ee commit a582909

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

repository-postgresql/src/main/java/org/lfenergy/compas/scl/data/repository/postgresql/CompasSclDataPostgreSQLRepository.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,12 @@ private void repetitiveExample() {
373373
str += "Hello";
374374
str += "World";
375375

376+
str += "Hello";
377+
str += "World";
378+
379+
str += "Hello";
380+
str += "World";
381+
376382
str = "Hello" + "World";
377383
}
378384

@@ -381,6 +387,12 @@ private void repetitiveExample2() {
381387
str += "Hello";
382388
str += "World";
383389

390+
str += "Hello";
391+
str += "World";
392+
393+
str += "Hello";
394+
str += "World";
395+
384396
str = "Hello" + "World";
385397
}
386398

@@ -389,6 +401,12 @@ private void repetitiveExample3() {
389401
str += "Hello";
390402
str += "World";
391403

404+
str += "Hello";
405+
str += "World";
406+
407+
str += "Hello";
408+
str += "World";
409+
392410
str = "Hello" + "World";
393411
}
394412

@@ -397,6 +415,12 @@ private void repetitiveExample4() {
397415
str += "Hello";
398416
str += "World";
399417

418+
str += "Hello";
419+
str += "World";
420+
421+
str += "Hello";
422+
str += "World";
423+
400424
str = "Hello" + "World";
401425
}
402426
}

0 commit comments

Comments
 (0)