Bug 4969: NPE in JSONCodecFactory by attempt to find codec for a leafref
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / SchemaContextUtil.java
2016-01-28 Peter KajsaBug 4969: NPE in JSONCodecFactory by attempt to find... 21/33721/1
2015-10-02 Robert VargaUse a pre-compiled pattern in SchemaContextUtil 36/27736/3
2015-09-07 Robert VargaOptimize SchemaContextUtil.findParentModule() 35/26535/2
2015-06-29 Robert VargaFix some minor sonar warnings 48/23048/4
2015-06-08 Jan HajnarBug 3325 - RPC returns 500. 74/21974/2
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-07 Tony TkacikMerge "Bug 2909 - Gson codec lost correct type"
2015-04-01 Robert VargaBUG-869: remove unneeded null check 04/17504/4
2015-03-30 Tony TkacikMerge "BUG-2876: prune empty subtree modifications"
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-30 Tony TkacikMerge "Add DefaultDataTreeCandidate utility class"
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-26 Tony TkacikMerge "Bug 2894 - Yang Data Codec Gson: null pointer...
2015-03-26 Jan HajnarBug 2894 - Yang Data Codec Gson: null pointer exception... 05/17105/2
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode 70/16270/7
2015-01-23 Tony TkacikMerge "Fixed incorrect serialization of multiple nested...
2015-01-23 Robert VargaMerge "Bug 2480: Union objects are generated incorrectl...
2015-01-22 Robert VargaMerge "Added getModifiedChild to DataTreeCandidateNode."
2015-01-22 Robert VargaMerge "Bug 2404: RPC and Notification support for Bindi...
2015-01-19 Tony TkacikBug 2404: RPC and Notification support for Binding... 63/13763/8
2015-01-07 Tony TkacikMerge "Parent schema node input parameter in JsonParser...
2015-01-07 Tony TkacikMerge "Limit the references IdentityCodec retains"
2015-01-07 Tony TkacikMerge "Migrate ClassLoaderUtils user to new package"
2014-12-24 Robert VargaMerge "Bug 2532: Fix potential NPE in Utils.listFiles"
2014-12-20 Jozef GloncakBUG 2468 - leafrefs via import statement 83/13683/3
2014-12-19 Tony TkacikMerge "Clarify NotificationListener purpose"
2014-12-19 Tony TkacikMerge "Clarify code flow in SchemaAwareApplyOperation"
2014-12-15 Tony TkacikMerge "Cleanup delete/merge/write cohesion"
2014-12-15 Tony TkacikMerge "Mark ModifiedNode as NotThreadSafe"
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-14 Thanh HaFix checkstyle if-statements must use braces in yang... 24/13624/1
2014-12-01 Tony TkacikMerge "Allow {Class,Method}Generator.process() to throw...
2014-12-01 Tony TkacikMerge "Remove unused declarations"
2014-12-01 Tony TkacikMerge "Bug 2271 - NPE during generation of java binding...
2014-11-28 Tony TkacikMerge "Add model parent"
2014-11-27 pkajsaBug 2271 - NPE during generation of java binding for... 66/12566/5
2014-11-20 Tony TkacikMerge "Bug 1677 - Parser: ListSchemaNodeBuilder keys...
2014-11-20 Tony TkacikMerge "Bug 2157 - Race condition when adding a RPC...
2014-11-20 Tony TkacikMerge "Improve InstanceIdentifier.keyOf()"
2014-11-20 Tony TkacikMerge "Fix indentation"
2014-11-20 Tony TkacikMerge "BUG-2402: add FIXMEs and javadoc"
2014-11-20 Tony TkacikMerge "Reduce SchemaContext cache to weak values"
2014-11-19 Tony TkacikMerge "BUG-2304 Fix SchemaContextUtil for augmented...
2014-11-19 Tony TkacikMerge "Bug 1781: Fix serialization of leafrefs"
2014-11-19 Jozef GloncakBUG-2304 Fix SchemaContextUtil for augmented nodes. 85/12785/5
2014-11-19 Jozef GloncakBug 1781: Fix serialization of leafrefs 66/12666/4
2014-11-10 Robert VargaMerge "ISIS Yang model compilation issue"
2014-11-06 Tony TkacikMerge "Bug 1781: Fix serialization of leafrefs"
2014-11-06 Ladislav BorakBug 1781: Fix serialization of leafrefs 18/12518/6
2014-10-27 Tony TkacikMerge "Bug 2117: Inner grouping used in outer grouping...
2014-10-24 Martin CiglanBug 2117: Inner grouping used in outer grouping's choic... 17/12217/1
2014-07-22 Tony TkacikMerge "BUG-979: reworked data schema nodes ordering"
2014-07-21 Martin VitezMerge "Bug 1329: Use original definition for searching...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated code in yang...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated schema path...
2014-07-21 Tony TkacikMerge "Tests for TreeNodeUtils"
2014-07-21 Tony TkacikMerge "BUG-865: prune deprecated constructors"
2014-07-21 Tony TkacikMerge "BUG-1281: switch serialization to use StAX APIs"
2014-07-21 Tony TkacikMerge changes Ibfbb4deb,I96e28324
2014-07-21 Tony TkacikMerge "While the controller is starting up, we see...
2014-07-17 Martin VitezBUG-865: removed unused utility methods from SchemaCont... 03/9103/2
2014-07-11 Tony TkacikMerge "Added RpcResultBuilder class"
2014-07-11 Tony TkacikMerge "BUG-1281: introduce XML event stream writer"
2014-07-11 Tony TkacikMerge "BUG-1342: fixed bug in resolving augments with...
2014-07-09 Martin VitezBUG-1342: fixed bug in resolving augments with target... 61/8861/1
2014-07-02 Tony TkacikMerge "Improvements REST documentation generation"
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: use SchemaPath.getPathTowardRoot()"
2014-07-01 Robert VargaBUG-994: use SchemaPath.getPathTowardRoot() 80/8380/5
2014-07-01 Martin VitezMerge "Bug 1027: Decreased log level from INFO to DEBUG."
2014-07-01 Tony TkacikMerge "BUG 428 remove importing unnecessary imports"
2014-07-01 Tony TkacikMerge "Revert "Revert "BUG-994: reorganize SchemaPath...
2014-06-30 Robert VargaRevert "Revert "BUG-994: reorganize SchemaPath into... 07/8407/2
2014-06-27 Jan MedvedMerge "Revert "BUG-994: reorganize SchemaPath into...
2014-06-26 Ed WarnickeRevert "BUG-994: reorganize SchemaPath into a tree" 90/8390/1
2014-06-26 Tony TkacikMerge "BUG-1201: make yangtools compilable with java 8."
2014-06-26 Tony TkacikMerge "BUG-994: reorganize SchemaPath into a tree"
2014-06-26 Tony TkacikMerge "BUG-994: optimize resolveRelativeXPath()"
2014-06-26 Tony TkacikMerge "BUG-944: convert SchemaContextUtil to use Iterable"
2014-06-26 Tony TkacikMerge "BUG-944: optimize SchemaContextUtil"
2014-06-26 Tony TkacikMerge "BUG-994: do not use SchemaPath.getPath()"
2014-06-26 Robert VargaBUG-994: reorganize SchemaPath into a tree 37/8337/6
2014-06-26 Robert VargaBUG-994: optimize resolveRelativeXPath() 36/8336/4
2014-06-26 Robert VargaBUG-944: convert SchemaContextUtil to use Iterable 35/8335/4
2014-06-26 Robert VargaBUG-944: optimize SchemaContextUtil 34/8334/4
2014-06-25 Robert VargaBUG-994: do not use SchemaPath.getPath() 33/8333/3
2014-06-25 Tony TkacikMerge "BUG-994: Use SchemaPath.getParent()"
2014-06-25 Robert VargaBUG-994: Use SchemaPath.getParent() 85/8285/2
2014-06-18 Tony TkacikMerge "Introduce Identifiables"
2014-06-11 Robert VargaBUG-1024: reorganize code for clarity 13/7113/4
2014-05-30 Tony TkacikMerge "Bug 1113 - ietf-restconf needs to specify the...
2014-05-28 Tony TkacikMerge "BUG-864: decrease log level when sorting and...
2014-05-28 Tony TkacikMerge "BUG-973: fixed (de)serialization of union type."
2014-05-27 Tony TkacikMerge "BUG-1070: split off YangSourceContext"
2014-05-27 Tony TkacikMerge "BUG-981: remove deprecated elements"
next