Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0036810
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2017-09-08 09:222017-09-08 09:22
ReporterguilleaerView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0036810: escape function in Retail ProcessHQLQuery class. Needed?

Descriptionescape function in Retail ProcessHQLQuery class. Needed?


  public static String escape(String value) {
    return value == null ? "" : value.replaceAll("'", "''");
  }


Seems to be not used anywhere. I think that it can be removed
Steps To ReproduceN/A
Proposed SolutionN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2017-09-08 09:22 guilleaer New Issue
2017-09-08 09:22 guilleaer Assigned To => Retail
2017-09-08 09:22 guilleaer Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker