This patch fixes the following issue:
From Cody: <<
Found one issue in a quick test, it will not find methods inside a class if
the { is on the same line as the method definition.
i.e:
Doesnt Find:
private static void createAndShowGUI() {
Does Find:
private static void createAndShowGUI()
{
>>
Original issue reported on code.google.com by gaudet.e...@gmail.com on 30 Jan 2010 at 2:00
Original issue reported on code.google.com by
gaudet.e...@gmail.com
on 30 Jan 2010 at 2:00Attachments: