If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issues#1037 ConstructIns: xmlMult.isXML called 2 times with the same parameter. Why?
Author:
honfika
honfikaDate created:
Type: question
Visibility: Everybody
Assigned to:
State: closed 

ConstructIns: xmlMult.isXML called 2 times with the same parameters. Why?
isXML = xmlMult.isXML(localData.constants, localData.localRegNames,
localData.fullyQualifiedNames)
&& xmlMult.isXML(localData.constants, localData.localRegNames,
localData.fullyQualifiedNames);
Maybe this is a bug, in version 1.2.0u1 it was:
if (fpt.propertyName.isXML(constants, localRegNames, fullyQualifiedNames) &&
gpt.propertyName.isXML(constants, localRegNames, fullyQualifiedNames)) {
https://github.com/jindrapetrik/jpexs-decompiler/blob/version1.2.0u1/trunk/src/com/jpexs/a
sdec/abc/avm2/instructions/construction/ConstructIns.java
It is wrong(?) since version 1.3.0:
https://github.com/jindrapetrik/jpexs-decompiler/blob/version1.3.0/trunk/src/com/jpexs/dec
ompiler/flash/abc/avm2/instructions/construction/ConstructIns.java
State: new→upgraded
thanks:)
State: upgraded→closed
