google-code-export / asdec

Automatically exported from code.google.com/p/asdec
1 stars 0 forks source link

AS1/2 decompilation defect #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Same example with Issue #39. For example DoInitAction 3. Class name is shown 
instead of its actual translation: 
com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem
Everything was ok in version 1.4.2.

What is the expected output? What do you see instead?
Lines 140-146:

            if(this.__emphasized)
            {
               if(this[register2+"Emphasized"].length>0)
               {
                  register2=register2+"Emphasized";
               }
            }

---
            if(this.__emphasized)
            {
               if(this[com.jpexs.decompiler.flash.action.treemodel.operations.AddTreeItem].length>0)
               {
                  register2=register2+"Emphasized";
               }
            }

What version of the product are you using? On what operating system?
1.4.2u1
Windows 7 64-bit

Could you provide the SWF file you have problem with?
If the answer is yes, then please attach it here or send me it via email.
Could you at least attach PCode source?

Do you have the original source code which produced the wrong
decompilation? If yes, then please attach it.

Please provide any additional information below.

Original issue reported on code.google.com by plisnich...@gmail.com on 29 Mar 2013 at 3:06

GoogleCodeExporter commented 9 years ago
Hi, I have moved this issue to new Issue Tracker.
You should have received email info about registering there(with specific link) 
and gaining access to this issue. If you have not received any email, please 
check your SPAM inbox or write to my email.

Original comment by jindra.p...@gmail.com on 31 Mar 2013 at 8:24