vote up 0 vote down star

I am looking for software tools similar to lxr (open source and free if possible)

flag

3 Answers

vote up 0 vote down check

lxr is not open sourcy enough =) ? Try ctags, cscope, ViewVC or OpenGrok.

link|flag
Anton what do you mean not open source enough? I notice that is not supported any more (no new versions). – Chrys Feb 11 at 10:16
vote up 2 vote down

doxygen at www.doxygen.org gives you a browsable view of your code, complete with class diagrams

link|flag
vote up 0 vote down

Not free, but a language-sensitive source code search engine can be found at SD Source Code Search Engine. It can handle many languages at the same time. Searches can be performed for patterns in a specific langauge, or patterns across languages (such as "find identifiers involving TAX"). By being sensitive to langauge tokens, the number of false positives is reduced, saving time for the user. It understands C, C++, C#, COBOL, Java, ECMAScript, Java, XML, Verilog, VHDL, and a number of other languages.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.