Directory org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/

Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw
                                Folder removed from repo coverage (0 files, 0 lines)
                                    Folder removed from repo templates (0 files, 0 lines)

Lines of Code

org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 44 (100.0%) 999 (100.0%) 22.7

Most Recent Commits

soundasleep 2009-10-06 11:30 Rev.: 1252

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 7 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: CheckModelInstance.java (del), CustomOAWLog.java (del), IACleanerBeautifier.java (del), MyLog.java (del), OawCodeGenerator.java (del), OawCodeGeneratorWithRuntime.java (del), TestChecksParser.java (del)
soundasleep 2009-10-05 22:52 Rev.: 1247

resolving issue 115: add debug information runtime switch

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGenerator.java (+1)
soundasleep 2009-10-05 22:01 Rev.: 1245

resolving issue 136: invalid PrimitiveOperation name for CompositeOperations
CustomOAWLog now also keeps track of warnings

59 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: CheckModelInstance.java (+8 -2), CustomOAWLog.java (+51 -1)
soundasleep 2009-09-18 21:07 Rev.: 1199

cleaner no longer makes a backup of cleaned files by default

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+11 -2)
soundasleep 2009-09-11 17:04 Rev.: 1153

before generating code, the initial model instance will be checked against OAW checks, and the user will be warned if there is an issue
when a RuntimeException occurs within a ProgressEnabledAction, an ErrorStatus with the given exception message will be returned instead, improving the quality of log messages

14 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: CustomOAWLog.java (+14 -1)
soundasleep 2009-09-11 16:26 Rev.: 1152

issue 82: adding isCanceled checks to progress monitors
refactoring inference helper functions into a separate Java class

43 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+19), OawCodeGenerator.java (+17 -3), OawCodeGeneratorWithRuntime.java (+7 -1)
soundasleep 2009-08-29 12:56 Rev.: 1062

adding inference test case for UserRolesLoginHandler
adding a test case method to check a model instance for validity according to the oaw checks model
refreshing the OAW model

105 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: CheckModelInstance.java (new 105)
soundasleep 2009-08-19 15:03 Rev.: 1007

adding a sample test case to show that the OAW checks can be loaded into an AST

40 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: TestChecksParser.java (new 40)
soundasleep 2009-08-11 13:36 Rev.: 957

the code generation for codegen tests are now cached (like inference tests)

67 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+47), OawCodeGeneratorWithRuntime.java (+20 -2)
soundasleep 2009-08-07 18:09 Rev.: 929

resolving failing test cases
SelectFieldFromDynamicObject did not have a primary key set
ParentNameTestCase did not check for initial model contents
re-enabling the IACleaner beautifier for generated code

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+3 -5)
soundasleep 2009-08-07 15:39 Rev.: 922

unsccessful attempts in improving the peformance of code generation tests

21 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGenerator.java (+21 -2)
soundasleep 2009-08-05 15:14 Rev.: 903

making the beautifier use the output instrumentation template instead (see http://code.google.com/p/iaml/wiki/ModelCoverage)

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+4 -4)
soundasleep 2009-07-27 00:05 Rev.: 889

moving runtime project into an actual plugin
issue 81: runtime files can now be copied if the runtime properties do not exist

18 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGeneratorWithRuntime.java (+18 -2)
soundasleep 2009-07-26 22:38 Rev.: 888

issue 75, issue 76, issue 81: moving php and js libraries into a separate plugin
plugin runtime tests currently fail until issue 81 is resolved

60 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGenerator.java (+6 -2), OawCodeGeneratorWithRuntime.java (new 54)
soundasleep 2009-07-07 12:33 Rev.: 774

upgrading to new version of iacleaner
fixing a long-standing bug with getLabelIDForText(), where the whitespace in the source text() turned out to be significant

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+4 -5)
soundasleep 2009-06-11 13:40 Rev.: 733

turn off output instrumentation
queued log messages are now run on onLoad, not directly within the generated page

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+4 -2)
soundasleep 2009-05-25 17:39 Rev.: 711

output summary now includes basic javascript information

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+2)
soundasleep 2009-05-19 16:31 Rev.: 709

instrumenting all test cases
saving copy of generated code coverage

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+7 -2)
soundasleep 2009-05-18 17:27 Rev.: 702

oaw coverage tool can now cover executed php code
including sample instrumentation dumps from both oaw and php

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (+6)
soundasleep 2009-05-11 17:45 Rev.: 682

issue 23: adding progress monitors for inference and code generation
adding a test case to test the progress monitors themselves

77 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: CustomOAWLog.java (+49 -2), OawCodeGenerator.java (+28 -1)
soundasleep 2009-05-10 19:45 Rev.: 669

exception throwing within codegen templates can now be read

85 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: CustomOAWLog.java (+13 -1), OawCodeGenerator.java (+72 -1)
soundasleep 2009-04-23 17:21 Rev.: 614

errors occured while generating code are now stored in CustomOAWLog
checks.chk can now be tested in test cases

130 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: CustomOAWLog.java (new 122), OawCodeGenerator.java (+8 -3)
soundasleep 2009-04-23 15:41 Rev.: 613

we can finally control OAW logging directly from within the Eclipse plugin

105 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: MyLog.java (new 73), OawCodeGenerator.java (+32 -20)
soundasleep 2009-04-06 15:11 Rev.: 554

implementing xpathMatch
unnecessary xml site-generation code
currently SyncWire chaining is not copying over conditions off said chained wires

48 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGenerator.java (+48 -3)
soundasleep 2009-04-02 15:09 Rev.: 538

minor changes

18 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGenerator.java (+18 -2)
soundasleep 2009-02-04 12:20 Rev.: 449

adding the ability for oaw templates to throw exceptions

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGenerator.java (+5)
soundasleep 2009-01-27 21:50 Rev.: 410

merging r351:r409 from branch 2008-11-ecore-0.2 back into trunk (initial model v0.2 changes)

60 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: IACleanerBeautifier.java (new 60)
soundasleep 2008-10-29 21:51 Rev.: 251

adding some basic javascript support to the code generation, although it's not used yet

2 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/org/openiaml/model/codegen/oaw: OawCodeGenerator.java (new)
Generated by StatSVN 0.7.0