fillImportFromInfo(entry, importsAndComments, importsAndNoComments);
//ok, it's all filled, let's start rewriting it!
boolean firstInLine = true;
line.clear();
boolean addedParenForLine = false;
//ok, write all the ones with comments after the ones without any comments (each one with comment
//will be written as a new import)
importsAndNoComments.addAll(importsAndComments);