In commit e1b9542 one character strings have been changed to characters.
However this breaks the string if for example a number will be added after as the number is added to the character instead of the string.
For example this happens in:
pmd/pmd-core/src/main/java/net/sourceforge/pmd/cpd/GUI.java
Line 634 in 4e29b79
label = '(' + sourceIDs.size() + " separate files)";Which will result in "42 seperate files)" instead of "(2 seperate files)".
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4