Skip to content

Java having issues with CamelCase #275

@xxxajk

Description

@xxxajk

codebase_rag.services.graph_service:flush_nodes:223 - No unique constraint defined for label 'Interface'. Skipping flush.
Caused by public interface Interface { .... (and similar forms) not being recognized

codebase_rag.services.graph_service:flush_nodes:223 - No unique constraint defined for label 'Enum'. Skipping flush.
Caused by public enum Enum { ... (and similar forms) not being recognized

Just a guess, but perhaps something isn't realizing that the case matters?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working correctlyjavaJava language

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions