Posts by Aleixo Porpino Filho • 36 points
3 posts
-
2
votes1
answer277
viewsA: Eclipse Debug - Classes with equal names in different projects
This problem occurs because in the eclipse debug configuration the project1 is first than project2, this is kind of an eclipse bug itself and a lot of people who have classes that have the same name…
-
0
votes1
answer84
viewsA: Question about filling arrays and functions inside arrays
Your Player object is a class, you are already setting a set method that assigns the value of the player balance in each instance you are creating in for, to get the value of each player within the…
-
0
votes1
answer159
viewsA: Assigning lines from a document to a String array
Follow the solution the way you wanted to implement it. I have separated in a method a way to know what will be the size of your array, but you will have to do some validations to check if a given…