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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#1073 Static fields and const are often initialized in initializers, Editing value here is not enough
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? 1. search for text - rtmp:// 2. There is a url rtmp://sp5besp3p52hd.cloudfront.net:1935/cfx/st/ in RTMPStreamController file on line 62 > What is the expected output? What do you see instead? 1. I want to change the url in this file. 2. I am getting error - Static fields and const are often initialized in initializers, Editing value here is not enough. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? 1. Flash Decompiler 6.1.1 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. 1. I have enclosed swf file with this ticket, PLEASE PLEASE HELP ME ON THIS !!
It's a warning, not an error :-) You can ignore it. It means that value you are editing is stored in the trait. Sometimes these values are overriden in the initializers (constructor or class initializers). This is just a warning that probably you need to edit it elsewhere too. In the case of this SWF file, it's not needed as the value is only in the trait. Maybe the message should be more explanatory or we can change it's icon from warning to info.
State: new→upgraded
Type: bug→question
I close this issue due to inactivity. Please create new issue if problem still exists.
State: upgraded→closed