RomanHargrave / cuelib

GIT repo containing the currently (idle?) dead cuelib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

CueParser warning texts should come from ResourceBundle. #13

Open RomanHargrave opened 9 years ago

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 14:59:26

CueParser warning texts are currently hard coded. This is undesirable as it makes localization cumbersome. As per best practices, these messages should be put in a ResourceBundle.

Original issue: http://code.google.com/p/cuelib/issues/detail?id=13

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 24, 2008 03:32:04

This problem also occurs in jwbroek.io.TemporaryFileCreator. The scope of this issue is expanded to include all classes in which this problem occurs.