Was working on the Marine Biology Study for AP Computer Science AB, and had was running through making a fish (was easy after the first 5 or 6 we made).
All of a sudden, STACK OVERFLOW? What in the world?
isolated it to a method that returned a class variable, myID. That method was one line, it couldn't be the issue. Lo and behold, it was pointed out:
public int myID()
{
return myID
();
}
