Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2008-11-14 15:54:31 +0300
committerMarek Habersack <grendel@twistedcode.net>2008-11-14 15:54:31 +0300
commitfdac91f37ddcf41be8af740d6148086f6b83fa2a (patch)
tree6c0d21b091d50f3ea9f1f22334dfb4d268c0adc8 /gui-compare/ChangeLog
parent6ab7b2b862cca67c6ba7c25fb268cfd5d5538b0b (diff)
2008-11-14 Marek Habersack <mhabersack@novell.com>
* CecilMetadata.cs: when populating interface lists, gather interfaces from parent classes to avoid false negatives when comparing. When populating member lists, check if a method is an explicit interface implementation and, if yes, include it in the list to avoid false negatives svn path=/trunk/mono-tools/; revision=118846
Diffstat (limited to 'gui-compare/ChangeLog')
-rw-r--r--gui-compare/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gui-compare/ChangeLog b/gui-compare/ChangeLog
index 65df3f6b..48bc1c43 100644
--- a/gui-compare/ChangeLog
+++ b/gui-compare/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-14 Marek Habersack <mhabersack@novell.com>
+
+ * CecilMetadata.cs: when populating interface lists, gather
+ interfaces from parent classes to avoid false negatives when
+ comparing.
+ When populating member lists, check if a method is an explicit
+ interface implementation and, if yes, include it in the list to
+ avoid false negatives.
+
2008-08-15 Chris Toshok <toshok@ximian.com>
* MasterMetadata.cs (MasterUtils.ShouldSkipAttribute): we can't