https://defect.opensolaris.org/bz/show_bug.cgi?id=16334
--- Comment #12 from seadog <[email protected]> 2010-09-13 23:56:50 UTC --- (In reply to comment #11) > Thanks for the patch! > > The only problem I can see with the patch, is that OpenGrok will now give up > tagging its own Ctags.java file when it gets to the definition of > CTAGS_FILTER_TERMINATOR because it sees what it believes is a terminator > token. > Perhaps we can work around that by adding some random number or > System.currentTimeMillis() to CTAGS_FILTER_TERMINATOR when the constant is > initialized? I'll try it out on my computer to see what but I don't think it will be a problem. The temp tags file thatCctags.java is reading shouldn't contain the actual value of the variable (the terminator). At most I thought it would contain the variable name. I'll find out! -- Configure bugmail: https://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
