Messages by Thread
-
-
[opengrok-dev] [Bug 18601] New: IgnoredNames.java should have two lists -- one for files, one for directories
bugzilla
-
[opengrok-dev] [Bug 18591] New: RFE: history log should support sorting
bugzilla
-
[opengrok-dev] Fixed some of the PMD warnings in GitRepository
knut . hatlen
-
[opengrok-dev] Made fields final to silence PMD warnings
knut . hatlen
-
[opengrok-dev] Bug #18586: ArrayIndexOutOfBoundsException when indexing SQL file
knut . hatlen
-
[opengrok-dev] [Bug 18586] New: ArrayIndexOutOfBoundsException when indexing SQL file
bugzilla
-
[opengrok-dev] Bug #18585: Exceptions are not logged if severity is higher than CONFIG
knut . hatlen
-
[opengrok-dev] [Bug 18585] New: Exceptions are not logged if severity is higher than CONFIG
bugzilla
-
[opengrok-dev] Fixed annotate and history for files which changed its location
Karthik . Rajagopalan
-
[opengrok-dev] Add initial support for Visual Basic
felannan
-
[opengrok-dev] [Bug 18514] New: Clicking on navigator doesn't work if line # are disabled
bugzilla
-
[opengrok-dev] [Bug 18482] New: navigate does not work when viewing historical revision of a file
bugzilla
-
[opengrok-dev] initial debian packaging (draft)
Lubos . Kosco
-
[opengrok-dev] fix the css - restrict the hover only to submit class (otherwise input for q, defs, ... will be overwritten by color in default scheme and text will disappear if mouse over :( )
Lubos . Kosco
-
[opengrok-dev] Use String.replace() instead of String.replaceAll() when regexp matching isn't needed.
knut . hatlen
-
[opengrok-dev] Fix unused import warnings from Checkstyle
knut . hatlen
-
[opengrok-dev] The option class within Getopt should be private
trond . norbye
-
[opengrok-dev] code format RFE
Jens Elkner
-
[opengrok-dev] Remove suppression of PMD.ConfusingTernary. Fix the statements instead.
knut . hatlen
-
[opengrok-dev] Fix import order warning from Checkstyle
knut . hatlen
-
[opengrok-dev] Fix whitespace warnings from Checkstyle
knut . hatlen
-
[opengrok-dev] Fix PMD warning in SearchHelper.destroy() - EmptyCatchBlock
knut . hatlen
-
[opengrok-dev] Fixed PMD warning in Prefix.get() - AvoidReassigningParameters
knut . hatlen
-
[opengrok-dev] Sort list of files in getResourceFileList() instead of listTo().
knut . hatlen
-
[opengrok-dev] Fix PMD warning in PageConfig.getResourceFileList() - MethodReturnsInternalArray
knut . hatlen
-
[opengrok-dev] Backed out changeset 41309a01d5c8
knut . hatlen
-
[opengrok-dev] Stop retrieving list of files from PageConfig.getResourceFileList(). Only a boolean is needed.
knut . hatlen
-
[opengrok-dev] Move ensureCommand() from RepositoryInfo down to Repository
knut . hatlen
-
[opengrok-dev] Replace specialized close() methods with a general one for java.io.Closeable
knut . hatlen
-
[opengrok-dev] Silence PMD warnings about exception handling in EftarFileReader
knut . hatlen
-
[opengrok-dev] It's named static final, not final static
trond . norbye
-
[opengrok-dev] Avoid exposing implementation type in signature (PMD warning)
knut . hatlen
-
[opengrok-dev] Literals should go first in string comparisons (PMD warning)
knut . hatlen
-
[opengrok-dev] Created constant for magic string to silence PMD warning
knut . hatlen
-
[opengrok-dev] Removed unnecessary field in ELFAnalyzer
knut . hatlen
-
[opengrok-dev] Use isEmpty() instead of size() to check whether a list is empty
knut . hatlen
-
[opengrok-dev] Constants should be in all upper ;-)
trond . norbye
-
[opengrok-dev] Refactor: move all of the different values into a list and call contains instead of a multiline if
trond . norbye
-
[opengrok-dev] finalize some members
trond . norbye
-
[opengrok-dev] Fixed confusing ternary warnings from PMD
knut . hatlen
-
[opengrok-dev] Executor.exec() should respect the reportExceptions argument and be silent if requested
knut . hatlen
-
[opengrok-dev] Don't create a lot of temporary string objects and concat them
trond . norbye
-
[opengrok-dev] Simplify some deeply nested if statements (PMD warning)
knut . hatlen
-
[opengrok-dev] Stop initializing static fields lazily
knut . hatlen
-
[opengrok-dev] Removed unnecessary method override to silence PMD
knut . hatlen
-
[opengrok-dev] Removed unused imports to silence PMD
knut . hatlen
-
[opengrok-dev] Bug #16894: Maven build lacks info.properties
knut . hatlen
-
[opengrok-dev] Comma pattern should contain a comma ;-)
trond . norbye
-
[opengrok-dev] Fixed warnings reported by CheckStyle
trond . norbye
-
[opengrok-dev] Use final for private fields that is only initialized in the constructor
trond . norbye
-
[opengrok-dev] Log exception thrown
trond . norbye
-
[opengrok-dev] Change the default value of AS_HOME to "glassfish"
trond . norbye
-
[opengrok-dev] Add an "all" target to compile everything and run test cases, pmd, findbugs etc
trond . norbye
-
[opengrok-dev] Don't reassign parameter
trond . norbye
-
[opengrok-dev] Fixed indentation (remove tabs etc)
trond . norbye
-
[opengrok-dev] Keep the logger object in the class
trond . norbye
-
[opengrok-dev] Fix compile problems with the jsp after refactoring
trond . norbye
-
[opengrok-dev] Don't reassign parameters
trond . norbye
-
[opengrok-dev] Don't hide variables with local variables
trond . norbye
-
[opengrok-dev] Remove unused class ScmChecker
trond . norbye
-
[opengrok-dev] Close stream in GitHistoryParser
trond . norbye
-
[opengrok-dev] Use == instead of !=
trond . norbye
-
[opengrok-dev] Fix copyright header
trond . norbye
-
[opengrok-dev] Remove warnings reported by netbeans
trond . norbye
-
[opengrok-dev] Added test for SortOrder
trond . norbye
-
[opengrok-dev] Use Integer.valueOf instead of new Integer()
trond . norbye
-
[opengrok-dev] Refactor: Don't create a temporary array to iterate over
trond . norbye
-
[opengrok-dev] Refactor: Return "empty" array instead of null
trond . norbye
-
[opengrok-dev] Refactor: Use interfaces
trond . norbye
-
[opengrok-dev] Refactor: Use interfaces in the API
trond . norbye
-
[opengrok-dev] Remove unused local variable
trond . norbye
-
[opengrok-dev] Fix file header and remove unused imports
trond . norbye
-
[opengrok-dev] Refactor: Use the IOUtils.close() to aviod duplication of code
trond . norbye
-
[opengrok-dev] Minor cleanup of PageConfig
trond . norbye
-
[opengrok-dev] EftarFileReader.close() cannot throw exception
trond . norbye
-
[opengrok-dev] Bug #18144 - indexer will enter infinite cycle if it encounters symlink to dot
trond . norbye
-
[opengrok-dev] fix tests after refactoring ...
Lubos . Kosco
-
[opengrok-dev] Fix trailing whitespace
trond . norbye
-
[opengrok-dev] Updated images
opengrok-dev
-
[opengrok-dev] Bug #16895: Maven build doesn't update manifest
knut . hatlen
-
[opengrok-dev] Fix logging annoyance
opengrok-dev
-
[opengrok-dev] Add support for Eclipse
opengrok-dev
-
[opengrok-dev] Add ant target to compile jsps
opengrok-dev
-
[opengrok-dev] Bug 18103 RFE: repository CLI cmds - better error reporting
opengrok-dev
-
[opengrok-dev] [Bug 18281] New: webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] [Bug 18281] webapp/code needs cleanup/refactoring, custom repo cmd support
bugzilla
-
[opengrok-dev] Backed out changeset 813a4561226a
trond . norbye
-
[opengrok-dev] RFE 18242: Add callbacks to allow people to filter access
trond . norbye
-
[opengrok-dev] Updated usage from derby init.d script
trond . norbye
-
[opengrok-dev] Fix fileHasAnnotations for Repo
trond . norbye
-
[opengrok-dev] Added a startup script for Derby
trond . norbye
-
[opengrok-dev] Check for the existence for log dir before trying to create it
trond . norbye
-
[opengrok-dev] [Bug 18242] New: RFE: Need to add an authentication step prior to browsing source
bugzilla
-
[opengrok-dev] [Bug 18227] New: Too many open files when using perforce
bugzilla
-
[opengrok-dev] Bug #17584: Beginning of highlighted change in code is not started from absolute zero position in the row
knut . hatlen
-
[opengrok-dev] Bug #17885: /**/ comments broke java xref
knut . hatlen
-
[opengrok-dev] Bug #18198: ShXref gets confused by here-documents
knut . hatlen
-
[opengrok-dev] [Bug 18198] New: ShXref gets confused by here-documents
bugzilla
-
[opengrok-dev] Bug #18163 C++ keywords is not recognized in xref output
trond . norbye
-
[opengrok-dev] [Bug 18166] New: Attempting to create the History cache for Clearcase repositories throwing SQL Errors
bugzilla
-
[opengrok-dev] [Bug 18163] New: C++ keywords is not recognized in xref output
bugzilla
-
[opengrok-dev] [Bug 18144] New: indexer will enter infinite cycle if it encounters symlink to dot
bugzilla
-
[opengrok-dev] [Bug 18143] New: quick diff links are sometimes wrong
bugzilla
-
[opengrok-dev] [Bug 18104] New: RFE: Indexer should pass CLI cmds to use to webapp
bugzilla
-
[opengrok-dev] [Bug 18103] New: RFE: repository CLI cmds - better error reporting
bugzilla
-
[opengrok-dev] [Bug 18098] New: Error: directory '<directory-name>' exists and is a directory, but cannot be listed: list() returned null.
bugzilla
-
[opengrok-dev] [Bug 18059] New: Quick links for History, Annotate and Download in a directory listing
bugzilla