KOSASIH / pi-nexus-autonomous-banking-network

Undocumented constructor found JAVA-D1002
Documentation
Minor
1 occurrence in this check
20class Robot {
21  private double x, y;
22
23  public Robot() {24    x = Math.random() * 100;25    y = Math.random() * 100;26  }27
28  public void updatePosition(List<Robot> robots) {
29    // Update the position of the robot based on the positions of the other robots