Skip to content

[~] allow ordering list properties via index

8bce386
Select commit
Loading
Failed to load commit list.
Closed

[~] allow ordering list properties via index #4854

[~] allow ordering list properties via index
8bce386
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Sep 25, 2025 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 1
           

Complexity increasing per file
==============================
- janusgraph-core/src/main/java/org/janusgraph/graphdb/tinkerpop/optimize/step/HasStepFolder.java  5
         

See the complete overview on Codacy

Annotations

Check warning on line 117 in janusgraph-core/src/main/java/org/janusgraph/graphdb/tinkerpop/optimize/step/HasStepFolder.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

janusgraph-core/src/main/java/org/janusgraph/graphdb/tinkerpop/optimize/step/HasStepFolder.java#L117

Using equalsIgnoreCase() is cleaner than using toUpperCase/toLowerCase().equals().