Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] bundle runtime/build execution environment

Great work Igor, and thanks very much for testing Thanh. This is great to see.

On 10 August 2012 18:03, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:
I tested the new patch and was able to confirm it cleared up the remaining class differences except for the one that's expected.


Thanh


On 08/10/2012 12:18 PM, Igor Fedorenko wrote:
I updated diffs attached to bug 386646. Let me know if you still see
differences in class files

--
Regards,
Igor

On 12-08-08 9:37 AM, Thanh Ha wrote:
I use egrep to parse using the following command:

   egrep '(baseline and reactor have same version but different
contents|class: different)' dump.log > class-different.log

This gets me a list of modules with different contents. I then usually
ignore most of them except ones that have lines below it that state
there are classes different. I've attached the parsed log which shows a
few classes being different.


Thanh


On 08/08/2012 08:46 AM, Igor Fedorenko wrote:
According to the log there is just one class difference in
HookedJavaFileObject$ForwardingWriter, which I mentioned in an earlier
email. I also spot-checked couple of classes using javap and they are
identical to Juno.

How do you compare classes? Can you give me some examples of differences
that you see?

--
Regards,
Igor


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev



Back to the top