Another round of checkstyle fixes
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang /
2017-09-17 Robert VargaAnother round of checkstyle fixes 97/63197/1
2017-09-16 Robert VargaNext round of checkstyle fixes in yang-parser-impl 92/63192/2
2017-09-16 Robert VargaNext round of yang-parser-impl checkstyle fixes 87/63187/3
2017-09-15 Robert VargaCleanup some checkstyle warnings 82/63182/1
2017-09-14 Robert VargaBUG-7052: split out yang-parser-spi 43/63043/6
2017-09-13 Robert VargaBUG-7568: Use YangTextSchemaSource to emit schema files 06/62706/4
2017-09-13 Igor FoltinAvoid module namespace/submodule name conflict when... 34/63034/2
2017-09-13 Igor FoltinOverride toString() in Yang/YinStatementStreamSource 61/62961/3
2017-09-12 Robert VargaBUG-7568: refactor yang-maven-plugin 05/62705/3
2017-09-12 Peter KajsaBug 7051 - Refactoring of UnknownStatements handling 32/63032/2
2017-09-12 Peter KajsaBug 7051 - Refactoring of implicit case statements... 20/63020/2
2017-09-09 Igor FoltinAdd the parent module of a submodule to the set of... 33/62833/2
2017-09-05 Robert VargaRevert "BUG-7568: refactor yang-maven-plugin" 02/62702/1
2017-09-05 Robert VargaRevert "BUG-7568: Use YangTextSchemaSource to emit... 01/62701/1
2017-09-05 Robert VargaBUG-7568: Use YangTextSchemaSource to emit schema files 85/52085/31
2017-09-05 Robert VargaBUG-7568: refactor yang-maven-plugin 56/52056/34
2017-09-05 Robert VargaBUG-8043: eliminate ConstraintFactory 43/62443/3
2017-09-05 Robert VargaBUG-8043: eliminate LenghtStatement.getValue() 42/62442/3
2017-08-28 Robert VargaCleanup SystemTestUtils 89/61289/4
2017-08-28 Robert VargaThrow SourceException instead of IllegalArgumentException 41/62341/2
2017-08-28 Robert VargaBUG-8043: AbstractConstraintEffectiveStatement update 77/62277/2
2017-08-24 Robert VargaDo not instantiate needless objects in augment 03/61303/8
2017-08-24 Robert VargaBUG-7052: move copy operation to StatementContextBase 02/61302/7
2017-08-22 Peter KajsaBug 9005 - scope of model import prefix should be modul... 42/62142/1
2017-08-16 Robert VargaSimplify DeviateStatementImpl.addStatement() 37/61237/9
2017-08-16 Robert VargaRefactor argument adaptation 40/61240/10
2017-08-16 Robert VargaBUG-7052: remove StmtContext.createCopy() 38/61238/11
2017-08-13 Peter KajsaBug 8922 - Evaluation of if-features is done regardless... 77/61377/5
2017-08-04 Peter KajsaBug 8831 - Yang 1.1 default values are not checked... 70/61170/3
2017-07-31 Peter KajsaFix of Module.getPrefix() to return prefix also in... 64/59564/8
2017-07-19 Robert VargaBUG-7051: move yang-data support into its own package 57/60557/2
2017-07-19 Peter KajsaBug 7051 - Refactoring of StmtContextUtils 41/54841/23
2017-07-10 Robert VargaBUG-6972: eliminate StmtContext.getOrder() 63/60063/3
2017-07-10 Robert VargaBUG-6972: Add OptionaBoolean utility 50/60050/7
2017-07-04 Peter KajsaBug 7051 - moving of SubstatementValidator into spi... 29/59929/1
2017-06-26 Igor FoltinFix uninitialized ExtensionDefinition for openconfig... 40/59240/2
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-15 Robert VargaRemove use of ALTLRInputStream 22/59022/1
2017-06-14 Robert VargaBe strict about boolean arguments 70/58270/42
2017-06-13 Robert VargaFix sonar complaints around generic type naming 15/58815/1
2017-06-12 Robert VargaBUG-7052: extract SimpleSchemaContext 52/58752/4
2017-06-12 Robert VargaBUG-7052: deprecate YangParseException 51/58751/3
2017-06-12 Robert VargaBUG-7052: Move ModuleDependencySort to yang-model-util 50/58750/3
2017-06-12 Robert VargaBypass array-based sort 46/58746/3
2017-06-12 Robert VargaBUG-7052: Move TopologicalSort to util package 44/58744/3
2017-06-12 Robert VargaReformulate ModuleDependencySort in terms of a Table 09/58609/7
2017-06-09 Robert VargaOptimize ModuleDependencySort 90/58590/3
2017-06-09 Robert VargaDo not create temporary array for module sorting 88/58588/2
2017-06-09 Robert VargaBUG-7052: move EffectiveSchemaContext 43/58543/6
2017-06-09 Robert VargaMake getOriginalCtx() give out an Optional 64/58564/5
2017-06-09 Robert VargaBUG-6972: inline copy operation modifications 63/58563/3
2017-06-08 Robert VargaBUG-7052: remove AbstractEffectiveSchemaContext 42/58542/2
2017-06-08 Robert VargaBUG-6972: Do not allow root StmtContext to be copied 40/58540/2
2017-06-08 Robert VargaEliminate StmtContext.isRootContext() 36/58536/1
2017-06-08 Robert VargaRemove appendCopyHistory from public view 29/58529/2
2017-06-08 Robert VargaBUG-7052: Move qnameFromArgument to StmtContextUtils 57/58457/8
2017-06-08 Robert VargaBUG-7052: reduce StatementContextBase proliferation... 56/58456/15
2017-06-08 Robert VargaBUG-7052: Move RecursiveObjectLeader to util 58/58458/7
2017-06-08 Robert VargaBUG-7052: reduce StatementContextBase proliferation 51/58451/5
2017-06-07 Robert VargaEnforce namespace listener compatibility 81/58381/6
2017-06-07 Robert VargaRefactor InferenceAction 80/58380/6
2017-06-07 Robert VargaMove DeviateKind parsing 71/58271/4
2017-06-07 Robert VargaModifierImpl has no use for phase 79/58379/2
2017-06-07 Robert VargaCleanup effectiveStatements() access 36/58336/2
2017-06-07 Robert VargaDo not tolerate invalid status arguments 69/58269/3
2017-06-07 Robert VargaIntern low-cardinality statement arguments 68/58268/3
2017-06-07 Robert VargaTurn BuiltinEffectiveStatements into an enum 62/58262/4
2017-06-07 Robert VargaDo not throw IllegalArgumentException 06/58306/2
2017-06-06 Igor FoltinBug 8523: Add support for parsing restconf:yang-data... 75/58175/6
2017-06-06 Peter KajsaBug 8597 - Empty description and reference of ModuleImp... 54/58254/5
2017-06-05 Igor FoltinBug 4640: Change semantic-version to openconfig-version 47/58247/1
2017-06-05 Peter KajsaBug 7037 - Improve mapping of YANG extensions 17/55717/11
2017-06-04 Robert VargaRevert "Bug 4640: Change semantic-version to openconfig... 18/58218/2
2017-06-04 Robert VargaAdd hook for interning raw argument 84/58184/3
2017-06-02 Igor FoltinBug 4640: Change semantic-version to openconfig-version 69/57769/3
2017-05-18 Igor FoltinBug 8307: Add the option for activating deviation state... 52/56452/5
2017-04-27 Robert VargaSilence all info messages about all features being... 97/56097/2
2017-04-25 Robert VargaBUG-8123: fix URL naming mixup 12/56012/1
2017-04-18 Robert VargaBUG-8123: be better at guessing identifiers 58/54958/3
2017-04-14 Peter KajsaBug 7050 - Document parser-impl package structure 40/54840/8
2017-04-14 Peter KajsaBug 7038 - Rework 'type decimal64' lookup 24/54524/7
2017-04-13 Jakub TothImplement DocumentedNode interface to RevisionEffective... 16/54816/3
2017-04-10 Igor FoltinBug 7847: Implement YANG 1.1 XPath functions in YangFun... 25/54525/3
2017-04-07 Peter KajsaBug 8126 - Some augments are not being processed 65/54365/5
2017-03-27 Peter KajsaBug 6183 - Shorthand case should create case node in... 39/53139/11
2017-03-16 Igor FoltinBug 7954: Throw an exception when parsing duplicate... 83/53283/6
2017-03-11 Robert VargaBUG-7954: identify source of the offending statement 84/53184/1
2017-03-09 Peter KajsaBug 5410 - XSD regular expressions are interpreted... 99/52999/6
2017-03-09 Peter KajsaBUG-7424: Disallow child namespace collisions 00/51400/9
2017-03-08 Peter KajsaBug 7865 - Extension argument is being restricted to... 91/52991/1
2017-03-06 Robert VargaBUG-7424: introduce a putIfAbsent storage operation 62/52762/2
2017-03-06 Robert VargaBUG-7898: clean up CrossSourceStatementReactor interface 14/52814/4
2017-03-03 Igor FoltinBug 6856: Rpc definition should implicitly define input... 04/48704/22
2017-03-02 Peter KajsaBug 7879 - refine target node was not found 39/52639/2
2017-03-01 Igor FoltinBug 6878: Add support for parsing yang-specific XPath... 38/51938/9
2017-02-28 Robert VargaFormat Module revisions 44/52344/2
2017-02-27 Peter KajsaBug 6886 - [Yang 1.1] Update rules for handling of... 26/51926/5
2017-02-23 Robert VargaUpdate StmtTestUtils 70/52070/7
2017-02-23 Igor FoltinBug 6885: [Yang 1.1] Disallow "when" and "if-feature... 85/50785/13
2017-02-23 Peter KajsaBug 6884 - [Yang 1.1] Submodule can reference all defin... 03/51903/4
next