This is a migrated thread and some comments may be shown as answers.

Bug in JustDecompile v2015.1.217.0?

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Blake
Top achievements
Rank 1
Blake asked on 21 Mar 2015, 01:10 AM

Hi,

I was debugging some issues with the AWS Ec2ConfigService and ended up decompiling 3.2.97.0 of Ec2ConfigLibrary.dll[1] and may have encountered a bug in JustDecompile.  JustDecompile gives me the following for the SysprepIniParser class:

        public class SysprepIniParser
        {
            private Hashtable iniKeyPairs;

            private string iniFilePath;

However, .NET Reflector give the following:

        public class SysprepIniParser
        {
            private string iniFilePath;
            private Hashtable iniKeyPairs = new Hashtable();

Note the initialization of the hashtable in the latter, which appears to be correct. 

I could be getting my wires crossed somewhere so here's the repro video: http://www.screencast.com/t/IHu4twZFh

Blake

[1] https://aws.amazon.com/developertools/5562082477397515







1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 23 Mar 2015, 11:02 AM
Hello Blake,

Thank you for letting us know about this problem. We really appreciate it.

We added the bug to our backlog and we will fix it as soon as possible.

Please, update regularly and stay tuned.

Regards,
Alexander
Telerik
Tags
General Discussions
Asked by
Blake
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or