|
From: Egon W. <ego...@gm...> - 2007-07-24 07:14:43
|
Hi Nina, On 7/23/07, Nina Jeliazkova <ni...@ac...> wrote: > Is there any reason for MDLWriter to use static member BufferedWriter > (this is currently in SVN, it is a change from older CDK source ) I am just about to leave for dinner elsewhere... cannot look it up myself... but the way you can get some hints is by doing: 1. find the revision that last touched the lines involved, using the 'svn annotate' command 2. this will give you who last changed that line, and in which revision Check the diff for that revision with 'svn diff -r ONELESSREV:REVWHERELINECHANGED' That will often give you some insight in things... possible, you need to recurse this prodecure, if this diff does not make the field static... I guess you can use 'svn annotate -r ONELESSREV' then... Egon |