This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from e6e287850 NamespaceDefinition: fix null exception when calling
addResolvedUsedNamespace() and getResolvedOpenNamespaces() hasn't been called
previously
new 2ea8bed07 ABCGeneratingReducer: fix NullPointerException when
assigning to a property that has a getter, but no setter
new a3ba36f80 LexicalScope: fix NullPointerException when
getNameFromDefinition() is called with a null definition
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../compiler/internal/as/codegen/ABCGeneratingReducer.java | 12 +++++++++---
.../royale/compiler/internal/as/codegen/LexicalScope.java | 4 ++++
2 files changed, 13 insertions(+), 3 deletions(-)