[MOBY-guts] biomoby commit
Martin Senger
senger at dev.open-bio.org
Mon Mar 3 11:34:17 UTC 2008
senger
Mon Mar 3 06:34:17 EST 2008
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared
In directory dev.open-bio.org:/tmp/cvs-serv3170/src/main/org/biomoby/shared
Modified Files:
CentralCached.java Utils.java
Log Message:
* more work on junit testing and its infrastructure
* removing some compiler warnings from generated data types
* better use of caching in skeleton generator
moby-live/Java/src/main/org/biomoby/shared CentralCached.java,1.1,1.2 Utils.java,1.19,1.20
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/CentralCached.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/CentralCached.java 2008/02/23 13:58:32 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/CentralCached.java 2008/03/03 11:34:17 1.2
@@ -131,4 +131,11 @@
**************************************************************************/
String getCacheInfoFormatted (String id);
+ /***************************************************************************
+ * Indicate whether the implementtaion really is using a local cache. <p>
+ *
+ * @return true if a local cache is used
+ **************************************************************************/
+ boolean isUsingCache();
+
}
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Utils.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Utils.java 2008/02/28 16:59:47 1.19
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Utils.java 2008/03/03 11:34:17 1.20
@@ -546,8 +546,7 @@
}
} catch (IOException e) {
- throw new MobyException("Error creating input stream:", e
- .getCause());
+ throw new MobyException ("Error creating input stream: " + e.toString());
}
}
More information about the MOBY-guts
mailing list