Ignore:
Timestamp:
2024-04-22T20:59:26+02:00 (4 weeks ago)
Author:
taylor.smock
Message:

Revert most var changes from r19048, fix most new compile warnings and checkstyle issues

Also, document why various ErrorProne checks were originally disabled and fix
generic SonarLint issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GpxParser.java

    r19049 r19050  
    142142    public void startElement(String namespaceURI, String localName, String qName, Attributes attributes) throws SAXException {
    143143        elements.push(new String[] {namespaceURI, localName, qName});
    144         switch(currentState) {
     144        switch (currentState) {
    145145            case INIT:
    146146                startElementInit(attributes);
Note: See TracChangeset for help on using the changeset viewer.