yacy_search_server/source/de/anomic/tools
orbiter 69aac0d74c modified the diskUsage class regarding the following two aspects:
1. The usage and dependency of the plasmaSwitchboad was used many times in the past but this was
a bad mistake. The classes should be independent from the switchboard to support a better abstraction. Therefore the object was removed. The parameters from the switchboard are computed outside and then handed over.
2. the class is considered as a tightly connected to hardware resources. Classes which handle data that cannot be replicated because it would need to replicate hadware should not support dynamic object allocation, but should be coded as collection of private static methods. Therefore all class objects had been transformed into static private objects.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4961 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-06-30 21:47:53 +00:00
..
bbCode.java minor changes 2005-09-09 21:01:53 +00:00
bitfield.java *) cosmetics: fixed a typo 2007-07-14 12:49:11 +00:00
consoleInterface.java modified the diskUsage class regarding the following two aspects: 2008-06-30 21:47:53 +00:00
crypt.java - fixed a bug in remote search that prevented that any results had been generated (!) 2008-02-27 23:12:43 +00:00
cryptbig.java - organize imports 2008-06-06 16:01:27 +00:00
diskUsage.java modified the diskUsage class regarding the following two aspects: 2008-06-30 21:47:53 +00:00
disorderHeap.java refactoring (initialized static fields, removed empty if/else, serialized some fields in serializable classes) 2008-05-03 09:06:00 +00:00
disorderSet.java - organize imports 2008-06-06 16:01:27 +00:00
enumerateFiles.java - organize imports 2008-06-06 16:01:27 +00:00
gzip.java - fixed a bug in remote search that prevented that any results had been generated (!) 2008-02-27 23:12:43 +00:00
loaderCore.java refactoring of wget string list generation 2006-10-02 09:59:20 +00:00
loaderProcess.java refactoring of wget string list generation 2006-10-02 09:59:20 +00:00
loaderThreads.java - organize imports 2008-06-06 16:01:27 +00:00
md5DirFileFilter.java *) last step of removing embedded html from dir class 2006-08-06 14:38:07 +00:00
nxTools.java - organize imports 2008-06-06 16:01:27 +00:00
PKCS12Tool.java - organize imports 2008-06-06 16:01:27 +00:00
Punycode.java - added punycode class from gnu idn library 2008-02-26 22:18:40 +00:00
tarTools.java added missing implementation of network-path reference 2008-05-22 00:08:14 +00:00
yFormatter.java - Changed yFormatter handling to be more flexible and produce more readable code for server pages. There are serverObject.putNum() methods to allow adding of number type values in a formatted form, and put() methods for number types that add them without formatting. This reduces the need to transform them into Strings in server pages and removes the HTML encoding step which is unecessary for numbers. 2007-10-19 04:13:46 +00:00