Re: VisibleMemberMap.java possible performance improvements

2013-09-25 Thread Jonathan Gibbons
On 09/23/2013 05:36 AM, Michael Simacek wrote: Thank you for your help, Jon. I've rewritten it a bit (also had to change the Util.executableMembersEqual method to fix some issues), so now all the tests should pass and I have fixed some other bugs. Now the order of classes is the same and order

Re: VisibleMemberMap.java possible performance improvements

2013-09-25 Thread Jonathan Gibbons
On 09/23/2013 05:36 AM, Michael Simacek wrote: Thank you for your help, Jon. I've rewritten it a bit (also had to change the Util.executableMembersEqual method to fix some issues), so now all the tests should pass and I have fixed some other bugs. Now the order of classes is the same and order

Re: VisibleMemberMap.java possible performance improvements

2013-09-25 Thread Michael Simacek
Thank you for your help, Jon. I've rewritten it a bit (also had to change the Util.executableMembersEqual method to fix some issues), so now all the tests should pass and I have fixed some other bugs. Now the order of classes is the same and order of interfaces is mostly the same. I tried to get