Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/proj/AzimuthalEquidistant.java
r13600 r13601 219 219 throw new JosmRuntimeException("TOLERANCE_ERROR"); 220 220 } 221 c_rh = Math.PI;222 221 } else if (c_rh < EPS10) { 223 222 phi = latitudeOfOrigin; -
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
r13598 r13601 328 328 String def0 = Projections.getInit(ref.code); 329 329 if (def0 == null) { 330 Assert.fail("unk own code: "+ref.code);330 Assert.fail("unknown code: "+ref.code); 331 331 } 332 332 if (!ref.def.equals(def0)) { -
trunk/tools/spotbugs/josm-filter.xml
r13220 r13601 47 47 <Class name="org.openstreetmap.josm.Main" /> 48 48 </Match> 49 <Match> 50 <Bug pattern=" SF_SWITCH_FALLTHROUGH" /> 51 <Class name="org.openstreetmap.josm.data.projection.proj.AzimuthalEquidistant" /> 52 </Match> 49 53 50 54 <Match>
Note:
See TracChangeset
for help on using the changeset viewer.