14 Replies
ā
This post has been reserved for your question.
Hey @Mike B! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
how do i post code
its too long
split it in two messages?
isnt there a site
to format it all quickly
or only post the relevant parts
System.out.println(finalists.get(i));
wont print
Can you print
finalists.size()
before the loop?
Does that work?
AlsoIt looks like you are having issues with debugging or issues that can be solved using a debugger.
Check out this article on dev.java to see how debugging works and how to use a debugger.
This Stack Overflow question and its answers also explain debugging in general.
These links describe how to use the debugger in some IDEs:
ā¢ Debugging in IntelliJ
ā¢ Debugging in Eclipse
size is 0
not to sure why
i thoughti added to it
Well it's better to check than to think
You should display information at all stages, was the split correct, are the fields where they're expected, is "java" there where expected...
Ideally with a debugger, but you can make do with whatever you know in the beginning
trying to trace right now
after tracing thorugh
the error has to come from
for soem reason my applicants gets added to
but i cant add to my finalists
maybe none of the languages contain java?
š¤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.