Skip to content

[GREENFOOT-799] World class in new scenario extends fully-qualified greenfoot.World

If you make a new Java scenario in Greenfoot 3.5.0, the line of code declaring the World class says:

public class MyWorld extends greenfoot.World

That should say:

public class MyWorld extends World

Without the fully qualified name, as that is confusing. I think this relates to how we make a new class, so we should special case this for greenfoot.* to leave off the greenfoot. import, without breaking the general mechanism for extending fully-qualified names.


Issue metadata

  • Issue type: Bug
  • Priority: Medium
  • Fix versions: 3.5.1