Details
-
Type:
Task
-
Status: Closed
-
Priority:
Should
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Platform 1.11.0
-
Component/s: None
-
Complexity:Medium
-
Development:
Description
put this somewhere and do it right and add class name, etc
do this with an annotation on the field? or on the method?
File: /openmrs/api/src/main/java/org/openmrs/aop/RequiredDataAdvice.java
Line: 82
Patch:
Index: api/src/main/java/org/openmrs/aop/RequiredDataAdvice.java
===================================================================
— api/src/main/java/org/openmrs/aop/RequiredDataAdvice.java (revision 26658)
+++ api/src/main/java/org/openmrs/aop/RequiredDataAdvice.java (working copy)
@@ -79,6 +79,7 @@
*/
public class RequiredDataAdvice implements MethodBeforeAdvice {
+ // TODO Issue was added: TRUNK-3179
// TODO put this somewhere and do it right and add class name, etc
// TODO do this with an annotation on the field? or on the method?
protected static List<String> fieldAccess = new ArrayList<String>();
Gliffy Diagrams
Attachments
Issue Links
- is duplicated by
-
TRUNK-3091 Refactor RequiredDataAdvice
-
- Closed
-
- relates to
-
TRUNK-324 Go through the TODO items code and create tickets out of them
-
- Ready for Work
-