karthik_Java10commonscodec
karthik_Java10commonscodec
{
"id": 10,
"repo_name": "commons-codec",
"Commit URL":
"https://github.com/apache/commons-codec/commit/41c68e9ef470696009d72133c7f05a20e27
28e34?diff=split",
"Issue URL": "https://issues.apache.org/jira/browse/CODEC-117",
"language": "Java"
}
====================Info End====================================
While extracting for desired refinement code please be careful in choosing the
right line of code.
[CODEC-117] Caverphone encodes names starting and ending with "mb" in… …
correctly.git-svn-id:
https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1075947 13f79535-47bb-
0310-9956-ffa450edef68
// End
- txt = txt.replaceAll("mb$", "m2");
+ txt = txt.replaceAll("^mb", "m2");
// 4. Handle replacements
txt = txt.replaceAll("cq", "2q");
====================Code Change End====================================
{
"Do you want to reject this annotation": {
"options": [
"1. Yes",
"2. No"
],
"answer": ""
},
"Does the code have a valid bug": {
"options": [
"1. Yes",
"2. No"
],
"answer": ""
},
"Is the provided refinement correct": {
"options": [
"1. Correct",
"2. Not Correct",
"3. Partially Correct"
],
"answer": ""
},