File tree
80 files changed
+210
-162
lines changed- core-kotlin-modules
- core-kotlin-advanced/src/test/kotlin/com/baeldung/reflection
- core-kotlin-arrays/src/main/kotlin/com/baeldung/array
- core-kotlin-collections-list-2/src/test/kotlin/removeNullAndEmptyValues
- core-kotlin-collections/src/main/kotlin/com/baeldung/sorting
- core-kotlin-files/src/test/kotlin/com/baeldung/deletefile
- core-kotlin-lang-2/src/test/kotlin/com/baeldung
- nullsafety
- scope
- core-kotlin-lang-4/src/test/kotlin/com/baeldung/pair
- workingWithTriple
- core-kotlin-lang-oop-2/src
- main/kotlin/com/baeldung
- anonymous
- generic
- kotlin/delegates
- solid
- test/kotlin/com/baeldung
- kotlin/delegates
- core-kotlin-lang-oop-3/src/main/kotlin/com/baeldung
- extendDataClass
- universalobjects
- core-kotlin-lang-oop/src
- main
- java/com/baeldung/constructor
- kotlin/com/baeldung
- constructor
- dataclass
- enums
- inline/classes
- test/kotlin/com/baeldung/enums
- core-kotlin-lang-scope
- src/test/kotlin/com/baeldung/with
- core-kotlin-strings-2/src/main/kotlin/com/baeldung/charArrayToString
- core-kotlin-strings-3/src/test/kotlin/com/baeldung/stringExtensionFunctions
- core-kotlin-strings/src
- main/kotlin/com/baeldung/stringtemplates
- test/kotlin/com/baeldung/replace
- core-kotlin/src
- main/kotlin/com/baeldung
- assertFailsWith
- exceptionhandling
- test/kotlin/com/baeldung/sequences
- kotlin-immutable-collections/src/test/kotlin/com/baeldung/immutable
- kotlin-json
- src
- main/kotlin/com/baeldung/kotlin/json
- test/kotlin/com/baeldung/kotlin
- handlejson
- kotlin-lambda/src/main/kotlin/com/baeldung
- receiver
- sam
- kotlin-libraries-2
- src
- main/kotlin/com/baeldung
- csv/pure
- grpc
- client
- server
- kotlin/tomap
- test/kotlin/com/baeldung
- csv/kotlincsv
- kotlin/immutable
- kotlin-libraries-http/src/test/kotlin/com/baeldung/fuel
- kotlin-libraries/src
- main/kotlin/com/baeldung
- kotlin/arrow
- kovert
- ktor
- test/kotlin/com/baeldung/kotlin/arrow
- kotlin-math-2/src/main/kotlin/com/baeldung/math/average
- kotlin-math/src/main/kotlin/com/baeldung/math/sum
- kotlin-quasar/src
- main/kotlin/com/baeldung/quasar
- test/kotlin/com/baeldung/quasar
- kotlin-spark/src/main/kotlin/com/baeldung/spark/posts
- kotlin-testing/src/test/kotlin/com/baeldung
- mockk
- spek
- machine-learning/src/main/kotlin/com/baeldung/simplelinearregression
- spring-boot-kotlin/src
- main/kotlin/com/baeldung/nonblockingcoroutines/handlers
- test/kotlin/com/baeldung/exceptionhandling
- spring-mvc-kotlin/src/main/kotlin/com/baeldung/kotlin/mvc
- spring-reactive-kotlin/src/main/kotlin/com/baeldung/springreactivekotlin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+210
-162
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
|
core-kotlin-modules/core-kotlin-advanced/src/test/kotlin/com/baeldung/reflection/KMethodUnitTest.kt
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
core-kotlin-modules/core-kotlin-arrays/src/main/kotlin/com/baeldung/array/arrayTraversalUnitTest.kt
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
core-kotlin-modules/core-kotlin-files/src/test/kotlin/com/baeldung/deletefile/DeleteFileUnitTest.kt
Lines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
11 |
| - | |
| 15 | + | |
12 | 16 |
| |
13 | 17 |
| |
14 |
| - | |
| 18 | + | |
15 | 19 |
| |
16 | 20 |
| |
17 | 21 |
| |
18 | 22 |
| |
19 | 23 |
| |
20 | 24 |
| |
21 |
| - | |
22 |
| - | |
| 25 | + | |
| 26 | + | |
23 | 27 |
| |
24 | 28 |
| |
25 | 29 |
| |
26 |
| - | |
| 30 | + | |
27 | 31 |
| |
28 | 32 |
| |
29 | 33 |
| |
| |||
38 | 42 |
| |
39 | 43 |
| |
40 | 44 |
| |
| 45 | + | |
41 | 46 |
| |
42 | 47 |
| |
43 |
| - | |
44 |
| - | |
| 48 | + | |
| 49 | + | |
45 | 50 |
| |
46 | 51 |
| |
47 | 52 |
| |
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
51 |
| - | |
| 56 | + | |
52 | 57 |
| |
53 | 58 |
| |
54 | 59 |
| |
|
Lines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 28 | + | |
33 | 29 |
| |
34 | 30 |
| |
35 | 31 |
| |
| |||
122 | 118 |
| |
123 | 119 |
| |
124 | 120 |
| |
125 |
| - | |
| 121 | + | |
126 | 122 |
| |
127 | 123 |
| |
128 | 124 |
| |
|
core-kotlin-modules/core-kotlin-lang-2/src/test/kotlin/com/baeldung/scope/ScopeFunctionsUnitTest.kt
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
0 commit comments