web applications - What is your favourite tool for impact analysis -
What is your favorite tool for impact analysis?
An IDE can not always help you in the context of web applications, because your code should contain at least 4 languages (java, jsp, velocity templates, javascript, html and ominous in context Xml).
So far I have find and grep is any better?
Our view can "grep" it in many languages, but it's language syntax for each ( Comments, keywords, strings, variable names, numbers, ...) and thus can focus your search more carefully. For web page analysis, it knows PHP, Javascript, HTML, C #, Java, JSP, as well as C, C ++, COBOL, FORTRAN and other languages. By indexing all the files according to the Langes tokens, it can handle the searches of approximately 25-50 million lines with almost immediately response time. It shows matches, and provides a single click-to-view-source on each match.
Comments
Post a Comment