-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
481 Project #85
base: master
Are you sure you want to change the base?
481 Project #85
Conversation
} | ||
|
||
@Test | ||
public void classRenamingTest() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name should be picked properly. This is not class renaming test.
} | ||
|
||
@Test | ||
public void classRenamingTest() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name should be picked properly. This is not class renaming test.
} | ||
|
||
@Test | ||
public void classRenamingTest() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name should be picked properly. This is not class renaming test.
Duzeltmeleri yaptim hocam pull requestim acik durdugu icin tekrar
yapamiyorum sanirim haber vereyim istedim. Iyi calismalar
Eren KOÇ
TOBB ETÜ Computer Engineering
…On Mon, Apr 2, 2018, 01:02 Zeki Mazan ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In
src/test/java/ch/uzh/ifi/seal/changedistiller/unittest/MethodRenamingTest.java
<#85 (comment)>
:
> +
+import org.junit.Before;
+import org.junit.Test;
+
+import ch.uzh.ifi.seal.changedistiller.model.entities.SourceCodeChange;
+
+public class MethodRenamingTest {
+ List<SourceCodeChange> sourceCodeChangeList;
+
+ @before
+ public void setUp() {
+ sourceCodeChangeList = FileDistillerUtil.getChangesFromFile("MethodRenaming_Left.java", "MethodRenaming_Right.java");
+ }
+
+ @test
+ public void classRenamingTest() {
Method name should be picked properly. This is not class renaming test.
------------------------------
In
src/test/java/ch/uzh/ifi/seal/changedistiller/unittest/RemovingClassDerivabilityTest.java
<#85 (comment)>
:
> +
+import org.junit.Before;
+import org.junit.Test;
+
+import ch.uzh.ifi.seal.changedistiller.model.entities.SourceCodeChange;
+
+public class RemovingClassDerivabilityTest {
+ List<SourceCodeChange> sourceCodeChangeList;
+
+ @before
+ public void setUp() {
+ sourceCodeChangeList = FileDistillerUtil.getChangesFromFile("RemovingClassDerivability_Left.java", "RemovingClassDerivability_Right.java");
+ }
+
+ @test
+ public void classRenamingTest() {
Method name should be picked properly. This is not class renaming test.
------------------------------
In
src/test/java/ch/uzh/ifi/seal/changedistiller/unittest/RemovingMethodOverridabilityTest.java
<#85 (comment)>
:
> +
+import org.junit.Before;
+import org.junit.Test;
+
+import ch.uzh.ifi.seal.changedistiller.model.entities.SourceCodeChange;
+
+public class RemovingMethodOverridabilityTest {
+ List<SourceCodeChange> sourceCodeChangeList;
+
+ @before
+ public void setUp() {
+ sourceCodeChangeList = FileDistillerUtil.getChangesFromFile("RemovingMethodOverridability_Left.java", "RemovingMethodOverridability_Right.java");
+ }
+
+ @test
+ public void classRenamingTest() {
Method name should be picked properly. This is not class renaming test.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUNdOe0o21KlJaovXmxDeMFh59ie-C-yks5tkU6RgaJpZM4TC-FI>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RemovingClassDerivability and RemovingMethodOverridability tests fail.
Merhabalar hocam,
Testler bende hata vermiyor hatta muhtemelen hic calistirmiyor bile benim
testlerimi. 268 test calistiriyor ben testlerde nasil degisiklik yaparsam
yapayim. Neyse artik bu saatten sonra sifirdan issuelari yapamam sanirim.
Ugrasiniz icin tesekkurler gercekten. Iyi aksamlar.
Eren KOÇ
TOBB ETÜ Computer Engineering
…On Mon, Apr 2, 2018, 20:06 Zeki Mazan ***@***.***> wrote:
***@***.**** requested changes on this pull request.
RemovingClassDerivability and RemovingMethodOverridability tests fail.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUNdOYltgDyyC8fVnXqLcvvv3bCNPnLaks5tklqagaJpZM4TC-FI>
.
|
Aşağıdaki issuelar için gönderiyorum
#22
#38
#39
İyi çalışmalar.