Details
-
Task
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
-
Medium
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
-
-
TRUNK-6087 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-
-
TRUNK-6108 COPY: Go through the TODO items code and create tickets out of them
-
- Needs Assessment
-