ianbrandt
06/03/2018, 5:39 PMcarlw
06/03/2018, 5:44 PMcarlw
06/03/2018, 5:48 PMianbrandt
06/03/2018, 5:49 PMedvin
06/03/2018, 5:50 PMtornadofx.*
importedvin
06/03/2018, 5:50 PMplusAssign
extensionedvin
06/03/2018, 5:51 PMedvin
06/03/2018, 5:51 PMcarlw
06/03/2018, 5:56 PMianbrandt
06/03/2018, 5:58 PMlaunch<MyApp>(args)
that put the tornadofx
imports over that threshold.
I've since installed the TornadoFX plugin, and it seems to have added import tornadofx.*
to the "Packages to Use Import with '*'" list, so that would avoid this scenario going forward.edvin
06/03/2018, 5:58 PMedvin
06/03/2018, 5:59 PMcarlw
06/03/2018, 6:00 PMedvin
06/03/2018, 6:00 PMcarlw
06/03/2018, 6:01 PMcarlw
06/03/2018, 6:02 PMcarlw
06/03/2018, 6:03 PMianbrandt
06/03/2018, 6:06 PMimport tornadofx.*
is a must would be good too. I've seen shops enforce the "Use single name import" setting. (Makes it clearer when a class has too many dependencies.)ianbrandt
06/03/2018, 6:07 PMcarlw
06/03/2018, 6:08 PMedvin
06/03/2018, 6:12 PMedvin
06/03/2018, 6:12 PMianbrandt
06/03/2018, 6:16 PMimport .*
in general. Going to have to remember this one. 🧠carlw
06/03/2018, 6:17 PMianbrandt
06/03/2018, 6:22 PMcarlw
06/03/2018, 6:23 PMianbrandt
06/03/2018, 6:24 PMianbrandt
06/03/2018, 6:25 PMedvin
06/03/2018, 6:40 PMedvin
06/04/2018, 8:53 AMtornadofx.*
import