Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 81ff7da4

Přidáno uživatelem Jan Havlíček před asi 4 roky(ů)

re #7891 Indentation new issue found.
WebView interpretation of html does not respond to actual HTML

Zobrazit rozdíly:

project/Deserializer/src/jdeserialize/classdesc.java
274 274
                val = locVal.toString();
275 275
            }
276 276

  
277
            sb.append(formatting.get("lineBreak")).append(indentation);
277
            String locStringTest = formatting.get("lineBreak") + indentation +
278
                formatting.get("fieldCol") + "\"" + f.name + "\"" + formatting.get("closeTagCol") +
279
                " : " + val;
280
            sb.append(locStringTest);
281
            /*sb.append(formatting.get("lineBreak")).append(indentation);
278 282
            sb.append(formatting.get("fieldCol")).append("\"").append(f.name).append("\"").append(formatting.get("closeTagCol"));
279 283
            sb.append(" : ");
280
            sb.append(val);
284
            sb.append(val);*/
281 285

  
282 286
            if (!f.equals(this.fields[this.fields.length - 1])) {
283 287
                sb.append(", ");

Také k dispozici: Unified diff