Skip to content
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

Output messages in case of Modifiable elements #100

Open
sedflix opened this issue May 27, 2019 · 0 comments
Open

Output messages in case of Modifiable elements #100

sedflix opened this issue May 27, 2019 · 0 comments

Comments

@sedflix
Copy link
Contributor

sedflix commented May 27, 2019

Case 1

Input:
1.java

package com.test;

class TestClass {
    private int a;
    TestClass() {
    }
}

2.java

package com.test;

class TestClass {
    public int a;
    TestClass() {
    }
}

Output:

Update Wra at com.test.TestClass
	 to public

Case 2

Input:
same as above with the following diff
2.java

-    public int a;
+    int a;

Output:

Delete VirtualEle at com.test.TestClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant