summaryrefslogtreecommitdiff
path: root/javase/src/test/java/com
AgeCommit message (Expand)AuthorFilesLines
2026-06-26reject negative and overflowing crop in BufferedImageLuminanceSource (#2111)jmestwa-coder1-0/+28
2026-06-22Validate crop rectangle for TYPE_BYTE_GRAY images in BufferedImageLuminanceSo...Vasiliy Mikhailov1-0/+69
2026-06-22wrap invalid base64 as IOException in readDataURIImage (#2105)jmestwa-coder1-1/+7
2026-04-08Fix QR decode failure for small/native-size images (#2061)Andrew Szeto1-0/+54
2023-07-21javase/test/matrix: check format support (#1668)Valérian Rousset1-5/+10
2020-12-09Improve test coverageSean Owen2-2/+22
2019-05-14Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep ...Sean Owen1-35/+0
2018-07-25A few more tests and fix handling of data: URIs in command line decoderSean Owen2-0/+6
2018-07-25A few more tests and fix handling of data: URIs in command line decoderSean Owen3-1/+83
2018-07-24Fix bug in decoding data URIs; Add tests in javase/, zxingorg/Sean Owen2-1/+51
2018-05-18Apply checkstyle to test code too, and fix violations; minor updates from cod...Sean Owen3-0/+9
2017-06-14Fix Codacy warningsSean Owen1-1/+1
2017-04-23Add more tests for non-core modulesSean Owen2-0/+70
2017-04-23Optimize generating BufferedImage by allocating memory per row. Add tests. Re...Sean Owen1-0/+83