yangtools.git
2015-06-15 Colin DixonProvide better error messages when parsing JSON. 71/20171/4
2015-06-15 Robert VargaIntroduce YangInstanceIdentifier.toOptimized() 44/22544/2
2015-06-12 Robert VargaRemove use of deprecated parser method 83/22483/1
2015-06-12 Robert VargaBUG-3674: delete of non-existing data is a no-op 71/22471/3
2015-06-12 Robert VargaLower the size of ModifiedNode children maps 28/22428/4
2015-06-12 Tony TkacikBug 3687 - StreamWriterGenerator emits UNKNOWN_SIZE 52/22452/4
2015-06-11 Robert VargaUse an ImmutableMap for empty case 19/22419/1
2015-06-11 Robert VargaBUG-2402: introduce CloneableChildrenMap 09/22409/1
2015-06-11 Robert VargaCleanup NodeIdentifierWithPredicates references 08/22408/1
2015-06-11 Robert VargaTypeDefinition is a generic type 51/22351/1
2015-06-11 Robert VargaMake methods static 47/22347/2
2015-06-11 Robert VargaMake BaseYangTypes.TYPE_MAP immutable 46/22346/1
2015-06-11 Robert VargaImprove stored map memory efficiency 62/22262/3
2015-06-10 Robert VargaThrow an exception from private constructor 42/22242/4
2015-06-10 Robert VargaBUG-3641: cache hashCode value 41/22241/4
2015-06-10 Maros MarsalekBug 3191: Optimisation of serialisation of IdentityrefT... 10/21610/10
2015-06-09 Tony TkacikBug 1485: Invoke lengthCheck only on non-null object. 89/22189/1
2015-06-09 Maros MarsalekBUG-706 Ignore anyxml nodes in binding serializer 97/22097/2
2015-06-09 Robert VargaIntroduce NormalizedNodes.findDuplicates() 14/21614/5
2015-06-08 Robert VargaBUG-3051: Fix error reporting string 16/22116/1
2015-06-08 Robert VargaBUG-1485: convert BuilderTemplate to use LengthGenerator 14/21514/4
2015-06-08 Robert VargaBUG-1485: Switch ClassTemplate length checker 10/21510/7
2015-06-08 Robert VargaBUG-1485: Create LengthGenerator 09/21509/8
2015-06-05 Tony TkacikBug 3051: Fixed pattern checks in generated DTOs 73/18973/6
2015-06-05 Jan HajnarBug 3336 - Binding DTOs: fix binary-derived constructor 60/21560/3
2015-06-04 Jan HajnarBug 3224 - Parsing data with choice in case via augment... 14/19814/7
2015-06-04 Tomas CereStop calling get on a possible absent value. 46/21646/2
2015-06-04 Robert VargaImprove deltaChildren() 49/21849/2
2015-06-04 Robert VargaBindingReflections' cache should use cached references 08/21808/2
2015-06-03 Robert VargaAdd YangInstanceIdentifierBuilder.node(PathArgument) 07/21807/1
2015-06-03 Robert VargaRemove code duplication in YangInstanceIdentifierBuilder 06/21806/1
2015-06-03 Robert VargaAdd a quick identity check for map comparison 63/21763/2
2015-06-03 Tony TkacikBug 3344: Make sure StackedPathArgument stack is non... 95/21795/3
2015-06-03 Robert VargaFix performance of RecursiveReplaceCandidateNode.getMod... 25/21725/1
2015-06-02 Robert VargaBUG-1485: remove holder for deprecated Class ranges 70/21370/9
2015-06-02 Robert VargaBUG-1485: remove holder for deprecated Builder field... 69/21369/9
2015-06-02 Robert VargaBUG-1485: switch BuilderTemplate to new range enforcement 68/21368/9
2015-06-01 Robert VargaInvoke equals() on a constant reference 35/21335/2
2015-05-31 Robert VargaBUG-1485: switch ClassTemplate to new range enformcement 74/21274/13
2015-05-31 Robert VargaBUG-1485: optimize primitive range checks 80/21380/4
2015-05-31 Robert VargaBUG-1485: make AbstractRangeGenerator deal with GTOs 49/21349/6
2015-05-28 Robert VargaClarify GeneratedTransferObject.getSuperType() 48/21348/1
2015-05-28 Robert VargaBUG-1485: deprecate public static range/length methods 85/21285/4
2015-05-28 Robert VargaMake sure we cache QNameModule instances 09/21309/3
2015-05-28 Robert VargaBaseTypes' QNameModule should be cached 08/21308/2
2015-05-28 Robert VargaBUG-1485: move generateLengthMethod to BuilderTemplate 84/21284/3
2015-05-28 Robert VargaBUG-1485: move *Range* methods to BuilderTemplate 83/21283/3
2015-05-28 Robert VargaMake test utilities static 91/21291/2
2015-05-28 Robert VargaBUG-1485: Move restriction generation 73/21273/2
2015-05-28 Robert VargaBUG-3399: fix BaseYangTypes' range constraints 72/21272/2
2015-05-28 Robert VargaBUG-1485: Introduce AbstractRangeGenerator and friends 64/21164/3
2015-05-28 Robert VargaBUG-1485: store patterns in an array 63/21163/4
2015-05-28 Moiz RajaBUG 2970 : Throw a specific exception when schema valid... 18/21018/4
2015-05-27 Robert VargaDo not instantiate augmentation HashMap in DTO builders 62/21162/2
2015-05-27 Robert VargaAllow instantiation of more efficient RpcServiceInvokers 20/21220/4
2015-05-26 Robert VargaOptimize binding InstanceIdentifier methods 31/21131/2
2015-05-26 Martin BobakBug 2988 - DTO equality appears to be broken by proxy 01/21101/1
2015-05-25 Jan HajnarBug 3325 - RPC returns 500. 75/20975/2
2015-05-25 Robert VargaSpeed up getModifiedChild() 46/20846/6
2015-05-25 Robert VargaTake advantage of YangInstanceIdentifier methods 05/21005/2
2015-05-23 Moiz RajaAdd stable/lithium as the default branch in gitreview 17/21017/1
2015-05-21 Robert VargaMark mAbstractModifiedNodeBasedCandidateNode final 48/20848/2
2015-05-21 Robert VargaMake optionalData() static 47/20847/4
2015-05-21 Robert VargaGuard against null data in AbstractLeafCandidateNode 45/20845/2
2015-05-20 Tony TkacikBug 3189 Special case of checking root node QName. 72/20772/4
2015-05-19 Tony TkacikBUG-3189: Check consistency of Instance Identifier... 25/20225/4
2015-05-19 Robert VargaBUG-3263: remove bridge Collection-based methods 05/20705/1
2015-05-19 Robert VargaBUG-3263: return a List of PathArguments 86/20686/11
2015-05-19 Robert VargaBUG-3263: return a Collection for path arguments 85/20685/10
2015-05-19 Robert VargaBUG-3263: Split off Fixed/Stacked YangInstanceIdentifier 84/20684/6
2015-05-18 Robert VargaBUG-3263: Split out YangInstanceIdentifierBuilder 83/20683/2
2015-05-15 Robert VargaDo not instantiate objects for hash values 43/20543/2
2015-05-14 Maros MarsalekBUG-2453 Add enum yang <-> Java mapping support to... 26/20026/3
2015-05-14 Maros MarsalekBUG-2453 Remove custom hashcode/equals from Enum type 98/19798/3
2015-05-13 Robert VargaAdd an explicit guard for root presence 93/19693/3
2015-05-13 Robert VargaAdd an explicit guard to child modifications 92/19692/3
2015-05-13 Robert VargaClarify the correctness of Optional.get() 91/19691/3
2015-05-12 Jozef GloncakBUG 2973 - correction of output for empty yang type 04/20104/3
2015-05-12 pkajsaBug 2333 - Java code generation error, when yang model... 84/19784/2
2015-05-12 Harman SinghBug 3016 : This manual serialization of ImmutableList... 92/20092/1
2015-05-07 Thomas BachmanBug 3151: Fix Not a Proxy Instance Exception 12/19812/1
2015-05-07 Jan HajnarBug 2690 - Yang-Data-Impl: write and then merge on... 09/19709/2
2015-05-06 Tony TkacikBug 2988: Fixed incorrect hashCode computation. 08/19708/1
2015-05-06 Tony TkacikRevert Merge "Bug 2366: new parser - Types & TypeDefs" 76/19676/1
2015-05-05 Tony TkacikBug 3067: Fixed missing argument in message. 82/19582/1
2015-05-04 Tony TkacikMerge "Bug 2366: new parser - Types & TypeDefs support...
2015-05-04 Robert VargaFix benchmark to compile on JDK8 06/19506/1
2015-05-04 Robert VargaMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-05-04 Robert VargaMerge "BUG-2882: introduce cursor-based modification...
2015-04-30 Robert VargaMerge "Bug 3067: Improved error reporting in Binding...
2015-04-30 Martin CiglanBug 2366: new parser - Types & TypeDefs support & resol... 86/19386/1
2015-04-30 Jan HajnarBug 2983 - Throws ResultAlreadySet instead of IllegalSt... 82/19382/1
2015-04-30 Tony TkacikBug 3067: Improved error reporting in Binding Data... 01/19301/3
2015-04-28 Robert VargaMerge "Cleanup some major sonar warning in yang/*"
2015-04-28 Robert VargaMerge "Bumped Checkstyle to 6.1.1 to be in sync with...
2015-04-28 Tomas CereAdd hooking into NormalizedNodeParsers. 25/19225/2
2015-04-28 Tony TkacikBumped Checkstyle to 6.1.1 to be in sync with Maven... 07/19207/1
2015-04-27 Tony TkacikCleanup some major sonar warning in yang/* 35/19135/1
2015-04-27 Robert VargaBUG-2882: introduce cursor-based modification API 29/19129/1
2015-04-27 Robert VargaBUG-2882: introduce cursor-based modification API 95/18595/15
next