opengrok
opengrok copied to clipboard
OpenGrok is a fast and usable source code search and cross reference engine, written in Java
This change builds the `hasAnnotation` check on the top of xref-able. The property is part of the analyzer factory classes.
1. Created a new Builder for search helper class and used that for created search helper instance( This was done to reduce number of parameters passed to constructor) 2. Reduced...
Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
When working on PR #4516, I noticed that the "is-annotatable" property is stronger than the "is-xrefable" property. xrefable does not imply annotatable. For example, the ELF analyzer allows for the...
Indexing with annotation cache enabled, 1.13.4 writes binary data to logs once again, making #4473 resurface: ``` 2024-02-19 19:11:25.122+0000 SEVERE t6902 SCCSRepositoryAnnotationParser.processStream: Error: did not find annotations in line 5,932...
Hello, I'm running an opengrok server which is set to run `opengrok-indexer` periodically using cron. I notice that when the indexer is running and the output is `Sending configuration to:...
Hi, When working in WPF, we define resources and use them. Resource definition is made, for example, like this: ``` ... ``` Using the resource can either be in C#,...
# Background Say we have classes a.b.c.MyClass and d.e.f.MyClass. The current refs and defs features don't differentiate between these two. The proposal is to add fully qualified definitions and references...
**Describe the bug** Rename master branch to main as per the latest github recommendations. https://sfconservancy.org/news/2020/jun/23/gitbranchname/
Running opengrok help config provides a lot of repeated suggest config settings which are not relevant to the actualy property **Version** ``` opengrok-indexer -a opengrok.jar -- --version Nov 28, 2023...