hello-world: remove the reference to `UnsupportedOperationException` in instructions
See original GitHub issueThe instructions for the “Hello World” exercise tell the student to remove an UnsupportedOperationException
:
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:
- Created a year ago
- Comments:6 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@unfirthman Go for it 😃
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.