Closed GoogleCodeExporter closed 9 years ago
Applied Thanks!
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 comment by CodyPrec...@gmail.com
on 30 Jan 2010 at 12:06
Original comment by CodyPrec...@gmail.com
on 30 Jan 2010 at 12:06
Original issue reported on code.google.com by
gaudet.e...@gmail.com
on 29 Jan 2010 at 11:03Attachments: