please any one help me with fixing an blue arrow appears while running my project tests
--- Update ---
can you help me Norm
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
please any one help me with fixing an blue arrow appears while running my project tests
--- Update ---
can you help me Norm
Sorry, I don't have any colored arrows in the software I use.
If you are getting errors, please copy the full text of the error messages and paste it here.
If you don't understand my answer, don't ignore it, ask a question.
sorry it is an blue arrow appears when i run my tests using Junit
I have no idea what you are talking about. I don't know junit.
If you don't understand my answer, don't ignore it, ask a question.
Please explain what the problem is. Post the full text of any error messages.
If you don't understand my answer, don't ignore it, ask a question.
You should provide more info than that...JUnit is an API, and as a result inherently has no 'blue arrows' - you must be referring to your IDE which displays JUnit failures, errors, etc...each of which probably does so in a different way, so what does the 'blue arrow' represent?
there is an infinite loop i can't find it.
--- Update ---
loop has no end
--- Update ---
any one help plz
Try debugging the code by adding println statements that print messages as methods are executed and as the value of variables are changed. The print out should help you find where the looping is. Then focus on printing the variables that control the looping.
If you don't understand my answer, don't ignore it, ask a question.
i don't know how to use the debugging
Then use these statements:System.out.println("an ID "+ <variable here>);
If you don't understand my answer, don't ignore it, ask a question.