User Activity

  • Modified a comment on ticket #56 on [ini4j]

    You’ve got a circular reference error: ini Copy Edit [dopey] weight = ${bashful/weight} [bashful] weight = ${dopey/weight} Those two point to each other, causing infinite recursion. ✅ Fix: Break the cycle by referencing a concrete value, e.g.: ini Copy Edit [dopey] weight = ${doc/weight} [bashful] weight = ${doc/weight} Or detect and reject circular refs in code.

  • Posted a comment on ticket #56 on [ini4j]

    You’ve got a circular reference error: ini Copy Edit [dopey] weight = ${bashful/weight} [bashful] weight = ${dopey/weight} Those two point to each other, causing infinite recursion. ✅ Fix: Break the cycle by referencing a concrete value, e.g.: ini Copy Edit [dopey] weight = ${doc/weight} [bashful] weight = ${doc/weight} Or detect and reject circular refs in code.

View All

Personal Data

Username:
roberth
Joined:
2025-06-29 18:15:15.963000

Projects

  • No projects to display.

Personal Tools