﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13687	[Patch] Use CachedFile class for /data/help-browser.css in HelpBrowser class	sebastic	team	"As [https://lists.openstreetmap.org/pipermail/josm-dev/2016-September/007751.html discussed on the josm-dev list], most code uses the `CachedFile` class to access embedded resources in jar, but the the `HelpBrowser` class doesn't do so for `/data/help-browser.css`. Using the `CachedFile` class to access embedded resources increases consistency in the JOSM code, and simplifies the patch included in the Debian package that handles data moved out of the jar to `/usr/share/josm` by changing `CachedFile.CachedFile()`.

attachment:use-CachedFile-for-help-browser-css.patch uses the CachedFile class instead of `getResourceAsStream()` to access `/data/help-browser.css` in the `HelpBrowser` class."	enhancement	closed	normal	16.10	Core	tested	fixed	debian jar resource	
