| 45 | } |
| 46 | |
| 47 | class ModelController { |
| 48 | public String main(HashMap map) { |
| 49 | map.put("id", "asdf"); |
| 50 | map.put("pwd", "1111"); |
| 51 | |
| 52 | return "txtView2"; |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | [txtView1.txt] |
| 57 | id=${id}, pwd=${pwd} |
nothing calls this directly
no outgoing calls
no test coverage detected