question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hello-world: remove the reference to `UnsupportedOperationException` in instructions

See original GitHub issue

The instructions for the “Hello World” exercise tell the student to remove an UnsupportedOperationException:

https://github.com/exercism/java/blob/9abbe2a744625d698691249714d992fbdc17662c/exercises/practice/hello-world/.docs/instructions.append.md?plain=1#L52-L59

However, currently neither the tests or the solution contain an exception, so these instructions are not relevant anymore and must be removed to reflect the current stub files provided.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
andrerfcsantoscommented, Jul 30, 2022

@unfirthman Go for it 😃

0reactions
andrerfcsantoscommented, Sep 25, 2022

The table of contents issue is now fixed by #2166 which was already merged.

@ShadowZone If there are other places where the instructions should be updated that I’m not seeing, please feel free to create a new issue or PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

UnsupportedOperationException when using iterator.remove()
Arrays.asList() returns a list, backed by the original array. Changes you make to the list are also reflected in the array you pass...
Read more >
How to Fix the Unsupported Operation Exception in Java
UnsupportedOperationException is a Java runtime exception that occurs when an unsupported operation is requested but could not be performed.
Read more >
How to Solve Java List UnsupportedOperationException?
We can solve this problem by using a mutable List that can be modified such as an ArrayList. We create a List using...
Read more >
Calling remove() on ArrayList throws Exception java.lang ...
I ran into this runtime exception recently while attempting to remove an element from an ArrayList in Java, and it puzzled me for...
Read more >
JavaServer Faces » UnsupportedOperationException - Eclipse
Hi, After creating a demo dynamic web project in jsf, when i tried to run the project i am getting this exception.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found