Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B bjgf
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Issues 127
    • Issues 127
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • BlueJ
  • bjgf
  • Issues
  • #2127

Closed
Open
Created Sep 11, 2018 by Neil Brown@nccbMaintainer

[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
Assignee
Assign to
Time tracking