JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#1977 Cannot see usages of class or function
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? - Find SWF, open some class and click on class or function (method) definition then click Find Usages > What is the expected output? What do you see instead? - Expected: Show to me all places where this class or function is mentioned - Got: nothing, but if you click where it actually used, then it shows > What version of the product are you using? Is it "nightly build"? Which operating system do you have? - Nightly build, but the problem is present in releases too. > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. - Is it correct behaviour? If it is, then, it is really inconvinient.
admin
Current "Find usages" feature has its limitations as it only searches for multinames in the code (as far as I remember). Anyway, I think I could make it a bit better... I will think about it. But I don't think I can make any miracles.
admin
In nightly 2481 you can Find usages from class name and function name. Unfortunately, the function usages might not get very useful output in many cases as it searches the function name among all classes, not just the class current function is in. I can't make it better as it would require to decompile the scripts it is referring to and this might be time consuming.
State: new→upgraded
user
Thank you anyway, you are doing amazing work! :)
admin
State: upgraded→closed