Directory src/dr/app/plugin/

Total Files:
2
Deleted Files:
0
Lines of Code:
1

[root]/src/dr/app/plugin

Lines of Code

src/dr/app/plugin/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 203 (100.0%) 18.4
mtholder 4 (36.4%) 156 (76.8%) 39.0
jheled 2 (18.2%) 32 (15.8%) 16.0
rambaut 3 (27.3%) 11 (5.4%) 3.6
msuchard 2 (18.2%) 4 (2.0%) 2.0

Most Recent Commits

msuchard 2010-03-08 08:16 Rev.: 3031

Added mean square error estimator to traceAnalysis; could build this feature into Tracer for users doing simulations

4 lines of code changed in 2 files:

  • src/dr/app/plugin: PluginLoader.java (+4 -4)
rambaut 2009-10-24 12:48 Rev.: 2460

Implemented checks to see that all models, likelihood and parameters are being controlled by the MCMC. The checks are made in MCMCParser but the warnings are currently commented out.

11 lines of code changed in 3 files:

  • src/dr/app/plugin: Plugin.java (new), PluginLoader.java (+8 -7)
jheled 2009-10-15 03:21 Rev.: 2397

code police

17 lines of code changed in 1 file:

  • src/dr/app/plugin: PluginLoader.java (+17 -15)
mtholder 2009-10-15 02:13 Rev.: 2396

The plugins directory can now be specified as a system property beast.plugins.dir this property should not be necessary when running beast through an IDEs, but is needed when invoking from a terminal from a different directory. Perhaps the need for the property can be removed -- from inside the IDE the plugins directory is found because it is a subdir of the top of the beast tree

22 lines of code changed in 1 file:

  • src/dr/app/plugin: PluginLoader.java (+22 -10)
jheled 2009-10-15 01:10 Rev.: 2395

code police

15 lines of code changed in 1 file:

  • src/dr/app/plugin: PluginLoader.java (+15 -16)
mtholder 2009-10-15 01:07 Rev.: 2394

removing path to a local file on my machine that was inadvertently committed the previous commit

1 lines of code changed in 1 file:

  • src/dr/app/plugin: PluginLoader.java (+1 -1)
mtholder 2009-10-15 01:02 Rev.: 2393

Beginnings of the Plugin system implemented

133 lines of code changed in 2 files:

  • src/dr/app/plugin: Plugin.java (+7), PluginLoader.java (+126)
Generated by StatSVN 0.7.0