Searched refs:loadedProps (Results 1 – 4 of 4) sorted by relevance
53 Properties loadedProps = new Properties(); in main() local114 loadedProps.load(in); in main()120 if (!originalProps.equals(loadedProps)) in main()
63 Properties loadedProps = new Properties(); in testSaveLoad() local123 loadedProps.loadFromXML(in); in testSaveLoad()
292 Properties loadedProps = new Properties(); in SaveLoadBasher() local358 loadedProps.load(getInputStream(baos.toByteArray())); in SaveLoadBasher()359 check(loadedProps, originalProps); in SaveLoadBasher()365 loadedProps.load(getReader(baos.toByteArray(), "UTF-8")); in SaveLoadBasher()366 check(loadedProps, originalProps); in SaveLoadBasher()
89 boolean loadedProps = false;102 loadedProps = true;115 if (!loadedProps) {