Skip to content

Fix Inconsistent Qualified Names - #274

Open
rcosta358 wants to merge 2 commits into
mainfrom
fix-269
Open

Fix Inconsistent Qualified Names#274
rcosta358 wants to merge 2 commits into
mainfrom
fix-269

Conversation

@rcosta358

@rcosta358 rcosta358 commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Description

Closes #269.

Example

conflicting_ghost_names_correct

Before

Error: Sort mismatch at argument #1 for function (declare-fun java.util.ArrayList.size (java.util.ArrayList) Int) supplied sort is java.util.Stack
12 |         Stack<Integer> stack = new Stack<>();
13 |         if (stack.empty()) {
14 |             stack.push(1);
   |             ^^^^^^^^^^^^^^
15 |             stack.peek();
16 |         }

After

Correct! Passed Verification.

Related Issue

#269.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Code refactoring

Checklist

  • Added/updated tests under liquidjava-example/src/main/java/testSuite/ (Correct* / Error*)
  • mvn test passes locally
  • Updated docs/README if behavior or API changed

@rcosta358 rcosta358 self-assigned this Jul 27, 2026
@rcosta358 rcosta358 added the bug Something isn't working label Jul 27, 2026
@rcosta358
rcosta358 force-pushed the main branch 2 times, most recently from 215f1d4 to d91f256 Compare July 27, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent Function Invocation Qualified Names

1 participant