Merge "BUG-1276: fixed generated union constructor"
[yangtools.git] / code-generator / binding-java-api-generator / src / main / java / org / opendaylight / yangtools / sal / java / api / generator / ClassTemplate.xtend
2014-07-21 Tony TkacikMerge "BUG-1276: fixed generated union constructor"
2014-07-21 Tony TkacikMerge "BUG-532: implemented copy constructor for genera...
2014-07-21 Tony TkacikMerge "While the controller is starting up, we see...
2014-07-21 Tony TkacikMerge "Making javadoc actually get flagged as javadoc"
2014-07-18 Robert VargaMerge "BUG-1388: fixed ClassTemplate to avoid unused...
2014-07-18 Martin VitezBUG-1388: fixed ClassTemplate to avoid unused import... 40/9140/1
2014-07-16 Tony TkacikMerge "Modifications RpcResultBuilder class"
2014-07-15 Tony TkacikMerge "Bug 865: Fixed incorrect conversion to new APIs."
2014-07-15 Tony TkacikMerge "BUG-1347: fixed bug in generation constraints...
2014-07-11 Martin VitezBUG-1347: fixed bug in generation constraints for decim... 25/8925/1
2014-07-09 Tony TkacikMerge "Bug 1331 - Generate SPIs and yangs to target...
2014-07-03 Tony TkacikMerge "BUG-1119: optimize length and range checks in...
2014-07-02 Tony TkacikMerge "Improvements REST documentation generation"
2014-07-02 Martin VitezBUG-1119: optimize length and range checks in generated... 92/7892/9
2014-07-01 Tony TkacikMerge "Bug 762: Verify input in typedef codecs"
2014-07-01 Tony TkacikMerge "BUG-1258: Mark FIXME for implementation"
2014-07-01 Tony TkacikMerge "BUG-868: do not use InstanceIdentifier.getPath()"
2014-07-01 Tony TkacikMerge "Cleanup pom.xml"
2014-07-01 Tony TkacikMerge "BUG-994: introduce SchemaPath.getLastComponent()"
2014-07-01 Tony TkacikMerge "BUG-994: improve CopyUtils performance"
2014-07-01 Tony TkacikMerge "BUG-994: use SchemaPath.getPathTowardRoot()"
2014-07-01 Tony TkacikMerge "BUG-994: remove open-coded SchemaPath.createChild"
2014-07-01 Martin VitezBUG-865: removed deprecated code from binding-java... 01/8501/1
2014-06-27 Jan MedvedMerge "Revert "BUG-994: reorganize SchemaPath into...
2014-06-26 Tony TkacikMerge "BUG-1201: make yangtools compilable with java 8."
2014-06-24 Robert VargaBUG-1201: make yangtools compilable with java 8. 06/8106/2
2014-03-18 Tony TkacikMerge "Fix for Bug 511 (code-generator)"
2014-03-18 Martin VitezFix for Bug 511 (code-generator) 25/5625/3
2014-02-04 Robert VargaMerge "Renamed getLength() method to length() in classe...
2014-02-04 Martin VitezRenamed getLength() method to length() in classes gener... 77/4977/2
2014-01-20 Tony TkacikMerge "Changed generation of POST operation block"
2014-01-19 Tony TkacikMerge "BUG-326: quickfix: Log offending type and fallba...
2014-01-19 Robert VargaAdd missing copyright headers 86/4386/1
2013-12-16 Tony TkacikMerge "Clean up yang parser."
2013-12-13 Tony TkacikMerge "Added constructor in QName to create instance...
2013-12-13 Tony TkacikMerge "Fix for Bug 241."
2013-12-13 Martin VitezFix for Bug 241. 91/3691/1
2013-12-03 Martin VitezMerge "Added reusable string codecs to yang-data-impl"
2013-12-02 Martin VitezImplemented range validation (Bug 178). 26/3326/2
2013-12-01 Robert VargaMerge "Added wildcarded contains to InstanceIdentifier"
2013-12-01 Tony TkacikMerge "Switch to using plexus-build-api for file output"
2013-11-29 Martin VitezAdded getDefaultInstance method to classes generated... 53/3253/1
2013-11-28 Tony TkacikMerge "Added @ConstructorProperties annotation to const...
2013-11-27 Martin VitezAdded @ConstructorProperties annotation to constructors... 32/3132/1
2013-11-19 Martin VitezAdded toString method to generated inner implementation... 76/2876/1
2013-11-19 Tony TkacikMerge "Added export of augmentation schemas to Binding...
2013-11-19 Tony TkacikMerge "Fix for Bug 134: added restriction check to...
2013-11-19 Tony TkacikMerge "Make builder typesafe by default and deprecate...
2013-11-19 Martin VitezFix for Bug 134: added restriction check to classes... 59/2859/1
2013-11-14 Martin VitezAdded initial version of documentation generator. 48/2748/1
2013-11-13 Robert VargaMerge "Bugfix in CompositeNode implementation, Instance...
2013-11-12 Martin VitezAdded serialVersionUID field to classes generated from... 63/2663/1
2013-11-12 Martin VitezAdded check for valid length to typedef constructors. 46/2646/1
2013-11-11 Martin VitezAdded getLength method to classes generated from typede... 16/2616/1
2013-11-07 Martin VitezImplemented length statement. Added new method to Build... 44/2444/3
2013-10-25 Martin VitezFix for Bug 123. 64/2164/1
2013-10-10 Tony TkacikMerge "Improved generation of hashCode and equals."
2013-10-10 Martin VitezImproved generation of hashCode and equals. 96/1796/1
2013-10-03 Martin VitezAdded sorting of constructor arguments. 46/1646/1
2013-10-02 Martin VitezMerge "Fix for bug Bug 100 and Bug 87"
2013-10-02 Tony TkacikFix for bug Bug 100 and Bug 87 03/1603/1
2013-09-30 Martin VitezFixed toString bug. Fixed yang versions used in tests. 04/1504/1
2013-09-27 Tony TkacikMerge "Updated pom files for release preparation"
2013-09-27 Tony TkacikMerge "Updated pom files, added concepts component"
2013-09-27 Tony TkacikMerge "Added implementation of InstanceIdentifier for...
2013-09-25 Tony TkacikMerge changes Ifb4a8c9e,I9ef1fb78
2013-09-25 Martin VitezImproved generation of toString() method. 11/1411/1
2013-09-23 Ladislav BorakFix warnings reported by maven 53/1353/1
2013-08-26 Tony TkacikAdded javadoc to generated types 97/997/1
2013-08-23 Tony TkacikUpdated binding model 74/974/2
2013-08-23 Tony TkacikUpdated code generation 68/968/2
2013-08-22 Tony TkacikMerge "Code refactoring"
2013-08-22 Jozef GloncakCode refactoring 41/941/2
2013-08-21 Jozef GloncakComments of source code. 22/922/3
2013-08-20 Martin VitezMerge "Fixed bug with field starting with number"
2013-08-20 Tony TkacikFixed bug with field starting with number 20/920/1
2013-08-14 msunalChanged interface sal.binding.model.api.CodeGenerator 21/821/2
2013-08-13 Martin VitezFixed bug in equals method generation. 60/860/1
2013-08-06 Martin VitezRenamed base package names from org.opendaylight.contro... 02/802/1