Project:
View Revisions: Issue #38383 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0038383: API Change: declare OBQuery.getParameters() method as private | ||
Revision | 2018-04-17 09:23 by caristu | ||
Description | With issue 0038382 OBQuery.setParameters(List) is deprecated in order to discourage the usage of positional legacy-style query parameters ('?'). For this reason it would be appropriate to declare the related getter, getParameters(), as private as it is only used internally. |
||
Revision | 2018-04-17 08:30 by caristu | ||
Description | With issue 0038382 OBQuery.setParameters(List) is deprecated in order to discourage the usage of positional legacy-style query parameters ('?'). For this reason it would be appropriate to declare the related getter, getParameters(), as private as it is only used internally. |
||
Revision | 2018-04-16 18:32 by caristu | ||
Description | - Deprecate OBQuery.setParameters(List) in order to discourage the usage of positional legacy-style query parameters ('?'). - Besides, it would be nice to declare the related getter getParameters() as private as it is only used internally. See related issue 0038382 for further details |
||
Revision | 2018-04-16 18:32 by caristu | ||
Description | - Deprecate OBQuery.setParameters(List) in order to discourage the usage of positional legacy-style query parameters ('?'). - Besides, it would be nice to declare the related getter as private as it is only used internally. See related issue 0038382 for further details |
||
Revision | 2018-04-16 18:31 by caristu | ||
Description | - Deprecate OBQuery.setParameters(List) in order to discourage the usage of positional legacy-style query parameters ('?'). - Besides, it would be nice to declare the related getter as private as it is only used internally. See issue 0038382 for further details |
Copyright © 2000 - 2009 MantisBT Group |