File tree 35 files changed +11
-378
lines changed
aliasServerAnnotationsValueClasses/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerCard/src/main/kotlin/jetbrains/kotlin/course/alias/util
aliasServerCardService/src/main/kotlin/jetbrains/kotlin/course/alias/util
aliasServerClasses/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerCompanionObject/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerConstantsExtensionFunctions/src/main/kotlin/jetbrains/kotlin/course/alias/util
aliasServerDataClasses/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerFinishGame/src/main/kotlin/jetbrains/kotlin/course/alias/util
aliasServerHowToRun/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerIntroduction/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerMutableList/src/main/kotlin/jetbrains/kotlin/course/alias/util
aliasServerMutableMap/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerPackages/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerTeamService/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerTeams/src/main/kotlin/jetbrains/kotlin/course/alias
aliasServerUtil/src/main/kotlin/jetbrains/kotlin/course/alias
wordsGeneratorServerFinishGame/src/main/kotlin/jetbrains/kotlin/course/words/generator/util
wordsGeneratorServerHowToRun/src/main/kotlin/jetbrains/kotlin/course/words/generator/util
wordsGeneratorServerIntroduction/src/main/kotlin/jetbrains/kotlin/course/words/generator/util
wordsGeneratorServerTeamService/src/main/kotlin/jetbrains/kotlin/course/words/generator
wordsGeneratorServerTeams/src/main/kotlin/jetbrains/kotlin/course/words/generator/util
wordsGeneratorServerWord/src/main/kotlin/jetbrains/kotlin/course/words/generator/util
wordsGeneratorServerWordService/src/main/kotlin/jetbrains/kotlin/course/words/generator/util
35 files changed +11
-378
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,22 +3,4 @@ package jetbrains.kotlin.course.alias.card
3
3
data class JsCard (
4
4
val id : Int ,
5
5
val words : Array <String >
6
- ) {
7
- override fun equals (other : Any? ): Boolean {
8
- if (this == = other) return true
9
- if (javaClass != other?.javaClass) return false
10
-
11
- other as JsCard
12
-
13
- if (id != other.id) return false
14
- if (! words.contentEquals(other.words)) return false
15
-
16
- return true
17
- }
18
-
19
- override fun hashCode (): Int {
20
- var result = id
21
- result = 31 * result + words.contentHashCode()
22
- return result
23
- }
24
- }
6
+ )
You can’t perform that action at this time.
0 commit comments