Directory org.openiaml.docs/src/org/openiaml/docs/tests/

Directory Created:
2009-09-16 00:50
Total Files:
3
Deleted Files:
2
Lines of Code:
757

[root]/org.openiaml.docs/src/org/openiaml/docs/tests
                            directory in repo expected (8 files, 301 lines)

Lines of Code

org.openiaml.docs/src/org/openiaml/docs/tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 43 (100.0%) 2686 (100.0%) 62.4

Most Recent Commits

soundasleep 2011-09-23 17:06 Rev.: 3106

minor documentation fixes throughout project

19 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+19 -2)
soundasleep 2011-09-15 20:11 Rev.: 3084

events should not be formatted through humanise (e.g. 'onInit')

3 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: TestLatexFunctions.java (+3)
soundasleep 2011-09-15 20:05 Rev.: 3083

propeties such as 'addPermission' will now be rendered in LaTeX as 'add permission'
fixing many of the other LaTeX hyperlinks, as element types were not being humanised

12 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: TestLatexFunctions.java (+12)
soundasleep 2011-08-02 17:22 Rev.: 3039

adding NoLaTeX and LaTeX blocks for HTML documentation
adding {@type} inline tag

42 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+42)
soundasleep 2011-06-27 18:54 Rev.: 2976

modeldoc: documentation tagged with <em> will now be converted to \textit in LaTeX

2 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: TestLatexFunctions.java (+2)
soundasleep 2011-06-27 18:44 Rev.: 2975

modeldoc: adding an \includeVisualMissing latex switch to optionally include missing visual representations
fixing humanise() for 'ECA Rule', 'XQuery Function'

4 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: TestLatexFunctions.java (+4)
soundasleep 2011-05-23 19:51 Rev.: 2958

adding assertion to ensure modeldoc codegen is successful
modeldoc latex templates were referring to old 'EventTrigger', 'Condition' classes

3 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+3 -1)
soundasleep 2011-05-23 19:37 Rev.: 2957

issue 240 test case now also checks to count the actual number of unique rules found

9 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+9 -1)
soundasleep 2011-05-23 19:26 Rev.: 2955

issue 240: improving the check to identify missing inference documentation by handling multiple @tags and non-@inference tags

64 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+64 -1)
soundasleep 2011-04-27 16:49 Rev.: 2696

issue 240: adding a simple test case to check that modeldoc is provided for all inference rules

66 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+66 -2)
soundasleep 2011-04-07 19:42 Rev.: 2647

metrics that are in floating point format are now printed out two 2dp in latex metrics output

17 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+17)
soundasleep 2011-03-24 11:45 Rev.: 2602

adding support for reading file metrics through modeldoc: file types count and size
file metrics are also printed out to Latex format

8 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+8)
soundasleep 2011-01-12 17:36 Rev.: 2545

writing a new modeldoc function, convertHTMLIntoLatex(), which tries make a javadoc-compatible string with HTML tags (e.g. <code>) into LaTeX-suitable code (e.g. \code{})

20 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: TestLatexFunctions.java (+20 -2)
soundasleep 2010-07-20 19:37 Rev.: 2510

initial work in adding a Latex output for modeldoc

22 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: TestLatexFunctions.java (new 22)
soundasleep 2010-07-20 19:05 Rev.: 2509

Rationale is now loaded from EMF models
adding Rationale to modeldoc output

0 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test.java (-1)
soundasleep 2010-04-16 23:30 Rev.: 1921

issue 167: adding documentation to some model elements for ModelDoc
adding a test case to identify missing documentation elements

63 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+63)
soundasleep 2010-04-16 19:33 Rev.: 1915

fixing all invalid @model tags in existing codebase

42 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+42 -4)
soundasleep 2010-03-08 15:54 Rev.: 1639

adding a test case to check for broken @model modeldoc tags in javadoc

75 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+75)
soundasleep 2010-02-10 16:13 Rev.: 1470

migrating inference models to the refactored model
fixing up broken model completion rules
resolving compile errors in helper functions

4 lines of code changed in 2 files:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (+3 -3), Test.java (+1 -1)
soundasleep 2010-02-03 20:36 Rev.: 1438

removing other oaw workflows that use the Reader class; instead they now use the CurrentModel
creating a new ModelLoader helper class
fixing up the IProgressMonitor usage in some actions

5 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test.java (+5 -7)
soundasleep 2009-12-07 15:16 Rev.: 1375

renaming test case for modeldoc generation

199 lines of code changed in 2 files:

  • org.openiaml.docs/src/org/openiaml/docs/tests: GenerateModeldocTestCase.java (new 199), Test2.java (del)
soundasleep 2009-09-30 23:47 Rev.: 1233

examples are now grouped by example model
drastically increasing the readability of generated modeldoc

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+1 -2)
soundasleep 2009-09-30 15:47 Rev.: 1228

adding inline documentation for modeldoc, based on /wiki/Model0_4

8 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+8 -8)
soundasleep 2009-09-30 14:17 Rev.: 1225

adding support for loading javadoc modeldoc tags from block comments

85 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+85)
soundasleep 2009-09-28 21:27 Rev.: 1214

refactoring out configuration information into constructor parameters

3 lines of code changed in 2 files:

  • org.openiaml.docs/src/org/openiaml/docs/tests: OawCodeGenerator.java (del), Test2.java (+3 -2)
soundasleep 2009-09-28 20:40 Rev.: 1213

refactoring out modeldoc's Test2 mega-class into an actual class hierarchy

18 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+18 -1232)
soundasleep 2009-09-18 20:23 Rev.: 1196

adding support for rendering Examples (with @example tag) in modeldoc

104 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+104 -59)
soundasleep 2009-09-17 17:24 Rev.: 1191

adding some initial examples of semantic documentation

11 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+11 -30)
soundasleep 2009-09-17 17:07 Rev.: 1190

changing style of @semantics to '@semantics e1,e2 ..description..'

113 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+113 -47)
soundasleep 2009-09-17 16:01 Rev.: 1189

adding extensions to modeldoc

46 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+46 -2)
soundasleep 2009-09-17 15:41 Rev.: 1188

adding support for rendering constraints

2 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+2 -2)
soundasleep 2009-09-17 15:20 Rev.: 1187

adding references and attributes to the modeldoc model

82 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+82 -1)
soundasleep 2009-09-17 14:51 Rev.: 1186

adding 'tagline' documentation based on EMF model
minor fixes

27 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+27 -1)
soundasleep 2009-09-17 14:30 Rev.: 1185

cleaning up css of generated docs
adding 'name', 'abstract', 'interface' properties to modeldoc model (since OAW cannot support EDataTypes)

4 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+4 -1)
soundasleep 2009-09-16 17:18 Rev.: 1183

adding OAW-based output of model documentation based on the EMF model
inheritance is now explicitly placed into the modeldoc instance

216 lines of code changed in 2 files:

  • org.openiaml.docs/src/org/openiaml/docs/tests: OawCodeGenerator.java (new 162), Test2.java (+54 -16)
soundasleep 2009-09-16 15:40 Rev.: 1182

adding support for parsing inference semantics from drools files
adding support for loading graphical representations from edit plugin

638 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+638 -230)
soundasleep 2009-09-16 12:50 Rev.: 1181

adding initial implementation of loading operational semantics from Javadoc comments (@semantics, @model)

317 lines of code changed in 1 file:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test2.java (+317 -6)
soundasleep 2009-09-16 00:50 Rev.: 1179

adding a new project to test automatic generation of model documentation/semantics
initial import; currently loads EMF models, and OAW checks and extensions

332 lines of code changed in 2 files:

  • org.openiaml.docs/src/org/openiaml/docs/tests: Test.java (new 103), Test2.java (new 229)
Generated by StatSVN 0.7.0