Statcvs Statistics For Module Src Test Java Xdoclet Sdk Xtag
Statcvs Statistics For Module Src Test Java Xdoclet Sdk Xtag Rinkrank 29.04.03 22:10 : various updates. mostly to do with xjavadoc no longer being a singleton and the new sdk component that migrates xdoclet 1.2 style xtags.xml to xtag classes. Test (0 files, 0 lines) java (0 files, 0 lines) xdoclet (6 files, 250 lines) ant (1 files, 25 lines) util (1 files, 109 lines) predicates (7 files, 326 lines) sdk (0 files, 0 lines) beans (1 files, 47 lines) xgg (1 files, 80 lines) binding (1 files, 9 lines) xtag (0 files, 0 lines) migrator (3 files, 841 lines) plugins (3 files, 124 lines).
Statcvs Statistics For Module Src Test Java Xdoclet Sdk Xtag Migrator Rinkrank 29.04.03 22:10 : various updates. mostly to do with xjavadoc no longer being a singleton and the new sdk component that migrates xdoclet 1.2 style xtags.xml to xtag classes. The current version of statcvs generates a static suite of html documents containing tables and chart images. statcvs is opens source software, released under the terms oft the lgpl. Statcvs is a program that retrieves information from a cvs repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. Jas 2004 03 19 23:44 add infrastructure for java code, and add punycode, from oliver hitz
Statcvs Statistics For Module Src Test Java Xdoclet Plugins Statcvs is a program that retrieves information from a cvs repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. Jas 2004 03 19 23:44 add infrastructure for java code, and add punycode, from oliver hitz
Statcvs Statistics For Module Xrai Src Java Xdoclet Xrai Ant Java > open source codes > xdoclet > modules > ojb > tests > referencetagautoupdateattributetests. Metagenerate performs xinfo and mxinfo needs for phoenix now. 001 package edu.upenn.cis.propbank shen; 002 003 import java.util.linkedlist; 004 import java.util.list; 005 006 import java.util.linkedlist; 007 import java.util.list; 008 009 import org.w3c.dom.node; 010 import org.w3c.dom.namednodemap; 011 import org.w3c.dom.attr; 012 013 ** 014 this class represents an example in the lexical guidelines. 015 016 an example consists of some text together with an optional 017 name and a list of arguments for the verb described in the 018 frameset file of which this example is a part. 019 @author scott cotton 020 021 022 * 023 public class example {024 025 protected node node; 026 protected string name; 027 028 protected string text; 029 protected list arguments; 030 031 ** construct an example object from a dom example node in the frameset.dtd * 032 public example (node n) 033 {034 node = n; 035 arguments = null; 036 name = null; 037 namednodemap attrs = n.getattributes (); 038 int len = attrs.getlength (); 039 string anm = null; 040 for (int i=0; i
Statcvs Statistics For Module Xdoclet Commons 001 package edu.upenn.cis.propbank shen; 002 003 import java.util.linkedlist; 004 import java.util.list; 005 006 import java.util.linkedlist; 007 import java.util.list; 008 009 import org.w3c.dom.node; 010 import org.w3c.dom.namednodemap; 011 import org.w3c.dom.attr; 012 013 ** 014 this class represents an example in the lexical guidelines. 015 016 an example consists of some text together with an optional 017 name and a list of arguments for the verb described in the 018 frameset file of which this example is a part. 019 @author scott cotton 020 021 022 * 023 public class example {024 025 protected node node; 026 protected string name; 027 028 protected string text; 029 protected list arguments; 030 031 ** construct an example object from a dom example node in the frameset.dtd * 032 public example (node n) 033 {034 node = n; 035 arguments = null; 036 name = null; 037 namednodemap attrs = n.getattributes (); 038 int len = attrs.getlength (); 039 string anm = null; 040 for (int i=0; i
Comments are closed.