Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conclusion of a long list #2

Open
GoogleCodeExporter opened this issue Sep 7, 2015 · 1 comment
Open

conclusion of a long list #2

GoogleCodeExporter opened this issue Sep 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. remove 
        array.add("Row 1");
        array.add("Row 2");
        array.add("Row 3");
2. add 
        for (Integer i = 0; i < 30; i++) {
       array.add("Row " + i.toString());
    }
3.

What is the expected output? What do you see instead?
expect to see a list of 1 to 30. I see a list of 0,1,2 ... 8,0,1,2 ... 8

What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 21 Jan 2011 at 8:40

@GoogleCodeExporter
Copy link
Author

fix bugs.

Original comment by [email protected] on 25 Jan 2011 at 6:58

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant