|
69 | 69 | </flow> |
70 | 70 | </flows> |
71 | 71 | </method> |
| 72 | + <method id="void write(char[],int,int)"> |
| 73 | + <flows> |
| 74 | + <flow isAlias="false" typeChecking="false"> |
| 75 | + <from sourceSinkType="Parameter" ParameterIndex="0" /> |
| 76 | + <to sourceSinkType="Field" |
| 77 | + AccessPath="[java.io.Writer: java.io.OutputStream innerStream]" |
| 78 | + AccessPathTypes="[java.io.OutputStream]" /> |
| 79 | + </flow> |
| 80 | + </flows> |
| 81 | + </method> |
| 82 | + <method id="void write(char[])"> |
| 83 | + <flows> |
| 84 | + <flow isAlias="false" typeChecking="false"> |
| 85 | + <from sourceSinkType="Parameter" ParameterIndex="0" /> |
| 86 | + <to sourceSinkType="Field" |
| 87 | + AccessPath="[java.io.Writer: java.io.OutputStream innerStream]" |
| 88 | + AccessPathTypes="[java.io.OutputStream]" /> |
| 89 | + </flow> |
| 90 | + </flows> |
| 91 | + </method> |
72 | 92 | <method id="void write(java.lang.String,int,int)"> |
73 | 93 | <flows> |
74 | 94 | <flow isAlias="false" typeChecking="false"> |
|
117 | 137 | </flow> |
118 | 138 | </flows> |
119 | 139 | </method> |
| 140 | + <method id="java.io.PrintWriter append(java.lang.CharSequence,int,int)"> |
| 141 | + <flows> |
| 142 | + <flow isAlias="false" typeChecking="false"> |
| 143 | + <from sourceSinkType="Parameter" ParameterIndex="0" /> |
| 144 | + <to sourceSinkType="Field" |
| 145 | + AccessPath="[java.io.Writer: java.io.OutputStream innerStream]" |
| 146 | + AccessPathTypes="[java.io.OutputStream]" /> |
| 147 | + </flow> |
| 148 | + <flow isAlias="true"> |
| 149 | + <from sourceSinkType="Field" /> |
| 150 | + <to sourceSinkType="Return" /> |
| 151 | + </flow> |
| 152 | + </flows> |
| 153 | + </method> |
120 | 154 | <method |
121 | 155 | id="java.io.PrintWriter append(java.lang.CharSequence,int,int)"> |
122 | 156 | <flows> |
|
246 | 280 | </method> |
247 | 281 | <method id="void print(java.lang.Object)"> |
248 | 282 | <flows> |
249 | | - <flow isAlias="false" typeChecking="false"> |
| 283 | + <flow isAlias="false" typeChecking="false" cutSubfields="true"> |
250 | 284 | <from sourceSinkType="Parameter" ParameterIndex="0" /> |
251 | 285 | <to sourceSinkType="Field" |
252 | 286 | AccessPath="[java.io.Writer: java.io.OutputStream innerStream]" |
|
0 commit comments