id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
9,Configuration default values,Bernhard Haumacher (haui at haumacher dot de),,"In sources/uka/util/ConfigBundle.java the method getConfigString(key, defaultValue) may throw a java.util.MissingResourceException instead of returning the default value. The problem was a possible confusion between java.util.MissingResourceException and uka.util.ConfigEntryMissingError.
=== Solution ===
uka.util.ConfigEntryMissingError is completely superfluous, because java.util.MissingResourceException is a subclass of java.lang.Runtimeexception an has not to be declared, too. Exceptions uka.util.ConfigEntryMissingError and uka.util.ConfigError removed, code cleaned up.

'''fixed''' since 1.00.
",defect,closed,normal,1.00,uka.karmi,,normal,fixed,,
