Bump versions to 13.0.6-SNAPSHOT
[yangtools.git] / yang / yang-parser-reactor / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / StatementContextBase.java
2021-04-25 Robert VargaPopulate parser/ hierarchy 13/95913/5
2021-04-21 Robert VargaRemove unused constructor 81/95881/1
2021-02-18 Robert VargaCopyHistory should be an interface 19/95219/8
2021-02-18 Robert VargaDefine ExecutionOrder 14/95214/13
2021-02-18 Robert VargaUse simple requireNonNull() 15/95215/2
2021-02-03 Robert VargaClarify StatementFactory.createEffective() 20/95020/1
2021-02-03 Robert VargaFixup substatement cast 11/95011/2
2021-01-31 Robert VargaAdd CopyPolicy.EXACT_REPLICA 08/94908/2
2021-01-27 Robert VargaFix detection of reused substatements 28/94828/3
2021-01-26 Robert VargaCentralize ReactorStmtCtx.replicaAsChildOf() 24/94824/4
2021-01-25 Robert VargaCache substatement context-independence summary 56/94656/12
2021-01-19 Robert VargaPeel uses/refine getEffectOfStatement() mechanics 61/94661/3
2021-01-18 Robert VargaDo not force materialization when not needed 54/94654/10
2021-01-17 Robert VargaSeparate out StatementSupport.applyCopyPolicy() 53/94653/4
2021-01-16 Robert VargaAdd ParserNamespace 42/94642/4
2021-01-13 Robert VargaRemove StmtContext.Mutable.addMutableStmtToSeal() 16/94616/2
2020-12-07 miroslav.kovacSelect copyPolicy for each StatementSupport class 50/94050/5
2020-12-03 Robert VargaTrim down ReplicaStatementContext 94/93994/8
2020-12-03 miroslav.kovacUse statementContextBase when creating effecive 02/94002/6
2020-12-02 miroslav.kovacCopyHistory and yangVersion merge 84/93984/6
2020-12-02 Robert VargaRemost StatementContextBase.schemaPath() 08/94008/2
2020-12-02 Robert VargaMove flags to ReactorStmtCtx 07/94007/1
2020-12-02 Robert VargaMove more StatementContextBase methods 06/94006/1
2020-12-02 Robert VargaMove effectiveInstance to ReactorStmtCtx 05/94005/1
2020-12-02 Robert VargaRemove ReactorStmtCtx.parentStmtCtx() 04/94004/1
2020-12-02 Robert VargaAdd a refcount mechanism for substatements 36/93936/42
2020-11-30 Robert VargaIsolate statement reuse sites 69/93969/7
2020-11-27 Robert VargaMigrate getStatementArgument() callers 54/93954/1
2020-11-27 Robert VargaMigrate rawStatementArgument()/getStatementSourceRefere... 52/93952/1
2020-11-27 Robert VargaMigrate get{PublicDefinition,StatementSource} callers 51/93951/2
2020-11-27 Robert VargaRemove StmtContext.getSchemaPath() 44/93944/5
2020-11-27 Robert VargaAdd CommonStmtCtx 19/93919/6
2020-11-25 Robert VargaReformulate StatementContextFactory.createEffective() 26/93526/44
2020-11-13 Robert VargaPerform partial substatement initialization 78/93478/31
2020-11-05 Robert VargaFix PhaseModificationInNamespacePath effects 90/93590/5
2020-11-04 Robert VargaRefactor StatementContextBase.effective access 87/93587/1
2020-11-02 miroslav.kovacUse StmtContext.findSubstatementArgument() for isConfig... 04/93504/10
2020-10-30 Robert VargaDefer substatement initialization in InferredStatementC... 38/92238/14
2020-08-22 Robert VargaFix eclipse nullness warnings around Class 35/92235/5
2020-08-22 Robert VargaDeprecate StmtContext.getSchemaPath() 36/92236/4
2020-04-16 Robert VargaUpstream StmtContextUtils.producesDeclared() 59/87359/7
2020-02-17 Robert VargaFixup SchemaNodeIdentifier design 95/87795/7
2020-02-15 Robert VargaTrim buildEffective() bytecode 19/87719/2
2020-02-14 Robert VargaSplit onPhaseCompleted() 18/87718/1
2020-02-14 Robert VargaDo not try to finish already completed phase 08/87708/5
2020-02-14 Robert VargaEffectiveStatements track StatementContextBase 13/87713/1
2020-02-14 Robert VargaSplit up tryToCompletePhase() 06/87706/3
2020-02-03 Robert VargaAdd CopyPolicy.REJECT 94/87394/1
2020-02-03 Robert VargaAdd StatementContextBase.hasEmptySubstatements() 57/87357/14
2020-02-02 Robert VargaMove copy operation execution 56/87356/4
2020-02-02 Robert VargaRemove StmtContext.setCompletedPhase() 58/87358/3
2020-01-31 Robert VargaDefer copy decisions to StatementSupport 44/87144/31
2020-01-28 Robert VargaFix StmtContext.get{Original,PreviousCopy}Ctx() return... 23/87223/2
2020-01-28 Robert VargaMove declaredInstance out of StatementContextBase 22/87222/1
2020-01-28 Robert VargaMake declared statement inheritance a StatementContextB... 79/87179/13
2020-01-28 Robert VargaFix AbstractResumedStatement reparent 98/87198/1
2020-01-28 Robert VargaMake asserts buildDeclared() more lenient 97/87197/1
2020-01-27 Robert VargaCleanup NamespaceStorageSupport/StmtContext API conflict 77/87177/1
2020-01-25 Robert VargaAdd InferredStatementContext 13/87113/21
2020-01-25 Robert VargaExtract AbstractResumedStatement 40/87140/6
2020-01-25 Robert VargaExpand reactor documentation a bit 39/87139/5
2020-01-25 Robert VargaOptimize isConfiguration()/isIgnoringConfig() interplay 38/87138/2
2020-01-25 Robert VargaOptimize SubstatementContext size 30/87130/6
2020-01-24 Robert VargaRemove removeStatementsFromEffectiveSubstatements() 31/87131/2
2020-01-24 Robert VargaMigrate StmtContext javadoc 26/87126/1
2020-01-23 Robert VargaMake StatementContextBase.childCopyOf() final 12/87112/2
2020-01-23 Robert VargaMove common code 10/87110/2
2020-01-23 Robert VargaRemove childCopyOf() generic arguments 09/87109/2
2019-11-26 Robert VargaRework EffectiveStatementBase statement order restoration 67/85967/1
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-23 Robert VargaReinstate "Check for nested augmentations" 33/85333/5
2019-10-18 Robert VargaFix foldable trigraphs 96/85196/1
2019-09-10 Robert VargaUse Optional.isEmpty() 92/84292/2
2019-09-02 Robert VargaOptimize immutable lookups 30/84130/1
2019-06-28 Robert VargaHandle implicit parent statements during copy operations 38/68838/30
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-10-26 Robert VargaFix StmtContext nullness problems 60/77260/3
2018-10-23 Robert VargaCleanup StmtContext nullness annotations 98/77198/2
2018-09-12 Robert VargaFix logging template 25/76025/2
2018-08-03 Robert VargaMigrate @Nullable annotation 07/74807/2
2018-05-04 Robert VargaFix Sonar-reported code smells in yang-parser-reactor 91/71791/1
2018-02-27 Robert VargaAllow StatementMap to be resized to correct size 24/68824/1
2018-02-27 Robert VargaAllow StatementWriter to be stateful 11/68811/5
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-03 Robert VargaYANGTOOLS-706: split out yang-parser-reactor 38/65038/5