<html>
    <head>
      <base href="http://bugzilla.slf4j.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - erroneous migration turns returned Logger into LoggerFactory"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=317#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - erroneous migration turns returned Logger into LoggerFactory"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=317">bug 317</a>
              from <span class="vcard"><a class="email" href="mailto:garret@globalmentor.com" title="garret@globalmentor.com <garret@globalmentor.com>"> <span class="fn">garret@globalmentor.com</span></a>
</span></b>
        <pre>Arg. It converts:

fooInstance.setLogger(getLogger());

to:

fooInstance.setLoggerFactory.getLogger());

This "migrator" doesn't seem to have any intelligence at all. It even leaves me
with misplaced parentheses---and over 500 errors.

It's going to be easier to convert all these source files by hand. This
migrator doesn't seem to be worth much---it seems to me that a couple of
regular expressions, while far from perfect, would do a better job than this
migrator.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>