Can somebody explain me why this code does not print the numbers?
String text = new String("SomeString"); for (int i=0; i<1500; i++)
This is eclipse bug. Fixed width console fixes the output.