Ignore:
Timestamp:
2016-08-21T15:04:46+02:00 (9 years ago)
Author:
donvip
Message:

fix #josm10132 - IndexOutOfBoundsException while reading PBF without metadata (based on patch by Gerd Petermann) + add unit tests, checkstyle, sonar fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pbf/.classpath

    r32680 r32859  
    33        <classpathentry kind="src" path="gen"/>
    44        <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/>
     5        <classpathentry kind="src" path="test/unit"/>
    56        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    67        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     8        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    79        <classpathentry kind="output" path="build"/>
    810</classpath>
Note: See TracChangeset for help on using the changeset viewer.