mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
- Removed some unused methods, to allow splitting things up
- Moved rubbish to sandbox - Updated todo-list
This commit is contained in:
parent
a86cf5bf15
commit
74cbb789a8
14
twelvemonkeys-core/src/main/java/com/twelvemonkeys/lang/SystemUtil.java
Executable file → Normal file
14
twelvemonkeys-core/src/main/java/com/twelvemonkeys/lang/SystemUtil.java
Executable file → Normal file
@ -498,13 +498,13 @@ public final class SystemUtil {
|
||||
}
|
||||
}
|
||||
|
||||
public static void loadLibrary(String pLibrary) {
|
||||
NativeLoader.loadLibrary(pLibrary);
|
||||
}
|
||||
|
||||
public static void loadLibrary(String pLibrary, ClassLoader pLoader) {
|
||||
NativeLoader.loadLibrary(pLibrary, pLoader);
|
||||
}
|
||||
// public static void loadLibrary(String pLibrary) {
|
||||
// NativeLoader.loadLibrary(pLibrary);
|
||||
// }
|
||||
//
|
||||
// public static void loadLibrary(String pLibrary, ClassLoader pLoader) {
|
||||
// NativeLoader.loadLibrary(pLibrary, pLoader);
|
||||
// }
|
||||
|
||||
public static void main(String[] args) throws CloneNotSupportedException {
|
||||
|
||||
|
23
twelvemonkeys-core/todo.txt
Executable file → Normal file
23
twelvemonkeys-core/todo.txt
Executable file → Normal file
@ -1,10 +1,19 @@
|
||||
- Move some of the imageio classes and test cases to a new submodule imageio-util (imageio-core)
|
||||
- ImageReaderBase
|
||||
- ImageWriterBase
|
||||
- Maybe something in the adapter folder?
|
||||
- Rename core to common
|
||||
- Split up into three sub modules?
|
||||
- common-core
|
||||
- lang
|
||||
- util
|
||||
- common-io
|
||||
- io
|
||||
- io.enc
|
||||
- io.ole2 (or move to separate module?)
|
||||
- net (or move to separate module?)
|
||||
- xml (or move to separate module?)
|
||||
- common-image
|
||||
- image
|
||||
- common-sandbox
|
||||
- all unreleased/experimental stuff
|
||||
|
||||
- Test cases for the OLE2Compound stuff
|
||||
- Move encoder/decoder streams to separate subpackage "enc"
|
||||
- Test cases for encoder/decoders
|
||||
- Test cases in general
|
||||
- Remove lots of the old imageio code
|
||||
- Remove some of the old SQL stuff?
|
Loading…
x
Reference in New Issue
Block a user