team-charls / charls

CharLS, a C++ JPEG-LS library implementation
BSD 3-Clause "New" or "Revised" License
188 stars 74 forks source link

Make create_process_line method non-virtual #251

Closed vbaderks closed 1 year ago

vbaderks commented 1 year ago

The return value of create_process_line is only used by the scan_encoder/decoder class itself. Make it non-virtual and private.

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
6.1% 6.1% Duplication