Details
-
Bug
-
Resolution: Unresolved
-
None
-
1.7.x
-
None
-
Operating System: Windows 2000
Platform: PC
-
normal
-
P5
-
317
Description
The migrator turns this:
public Logger getLogger() {
return logger;
}
into this:
public LoggerFactory.getLogger() {
return logger;
}
I guess the migrator must be using some naive regex---but I would have thought it would have at least prevented whitespace in matching "Logger.getLogger(".