Menu

#353 RobocodeEngine.setVisible() can cause a NullPointerException

1.8.1.0
closed
3
2013-03-24
2013-03-20
No

Discussion

  • Flemming N. Larsen

    The problem is here:

    :::java
        public void setVisible(boolean visible) {
            ContainerBase.getComponent(IWindowManagerBase.class).setVisibleForRobotEngine(visible);
        }
    
     

    Last edit: Flemming N. Larsen 2013-03-20
  • Flemming N. Larsen

    A fix for the problem has been implemented, and can be tried out with the 1.8.1.0 Alpha 4 version here:
    http://robocode.sourceforge.net/files/robocode-1.8.1.0-Alpha-4-setup.jar

    Please verify if this fixes the issue.

     
  • Flemming N. Larsen

    • status: accepted --> closed
     

Log in to post a comment.