Generation error for non-packaged class
Status: Alpha
Brought to you by:
mtybor
If a class is not in a package, an "import .className"
is written on the top of the file, creating a compile error.
A check to see if a package line
"package com.mycompany.mypackage.className"
exists before writing that import line would be great.