- Timestamp:
- 2016-05-17T18:11:52+02:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWays.java
r10001 r10247 63 63 ways.add(wCopy); 64 64 } 65 sourceWays = null; // Ensure that we only use the copies from now66 65 67 66 // Find a linear ordering of the nodes. Fail if there isn't one. -
trunk/src/org/openstreetmap/josm/actions/upload/ValidateUploadHook.java
r9675 r10247 73 73 } 74 74 } 75 tests = null;76 75 OsmDataLayer editLayer = JosmAction.getEditLayer(); 77 76 if (editLayer != null) { -
trunk/src/org/openstreetmap/josm/data/cache/BufferedImageCacheEntry.java
r8840 r10247 48 48 img = ImageIO.read(new ByteArrayInputStream(content)); 49 49 imageLoaded = true; 50 51 if (writtenToDisk)52 content = null;53 50 } 54 55 51 } 56 52 return img; -
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/relations/MultipolygonCache.java
r10179 r10247 114 114 if (map != null) { 115 115 map.clear(); 116 map = null;117 116 } 118 117 } … … 127 126 if (map2 != null) { 128 127 map2.clear(); 129 map2 = null;130 128 } 131 129 }
Note:
See TracChangeset
for help on using the changeset viewer.