Hi Nina,

On 7/23/07, Nina Jeliazkova <[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to