Changes between Initial Version and Version 1 of Ticket #17327
- Timestamp:
- 2019-02-13T21:30:23+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17327
- Property Cc added
- Property Keywords preferences added
-
Ticket #17327 – Description
initial v1 1 1 Is that intended? The method consistencyTest() uses 2 2 {{{ 3 #!java 3 4 if (map.containsKey(null)) 4 5 throw new IllegalArgumentException("Error: Null as map key in preference setting");