From 8b8c85904f0bb388c491ceb6c9447e4f926ca545 Mon Sep 17 00:00:00 2001 From: Francan Date: Thu, 11 Nov 2021 15:41:45 +0100 Subject: [PATCH 01/11] Add file class AndreaFranchi.java --- AndreaFranchini.java | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 AndreaFranchini.java diff --git a/AndreaFranchini.java b/AndreaFranchini.java new file mode 100644 index 0000000..8ad5d77 --- /dev/null +++ b/AndreaFranchini.java @@ -0,0 +1,3 @@ +public class AndreaFranchini{ + +} From f19a79b33fe20cfe46ca34261dab1470cbdd95dc Mon Sep 17 00:00:00 2001 From: Ali Egemen Ener Date: Thu, 11 Nov 2021 17:45:18 +0100 Subject: [PATCH 02/11] added AliEgemenEner.java --- AliEgemenEner.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AliEgemenEner.java diff --git a/AliEgemenEner.java b/AliEgemenEner.java new file mode 100644 index 0000000..6a3f57f --- /dev/null +++ b/AliEgemenEner.java @@ -0,0 +1,5 @@ +public class AliEgemenEner { + public int aMethod() { + return 0; + } +} From d104ddb524e24c8a7fad660b44809c7e6c05f466 Mon Sep 17 00:00:00 2001 From: Francan Date: Thu, 11 Nov 2021 17:54:17 +0100 Subject: [PATCH 03/11] Add name method to class Andrea Franchini --- AndreaFranchini.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AndreaFranchini.java b/AndreaFranchini.java index 8ad5d77..0d8a207 100644 --- a/AndreaFranchini.java +++ b/AndreaFranchini.java @@ -1,3 +1,5 @@ public class AndreaFranchini{ - + public String name(){ + return "Andrea Franchini"; + } } From ae119073f546cc89f365043f19e2844158062be1 Mon Sep 17 00:00:00 2001 From: Francan Date: Thu, 11 Nov 2021 17:55:13 +0100 Subject: [PATCH 04/11] Change MyClass variable to surname --- MyClass.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyClass.java b/MyClass.java index 9138476..207c3ae 100644 --- a/MyClass.java +++ b/MyClass.java @@ -1,8 +1,8 @@ public class MyClass { public String niceMethod() { - String nice = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; - return nice; + String Franchini = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; + return Franchini; } } From dc97f15abaa70906227222b7e2920a54c57e538f Mon Sep 17 00:00:00 2001 From: Ali Egemen Ener Date: Thu, 11 Nov 2021 18:21:17 +0100 Subject: [PATCH 05/11] Chaged variable name --- MyClass.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyClass.java b/MyClass.java index 207c3ae..8c89396 100644 --- a/MyClass.java +++ b/MyClass.java @@ -1,8 +1,8 @@ public class MyClass { public String niceMethod() { - String Franchini = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; - return Franchini; + String Ener = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; + return Ener; } } From 0fe8f4ad05cfe32ebe894d2a21c6dbbf4a1ac5f3 Mon Sep 17 00:00:00 2001 From: Simone Rava Date: Thu, 11 Nov 2021 18:33:09 +0100 Subject: [PATCH 06/11] i am Simone and I am trying to add my class --- SimoneRava.java | 1 + 1 file changed, 1 insertion(+) create mode 100644 SimoneRava.java diff --git a/SimoneRava.java b/SimoneRava.java new file mode 100644 index 0000000..592db07 --- /dev/null +++ b/SimoneRava.java @@ -0,0 +1 @@ +public class SimoneRava{} \ No newline at end of file From 90c74dfeecbd84a3c8792b4c9a5693fd4cb6f6b7 Mon Sep 17 00:00:00 2001 From: Simone Rava Date: Thu, 11 Nov 2021 18:33:56 +0100 Subject: [PATCH 07/11] i am Simone and I am trying to add my class and my method --- SimoneRava.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SimoneRava.java b/SimoneRava.java index 592db07..06831b0 100644 --- a/SimoneRava.java +++ b/SimoneRava.java @@ -1 +1,6 @@ -public class SimoneRava{} \ No newline at end of file +public class SimoneRava{ + + public void MyClass(){ + return null; + } +} \ No newline at end of file From 655ed9cec41e4ba8deff06c41144338a7a356fe2 Mon Sep 17 00:00:00 2001 From: Simone Rava Date: Thu, 11 Nov 2021 18:35:04 +0100 Subject: [PATCH 08/11] I modified the variable --- MyClass.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyClass.java b/MyClass.java index 8c89396..0c3642d 100644 --- a/MyClass.java +++ b/MyClass.java @@ -1,8 +1,8 @@ public class MyClass { public String niceMethod() { - String Ener = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; - return Ener; + String Rava = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; + return Rava; } } From 42362418633197743a6fbc9be78d4904501f03f4 Mon Sep 17 00:00:00 2001 From: simgerdogan Date: Thu, 11 Nov 2021 22:58:50 +0100 Subject: [PATCH 09/11] create a new file --- SimgePinarErdogan.java | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 SimgePinarErdogan.java diff --git a/SimgePinarErdogan.java b/SimgePinarErdogan.java new file mode 100644 index 0000000..cc81767 --- /dev/null +++ b/SimgePinarErdogan.java @@ -0,0 +1,2 @@ +public class SimgePinarErdogan { +} From 2d619aac61891e5ded34f1edfa67437d86084f35 Mon Sep 17 00:00:00 2001 From: simgerdogan Date: Thu, 11 Nov 2021 23:15:04 +0100 Subject: [PATCH 10/11] add new method --- SimgePinarErdogan.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SimgePinarErdogan.java b/SimgePinarErdogan.java index cc81767..ec9d31e 100644 --- a/SimgePinarErdogan.java +++ b/SimgePinarErdogan.java @@ -1,2 +1,6 @@ public class SimgePinarErdogan { -} + public String name(){ + return "simge"; + } + + } From 8bb73309554a1b39652694cddeabcb33851417f6 Mon Sep 17 00:00:00 2001 From: simgerdogan Date: Fri, 12 Nov 2021 00:04:46 +0100 Subject: [PATCH 11/11] modify the variable --- MyClass.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyClass.java b/MyClass.java index 0c3642d..6ff34ed 100644 --- a/MyClass.java +++ b/MyClass.java @@ -1,8 +1,8 @@ public class MyClass { public String niceMethod() { - String Rava = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; - return Rava; + String Erdogan = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; + return Erdogan; } }