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

Source code corruption while adding imports #13

Closed
dstd opened this issue Nov 8, 2016 · 1 comment
Closed

Source code corruption while adding imports #13

dstd opened this issue Nov 8, 2016 · 1 comment

Comments

@dstd
Copy link

dstd commented Nov 8, 2016

Here is a code sample with a change performed by the plugin, which breaks the correctness

 /*
  * XXXXXXX
  * Copyright © 2016 XXXX
  * 
  * Created by XXX
- */
+ */import java.util.*
+import android.os.Parcel
+import android.os.Parcelable
 
 package my.superb.package
 
 import android.net.Uri
nekocode added a commit that referenced this issue Nov 9, 2016
@nekocode
Copy link
Owner

nekocode commented Nov 9, 2016

@nekocode nekocode closed this as completed Nov 9, 2016
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

2 participants