Commit 1706083
committed
Don't depend on `declaredType'
Directly couples us to the full java package namespace, which is not good
(there have been refactors that are out in efile-test now that break the
assumption that the package names won't change).
Instead, use `name` (which is the XML Schema name), or just
check that the `declaredType` contains the path we expect (those
refactors only add to the namespace, not changing it entirely).1 parent 0b8e63b commit 1706083
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
| 767 | + | |
771 | 768 | | |
772 | 769 | | |
773 | 770 | | |
| |||
0 commit comments