opengrok icon indicating copy to clipboard operation
opengrok copied to clipboard

OpenGrok is a fast and usable source code search and cross reference engine, written in Java

Results 215 opengrok issues
Sort by recently updated
recently updated
newest added

This change builds the `hasAnnotation` check on the top of xref-able. The property is part of the analyzer factory classes.

indexer
webapp
OCA Verified

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...

Sonar
OCA Verified

Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.21&new-version=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...

dependencies
java
OCA Verified

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...

enhancement
indexer

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...

bug
indexer

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:...

bug
webapp

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#,...

enhancement
help wanted
indexer

# 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...

enhancement
indexer

**Describe the bug** Rename master branch to main as per the latest github recommendations. https://sfconservancy.org/news/2020/jun/23/gitbranchname/

build

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...

bug
indexer