Skip to content

[FIX] Fixed visp_java compilation when GUI module is deactivated#1913

Merged
fspindle merged 2 commits intolagadic:masterfrom
rolalaro:fix_gui
Feb 18, 2026
Merged

[FIX] Fixed visp_java compilation when GUI module is deactivated#1913
fspindle merged 2 commits intolagadic:masterfrom
rolalaro:fix_gui

Conversation

@rolalaro
Copy link
Copy Markdown
Contributor

When the visp_gui module was deactivated, the visp_java compilation failed due to the initClick method of vpMbGenericTracker

Closes #1912

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.53%. Comparing base (b3e6262) to head (1b8ca8d).
⚠️ Report is 51 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (b3e6262) and HEAD (1b8ca8d). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (b3e6262) HEAD (1b8ca8d)
3 2
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1913       +/-   ##
===========================================
- Coverage   48.58%   33.53%   -15.05%     
===========================================
  Files         532      465       -67     
  Lines       69293    66321     -2972     
  Branches    32402    28884     -3518     
===========================================
- Hits        33669    22244    -11425     
- Misses      31481    33260     +1779     
- Partials     4143    10817     +6674     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fspindle
Copy link
Copy Markdown
Contributor

@rolalaro Thanks

@fspindle fspindle merged commit 836b2c7 into lagadic:master Feb 18, 2026
86 of 87 checks passed
@rolalaro rolalaro deleted the fix_gui branch March 17, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build fails when using CMake option BUILD_MODULE_visp_gui=OFF

2 participants