Open enwired opened 8 years ago
The class Cerulean in tools.docrobot.skins in substance-flamingo cannot compile.
The constructor has an error. It has super(new Cerulean(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
super(new Cerulean(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
But it should have super(new CeruleanSkin(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
super(new CeruleanSkin(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
Actually, the classpaths should probably not start with '/Users/', but this bug is only about the fact that the code will not compile.
The class Cerulean in tools.docrobot.skins in substance-flamingo cannot compile.
The constructor has an error. It has
super(new Cerulean(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
But it should have
super(new CeruleanSkin(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")
Actually, the classpaths should probably not start with '/Users/', but this bug is only about the fact that the code will not compile.