BUG-4456: add RecursiveExtensionResolver
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang /
2016-10-18 Robert VargaBUG-4456: add RecursiveExtensionResolver 84/47084/1
2016-10-18 Robert VargaBUG-6757: revert fix for BUG-4456 41/47041/2
2016-10-17 Robert VargaBUG-5561: use canonical Bits order 16/47016/1
2016-10-17 Robert VargaFix a bunch of warnings 15/47015/1
2016-10-03 Peter KajsaBug 6771: Problem with typedefs nested in augment 51/46351/1
2016-09-22 Peter KajsaBug 6551: Support for third-party Yang extensions imple... 49/46049/1
2016-09-19 Robert VargaFix ConstraintDefinition inconsistency 21/45821/2
2016-08-30 Igor FoltinBUG-6316: Fix Bit and EnumPair's position/value types 14/44614/2
2016-08-16 Igor FoltinBug 6410: Fixed initialization of typedefs in rpc 67/44067/2
2016-08-08 Igor FoltinBug 6244: Add context to exceptions thrown by yang... 13/43113/2
2016-08-04 Robert VargaDo not use revision in AbstractEffectiveDocumentedNode 61/42861/4
2016-08-01 Robert VargaBUG-865: Move ModuleImportImpl and hide it 52/42852/3
2016-07-31 Peter KajsaBug 5518: Beryllium yangtools gives error parsing files... 47/42047/2
2016-07-29 Peter KajsaBug 6180 - Parser: Backslash double-quote in double... 28/41828/13
2016-07-26 Robert VargaBUG-865: make EnumPair getQName/getSchemaPath unimplemented 94/41994/7
2016-07-25 Peter KajsaBug 6240: Entities of imported module's submodule are... 12/42312/2
2016-07-21 Michael VorburgerCheckstyle clean-up src/test/java 88/42188/1
2016-07-20 Robert VargaBUG-865: remove CrossSourceStatementReactor.buildEffect... 93/41993/3
2016-07-19 Robert VargaRemove use of Guava Charsets 74/41974/4
2016-07-19 Igor FoltinBug 6022: Deviation statement is not fully available... 52/40752/9
2016-07-14 Vratko PolakBug 6173: Allow refine statement to have no substatements 52/41552/4
2016-07-14 Peter KajsaBug 6131 - NPE on malformed yang model 09/41809/2
2016-07-07 Filip GregorBug 5884: Augmenting a choice without a case results... 58/40158/13
2016-07-07 Peter KajsaBug 5942: When condition of uses node is not exposed... 75/39775/6
2016-06-22 Robert VargaBUG-865: remove unused model.util types 29/40629/5
2016-06-20 Ryan GouldingBug 2872 - Generated Java Enumerations should contain... 33/39733/5
2016-06-15 Robert VargaFurther cleanups of code 14/39714/18
2016-06-14 Robert VargaBUG-865: remove pre-Beryllium parser 93/39893/6
2016-06-08 Robert VargaRemove unused imports 12/39712/12
2016-06-06 Peter KajsaBug 4662: Introduce a SemanticVersion concept - SchemaC... 22/37622/28
2016-06-03 Igor FoltinRemove usage of deprecated yang parser classes 89/39689/4
2016-06-03 Peter KajsaTest of multiple revisions of module 73/37173/4
2016-06-03 Peter KajsaBug 4662: Introduce a SemanticVersion concept - import... 77/36877/28
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-06-02 Peter KajsaBug 5946: Unique statement is not exposed by the YANG... 81/39481/4
2016-05-24 Peter KajsaBug 5200: Yang parser doesn't fill error-app-tag and... 32/38432/13
2016-05-23 Igor FoltinBug 4506: Honor if-feature during SchemaContext assembly 08/38108/12
2016-05-19 Filip GregorBug 5899: Cardinality check incorrectly limited to... 03/39103/1
2016-05-16 Peter KajsaBug 4662: Introduce a SemanticVersion concept - pre... 72/36872/16
2016-05-11 Alexis de TalhouëtRevert "Bug 5829 - New yang parser allows two choice... 73/38673/1
2016-05-11 Igor FoltinUnit test post-clean-up fix 60/38660/1
2016-05-11 Igor FoltinBug 5712: Reference type in same module with prefix... 99/37599/5
2016-05-11 Peter KajsaBug 5829 - New yang parser allows two choice cases... 71/38371/4
2016-05-09 Igor FoltinBug 5085: Clean-up test and retest JUnit tests 26/38426/2
2016-04-21 Ivan HraskoBug 5693: IOException after first parsing phase - strea... 25/37425/8
2016-04-18 Ryan GouldingReplace tabs in java files with spaces 68/37568/3
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-03-30 Robert VargaBUG-4268: clarify length constraint API contract 84/29884/5
2016-03-23 Peter KajsaBug 5396: Regex processing of yang models is broken. 87/36587/2
2016-03-18 Peter KajsaBug 5550 - Omit the check of mandatory nodes in uses... 23/36423/1
2016-03-10 Peter KajsaBug 5481: When condition of augment added in constraint... 58/36058/2
2016-03-09 Stephen KittAvoid re-throwing exceptions directly 85/35885/3
2016-03-09 Stephen KittSimplify boolean expressions 83/35883/3
2016-03-08 Peter KajsaBug 5335: augmenting a mandatory node on a presence... 80/35880/5
2016-03-07 Stephen KittRemove redundant modifiers 82/35882/2
2016-03-07 Stephen KittUse Collections.singletonList() instead of Arrays.asList() 86/35886/2
2016-03-01 Peter KajsaBug 5437: Issue accessing mounted device supporting... 76/35576/1
2016-02-17 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtoo... 73/34773/2
2016-02-11 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 06/34406/2
2016-02-10 Igor FoltinBug 4079: Unable to compile pattern defined in module 84/34384/1
2016-02-04 Thanh HaFix javadoc formatting issues 40/34040/1
2016-01-29 Peter KajsaBug 5101: Status deprecated must not be propagated... 75/33775/2
2016-01-28 Peter KajsaBug 5059: Do not fail when 'refine' targets an extension. 31/33631/2
2016-01-19 Robert VargaIntroduce formatting methods for SourceException 11/32111/14
2016-01-16 Peter KajsaBug 4459 - Parser fails when enum contains illegal... 93/28393/21
2016-01-16 Igor FoltinBug 4540: Yang parser exceptions should follow consiste... 78/31078/16
2016-01-13 Peter KajsaBug 4933: Yang parser does not accept deviate "not... 14/32414/7
2016-01-09 Peter KajsaBug 3874: Support of yang modeled AnyXML - XML deserial... 38/29738/15
2016-01-04 Robert VargaBUG-865: deprecate pre-Beryllium parser elements 91/32091/1
2016-01-04 Robert VargaDo not use deprecated junit API 87/32087/2
2016-01-04 Robert VargaRemove an unused import 86/32086/2
2016-01-04 Filip.GregorBug 4656: Yang parser does not determine configuration... 74/31774/6
2015-12-18 Igor FoltinBug 4079: Unable to compile pattern defined in module 80/26080/14
2015-12-17 Filip.GregorBug 4646: Parser accepts invalid models 02/30202/13
2015-12-14 Peter KajsaBug 4610 - Do not create duplicate declared statements 88/31188/3
2015-12-01 icaro.damianiBUG-4623: YangSyntaxErrorException depending of the... 30/29930/4
2015-12-01 Robert VargaBUG-4638: Convert to using new types 95/29695/44
2015-11-27 Peter KajsaBug 4456 - StackOverflowError on recursive extension... 00/28300/20
2015-11-27 Peter KajsaBug 4410: Loop in typedefs causes stack overflow 55/28555/11
2015-11-21 Robert VargaBUG-4658: fix default value in BooleanType 42/30042/5
2015-11-19 Robert VargaFilter non-Yang files when loading a directory 72/29872/2
2015-11-18 Tony TkacikBug 4645: Fixed binary default value. 51/29851/2
2015-11-18 Tony TkacikBug 4645: Fixed code-implied defaults. 49/29849/4
2015-11-16 Martin CiglanBug 2496: Implement parser support for parsing YIN... 09/23409/26
2015-11-09 Tom PantelisAdd/improve yang parser error reporting 66/27866/9
2015-10-24 Robert VargaLists with min-elements > 0 are mandatory 22/28722/3
2015-10-20 Robert VargaFix various small warnings 71/28571/2
2015-10-14 Igor FoltinBug 3899: Milestone: Increase test coverage for YangToo... 54/25354/6
2015-10-14 Peter KajsaBug 3799: NPE when including a submodule of a more... 22/26622/7
2015-10-08 Filip GregorBug 3899: Increase test coverage for YangTools 45/28045/2
2015-10-03 Tony TkacikRevert "Revert "Updated SchemaNodeIdentifier namespace... 71/27871/2
2015-10-02 Tony TkacikRevert "Updated SchemaNodeIdentifier namespace handling." 50/27850/1
2015-10-02 Tony TkacikUpdated SchemaNodeIdentifier namespace handling. 57/27757/8
2015-10-02 Martin CiglanGeneral issue: In case of uncompilable XPathExpression, 30/27730/5
2015-09-30 Tony TkacikBug 4376: Fixed incorrect assumption about QName in... 50/27650/2
2015-09-29 Peter KajsaBug 3670: Replaced YANG parser for new statement parser 26/25526/9
2015-09-24 Peter KajsaBug4231 - Yang tools failing to parse Augmentations... 29/26329/4
2015-09-18 Robert VargaBUG-865: Migrate tests to non-deprecated API 80/26980/5
2015-09-16 Robert VargaBUG-2219: reenable test 79/26979/3
2015-09-16 Robert VargaBUG-2220: re-enable test 78/26978/2
next