4083abf043fbc87feef12bde4afb75b046200dba |
|
22-Jul-2016 |
Lubos Kosco <tarzanek@gmail.com> |
javadoc |
eb11fe3584b7b243fb0641da4ab2e157610bb767 |
|
20-Mar-2015 |
Lubos Kosco <tarzanek@gmail.com> |
fix listing of types to be generated from analyzers |
059526900381c7619060df5c60a6c7eb74fb8639 |
|
09-Aug-2013 |
Vladimir Kotal <Vladimir.Kotal@Oracle.COM> |
introduce prefix matching
fixes #641
fixes #604 |
ff5eba819da0cf7964d884630fb13262ef12c505 |
|
02-Jan-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Fix trailing whitespace |
6fb29c51593eb4622f537cd43c1a81ffb36a8ff7 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Bug #17128: add more syntax highlighting styles and list all definitions/functions
Make definitions available when generating xref on the fly from the webapp. |
1c377666fe7591e06614ee1340bb31d831b60c59 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Make AnalyzerGuru.writeXref() take a Reader instead of an InputStream
The Xref classes should be independent of the input file encoding, so
therefore a Reader (which operates on characters) is more appropriate
than an InputStream (which operates on bytes). |
320fb5a6a71a742d2f1e53d734eeac3bb907200d |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Use more restrictive access modifiers on some methods |
becd193e2ec3e286312aca960e6dd996eba41c60 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Bug #859: Allow matching entire filenames |
61910105f4f96902cf0a54ce28e84dc034c611f6 |
|
02-Jan-2013 |
Jorgen Austvik <jorgen.austvik@sun.com> |
Remove more PMD warnings, and highlight TODO's |
5321cd178c121fcb737d72986ab0c991b9e6ffca |
|
13-Aug-2008 |
Trond Norbye <trond.norbye@sun.com> |
Checkstyle: Fixed import order |
6fd168587048fe0e2cb37acdcc9ae9764c83b2d2 |
|
07-Apr-2008 |
Trond Norbye <trond.norbye@sun.com> |
Bug #1007: Add URL friendly project handling |
23d7d0b65bed750a74caa1b2efc2c4121e84e965 |
|
20-Mar-2008 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Bug #67: Duplicate magics in the analyzers
Removed magic sequences that were duplicated and made
ZipAnalyzerFactory recognize the difference between plain zip files
and jar files. |
ca13a2073cb9936daab594cd277550783ac2e6b6 |
|
31-Dec-2007 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Refactoring: Created factory classes for all of the analyzers so that
all use of reflection could be removed from AnalyzerGuru. This gives
better compile-time error checking of the code, and it also makes it
easier to navigate the source with tools like "Find Usages" in
NetBeans. |