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

View Revisions: Issue #42725 All Revisions ] Back to Issue ]
Summary 0042725: Apply new HQL Style in AddPaymentActionHandler.java
Revision 2020-01-08 14:02 by inigo_lerga
Description AddPaymentActionHandler.java has one HQL query with:
- the HQL is hard to read because of formatting
- and it is mixing txt and i.e PROPERTY_ID constant which is not recommended by default
Revision 2020-01-08 13:25 by inigo_lerga
Description AddPaymentActionHandler.java has several HQL with:
- non-constant parts:
  i.e. organization.calss.getName()
- the HQL is hard to read because of formatting
- and it is mixing txt and i.e PROPERTY_ID constant which is not recommended by default
Revision 2020-01-08 13:19 by inigo_lerga
Description Both files have several HQL with:
- non-constant parts:
  i.e. organization.calss.getName()
- the HQL is hard to read because of formatting
- and it is mixing txt and i.e PROPERTY_ID constant which is not recommended by default


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker