Reuse cardinality constants
[yangtools.git] / yang / yang-model-util /
2016-10-17 Robert VargaUse lambdas instead of anonymous classes 40/47040/1
2016-10-17 Robert VargaBUG-5561: use canonical Bits order 16/47016/1
2016-09-15 Anil BelurBumping versions by 0.0.1 for next dev cycle 53/45653/1
2016-08-30 Igor FoltinBUG-6316: Fix Bit and EnumPair's position/value types 14/44614/2
2016-08-16 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 41/44041/2
2016-08-16 Igor FoltinBug 6414: Fixed DataNodeIterator's traverseModule method 38/44038/1
2016-08-04 Igor FoltinBug 3899: Milestone: Increase test coverage for Yangtools 20/43120/2
2016-08-01 Robert VargaBUG-865: remove MustDefinitionImpl 53/42853/3
2016-08-01 Robert VargaBUG-865: Move ModuleImportImpl and hide it 52/42852/3
2016-08-01 Robert VargaBUG-865: remove BitImpl 80/42780/6
2016-08-01 Robert VargaPropagate @Deprecated annotation 79/42779/3
2016-08-01 Robert VargaBUG-865: remove deprecated EnumPairImpl 70/42670/6
2016-07-28 Robert VargaBUG-865: Deprecate EnumPairImpl 69/42669/1
2016-07-27 Robert VargaUse TypedSchemaNode 63/42663/1
2016-07-26 Robert VargaBUG-865: make EnumPair getQName/getSchemaPath unimplemented 94/41994/7
2016-07-21 Michael VorburgerCheckstyle clean-up src/test/java 88/42188/1
2016-07-20 Robert VargaBUG-865: remove SchemaContextUtil.findParentModuleByType() 91/41991/2
2016-07-20 Robert VargaBUG-865: remove deprecated BaseTypes constants 89/41989/2
2016-07-20 Robert VargaBUG-865: remove InstanceIdentifierTypeDefinition#.getPa... 88/41988/2
2016-07-19 Robert VargaRemove use of Guava Charsets 74/41974/4
2016-07-11 Robert VargaBUG-865: eliminate ExtendedType and DerivedType 68/41468/4
2016-07-11 Stephen KittDrop yangtools-parent 02/40302/9
2016-07-11 Robert VargaBUG-865: remove deprecated types 65/41465/3
2016-06-22 Robert VargaAllow base type builders to be used fluently 63/40663/2
2016-06-22 Robert VargaBUG-865: remove unused model.util types 29/40629/5
2016-06-15 Robert VargaFurther cleanups of code 14/39714/18
2016-06-08 Robert VargaFix missing type arguments 26/39926/2
2016-06-06 Peter KajsaBug 4662: Introduce a SemanticVersion concept - SchemaC... 22/37622/28
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-05-24 Peter KajsaBug 5200: Yang parser doesn't fill error-app-tag and... 32/38432/13
2016-05-03 Alexis de TalhouëtBug 5819 - Violation of synchronization rules in Abstra... 36/38236/5
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-04-01 Ryan GouldingMove CACHED_FILE_PATTERN constant to correct location 33/36933/3
2016-04-01 Ryan GouldingFilesystemSchemaSourceCache reduce sourceIdToFile(... 19/36919/4
2016-03-31 Ryan GouldingFilesystemSchemaSourceCache to use try-with-resources... 30/36930/2
2016-03-31 Ryan GouldingImprove Error Reporting for non-parsable date for file... 34/36934/2
2016-03-30 Robert VargaBUG-4268: clarify length constraint API contract 84/29884/5
2016-03-16 Stephen KittUse String concatenation instead of StringBuffer/Builder 18/35918/2
2016-03-16 Stephen KittRemove unnecessary String() constructor invocations 90/35890/4
2016-03-09 Stephen KittSimplify boolean expressions 83/35883/3
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-07 Robert VargaReduce cyclomatic complexity 68/35868/1
2016-03-01 Peter KajsaBug 5437: Issue accessing mounted device supporting... 76/35576/1
2016-02-15 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 43/34443/3
2016-02-15 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 12/34412/8
2016-02-15 Filip GregorBug 3899: Milestone Increase test coverage for YangTool... 71/34471/9
2016-02-15 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 53/34453/3
2016-02-10 Jakub TothBug 3899: Milestone: Increase test coverage for Yangtools 24/34324/3
2016-02-04 Thanh HaEnable site generation for yangtools 11/27711/13
2016-02-04 Thanh HaFix javadoc formatting issues 40/34040/1
2016-02-01 Peter KajsaBug 4969: Unable to find base type of leafref for old... 51/33851/1
2016-01-30 Peter KajsaBug 4969: Invalid regex pattern for xpath conditions... 80/33780/3
2016-01-28 Peter KajsaBug 4969: NPE in JSONCodecFactory by attempt to find... 54/33354/4
2016-01-25 Robert VargaSimplify RevisionAwareXPathImpl 22/32022/2
2016-01-21 Robert VargaBump yangtools to 1.0.0-SNAPSHOT 54/32854/2
2016-01-15 Thanh HaBumping versions by 0.1.0 for next dev cycle 86/32686/1
2016-01-04 Robert VargaBUG-865: deprecate internal implementation classes 21/32021/2
2016-01-04 Robert VargaUse QNameModule#intern() 96/31896/3
2016-01-04 Robert VargaMake BitImpl.unknownNodes final 20/32020/3
2015-12-01 Robert VargaBUG-4638: Convert to using new types 95/29695/44
2015-11-23 Robert VargaBUG-4638: introduce CompatUtils 87/30087/1
2015-11-21 Robert VargaBUG-4658: fix default value in BooleanType 42/30042/5
2015-11-20 Robert VargaBUG-4638: rework getBaseType() for derived types 31/29831/3
2015-11-20 Tony TkacikBug 4648: Fixed binary default value in old parser. 71/29971/1
2015-11-19 Robert VargaBUG-4638: rename LeafTypes to ConcreteTypes 74/29874/2
2015-11-19 Robert VargaBUG-4638: add more type checking methods 73/29873/2
2015-11-19 Robert VargaBUG-4638: Implement enum build validation 70/29870/3
2015-11-19 Robert VargaBUG-4638: implement bits validation 63/29863/4
2015-11-19 Robert VargaBUG-865: mark yang-model-util types as deprecated 24/29724/5
2015-11-19 Robert VargaBUG-4638: create a dedicated exception for range/length... 59/29759/10
2015-11-18 Robert VargaBUG-4638: add utility check methods for base types 92/29792/3
2015-11-18 Tony TkacikBug 4645: Fixed code-implied defaults. 49/29849/4
2015-11-16 Robert VargaBUG-4638: Implement length restrictions 56/28856/13
2015-11-16 Robert VargaBUG-4638: Split out Number comparator 85/28585/13
2015-11-16 Robert VargaBUG-4638: Emit a warning when units are redefined 21/29721/3
2015-11-16 Robert VargaBUG-4638: Introduce LeafTypeBuilders 17/29717/5
2015-11-16 Robert VargaBUG-4638: Fix BaseTypes and DerivedTypes 94/29694/11
2015-11-10 Robert VargaMake InMemorySchemaSourceCache expire items 81/29481/1
2015-10-20 Robert VargaAdd range validation and normalization 72/28572/3
2015-10-20 Robert VargaIntroduce UnresolvedNumber 54/28554/3
2015-10-19 Robert VargaUtil types: implement hashCode()/equals()/toString() 38/28538/4
2015-10-15 Robert VargaIntroduce model.util.type package 61/28261/7
2015-10-13 Robert VargaBUG-4322: Leafref should not have a default value 53/28253/2
2015-10-10 Robert VargaBUG-4407: Fix a typo in Decimal64 range tables 49/28249/3
2015-10-08 Robert VargaBUG-4407: Fix Decimal64 range enforcement 81/27881/4
2015-10-02 Robert VargaBUG-865: Deprecate ExtendedType 36/27836/2
2015-10-02 Robert VargaBaseTypes should reference into YangConstants 53/27753/5
2015-10-02 Robert VargaUse a pre-compiled pattern in SchemaContextUtil 36/27736/3
2015-09-29 Robert VargaFix sonar naming warnings 63/27563/2
2015-09-28 Robert VargaUse Objects.equals() in yang-model-util 09/27509/2
2015-09-27 Robert VargaUse Objects.hashCode() 00/27500/1
2015-09-16 Robert VargaBUG-865: Remove deprecated methods in yang.model.util 65/26965/3
2015-09-16 Robert VargaBUG-865: remove yang.model.util.repo 57/26957/3
2015-09-16 Robert VargaCleanup yang-model-util 36/26936/2
2015-09-16 Robert VargaClean Decimal64 up 35/26935/2
2015-09-07 Robert VargaOptimize SchemaContextUtil.findParentModule() 35/26535/2
2015-08-06 Thanh HaFix license header violations in yang-model-util 34/24834/1
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
next