Timeline for UnsupportedOperationException in java collections framework interfaces
Current License: CC BY-SA 3.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 20 at 18:44 | history | protected | gnat | ||
| May 23, 2017 at 12:40 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Apr 12, 2017 at 7:31 | history | edited | CommunityBot | replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/ | |
| Aug 8, 2015 at 18:07 | audit | Close votes | |||
| Aug 8, 2015 at 18:07 | |||||
| Aug 3, 2015 at 15:55 | audit | Reopen votes | |||
| Aug 3, 2015 at 15:55 | |||||
| Aug 1, 2015 at 10:57 | audit | First posts | |||
| Aug 1, 2015 at 21:13 | |||||
| Jul 15, 2015 at 17:08 | vote | accept | MirroredFate | ||
| Jul 10, 2015 at 19:44 | history | tweeted | twitter.com/#!/StackProgrammer/status/619593149644689409 | ||
| Jul 10, 2015 at 18:50 | history | edited | MirroredFate | CC BY-SA 3.0 | edited body |
| Jul 10, 2015 at 18:39 | answer | added | Karl Bielefeldt | timeline score: 2 | |
| Jul 10, 2015 at 18:08 | answer | added | user22815 | timeline score: 12 | |
| Jul 10, 2015 at 17:54 | comment | added | user22815 | I like to start up Eclipse and look at the source code, bouncing around code references and definitions to make sure I have it right. As long as the JRE is linked to src.zip it works great. It helps to know exactly what code the JRE is running sometimes and not defer to the JavaDoc which can be a bit verbose. | |
| Jul 10, 2015 at 17:52 | history | edited | MirroredFate | CC BY-SA 3.0 | deleted 151 characters in body |
| Jul 10, 2015 at 17:51 | comment | added | MirroredFate | @Snowman You're right. I missread the docs. I will edit my question. | |
| Jul 10, 2015 at 17:48 | comment | added | user22815 | I do not know which JRE you are using, but my Oracle version 8 does not define addAll in HashSet. It defers to the default implementation in AbstractCollection which most certainly does not throw UnsupportedOperationException. | |
| Jul 10, 2015 at 17:40 | history | asked | MirroredFate | CC BY-SA 3.0 |