Page 1 of 1

r9793 Discussion: "fix javadoc comments"

PostPosted: 17 Aug 2011, 03:15
by Braids
i noticed in src/main/java/forge/CardReader.java, my specific java.io imports were converted to import java.io.*. this is in conflict with CheckStyle.

@jendave, can something be done to prevent this in the future?

Re: r9793 Discussion: "fix javadoc comments"

PostPosted: 17 Aug 2011, 08:07
by jendave
Braids wrote:i noticed in src/main/java/forge/CardReader.java, my specific java.io imports were converted to import java.io.*. this is in conflict with CheckStyle.

@jendave, can something be done to prevent this in the future?
What do you have in your "Preferences - Java - Organize Imports"? You should have a seeting that says "Number of imports needed for .*". Set that to 99.

Re: r9793 Discussion: "fix javadoc comments"

PostPosted: 17 Aug 2011, 17:50
by Braids
jendave wrote:
Braids wrote:i noticed in src/main/java/forge/CardReader.java, my specific java.io imports were converted to import java.io.*. this is in conflict with CheckStyle.

@jendave, can something be done to prevent this in the future?
What do you have in your "Preferences - Java - Organize Imports"? You should have a seeting that says "Number of imports needed for .*". Set that to 99.
good advice, but that was not my objective. i have sent you a PM.