Index: trunk/src/org/openstreetmap/josm/tools/bugreport/ReportedException.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/bugreport/ReportedException.java	(revision 17379)
+++ trunk/src/org/openstreetmap/josm/tools/bugreport/ReportedException.java	(revision 17380)
@@ -249,4 +249,5 @@
             str.append("\n    - ");
             if (lines <= MAX_COLLECTION_ENTRIES) {
+                ++lines;
                 str.append(e);
             } else {
