If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

#1808 Illegal override
Author:
NoobTracker

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

> What steps will reproduce the problem?
Go to the script called "Entity", add a space or something to the code and then run with
the debugger.
> What is the expected output? What do you see instead?
I should see no change at all, but instead I get errors telling me about illegal
overrides, about specificInit. Once I turn the protected function into a public function
for all uses of it, including the declaration, it seems like it's fixed, not sure, I
couldn't really change all uses since they're scattered all over the place.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Once again, 15.1.0, Win7.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
That's it, I think.
