|
1 | | -SwitchErrors.java:33:18: compiler.err.constant.label.not.compatible: java.lang.String, java.lang.Object |
2 | | -SwitchErrors.java:39:18: compiler.err.constant.label.not.compatible: int, java.lang.Object |
3 | | -SwitchErrors.java:45:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.String, java.lang.Integer) |
4 | | -SwitchErrors.java:46:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.Integer, java.lang.CharSequence) |
5 | | -SwitchErrors.java:51:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: compiler.misc.type.null, int) |
6 | | -SwitchErrors.java:52:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.String, int) |
7 | | -SwitchErrors.java:53:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: int, java.lang.CharSequence) |
8 | | -SwitchErrors.java:59:20: compiler.err.total.pattern.and.default |
9 | | -SwitchErrors.java:65:13: compiler.err.pattern.dominated |
10 | | -SwitchErrors.java:65:24: compiler.err.total.pattern.and.default |
11 | | -SwitchErrors.java:71:18: compiler.err.total.pattern.and.default |
12 | | -SwitchErrors.java:77:18: compiler.err.duplicate.total.pattern |
13 | | -SwitchErrors.java:83:20: compiler.err.duplicate.default.label |
14 | | -SwitchErrors.java:89:20: compiler.err.duplicate.default.label |
15 | | -SwitchErrors.java:94:27: compiler.err.duplicate.default.label |
16 | | -SwitchErrors.java:100:13: compiler.err.duplicate.case.label |
17 | | -SwitchErrors.java:105:13: compiler.err.duplicate.case.label |
18 | | -SwitchErrors.java:110:28: compiler.err.flows.through.to.pattern |
19 | | -SwitchErrors.java:116:18: compiler.err.flows.through.to.pattern |
20 | | -SwitchErrors.java:123:18: compiler.err.flows.through.to.pattern |
21 | | -SwitchErrors.java:130:18: compiler.err.flows.through.to.pattern |
22 | | -SwitchErrors.java:135:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.String, java.lang.Integer) |
23 | | -SwitchErrors.java:141:18: compiler.err.instanceof.reifiable.not.safe: java.util.List, java.util.List<java.lang.Integer> |
24 | | -SwitchErrors.java:147:18: compiler.err.cant.resolve.location: kindname.class, Undefined, , , (compiler.misc.location: kindname.class, SwitchErrors, null) |
25 | | -SwitchErrors.java:154:18: compiler.err.type.found.req: int, (compiler.misc.type.req.class.array) |
26 | | -SwitchErrors.java:160:28: compiler.err.flows.through.from.pattern |
27 | | -SwitchErrors.java:166:18: compiler.err.flows.through.from.pattern |
28 | | -SwitchErrors.java:171:27: compiler.err.flows.through.to.pattern |
29 | | -SwitchErrors.java:177:18: compiler.err.flows.through.to.pattern |
30 | | -SwitchErrors.java:183:13: compiler.err.pattern.dominated |
31 | | -SwitchErrors.java:195:76: compiler.err.cant.resolve.location: kindname.variable, n, , , (compiler.misc.location: kindname.class, SwitchErrors, null) |
32 | | -SwitchErrors.java:201:71: compiler.err.cant.resolve.location: kindname.variable, n, , , (compiler.misc.location: kindname.class, SwitchErrors, null) |
33 | | -SwitchErrors.java:32:9: compiler.err.not.exhaustive.statement |
34 | | -SwitchErrors.java:38:9: compiler.err.not.exhaustive.statement |
35 | | -SwitchErrors.java:44:9: compiler.err.not.exhaustive.statement |
36 | | -SwitchErrors.java:50:9: compiler.err.not.exhaustive.statement |
37 | | -SwitchErrors.java:98:9: compiler.err.not.exhaustive.statement |
38 | | -SwitchErrors.java:104:9: compiler.err.not.exhaustive.statement |
39 | | -SwitchErrors.java:109:9: compiler.err.not.exhaustive.statement |
40 | | -SwitchErrors.java:114:9: compiler.err.not.exhaustive.statement |
41 | | -SwitchErrors.java:120:9: compiler.err.not.exhaustive.statement |
42 | | -SwitchErrors.java:127:9: compiler.err.not.exhaustive.statement |
43 | | -SwitchErrors.java:187:9: compiler.err.not.exhaustive.statement |
| 1 | +SwitchErrors.java:34:18: compiler.err.constant.label.not.compatible: java.lang.String, java.lang.Object |
| 2 | +SwitchErrors.java:40:18: compiler.err.constant.label.not.compatible: int, java.lang.Object |
| 3 | +SwitchErrors.java:46:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.String, java.lang.Integer) |
| 4 | +SwitchErrors.java:47:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.Integer, java.lang.CharSequence) |
| 5 | +SwitchErrors.java:52:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: compiler.misc.type.null, int) |
| 6 | +SwitchErrors.java:53:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.String, int) |
| 7 | +SwitchErrors.java:54:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: int, java.lang.CharSequence) |
| 8 | +SwitchErrors.java:60:20: compiler.err.total.pattern.and.default |
| 9 | +SwitchErrors.java:66:13: compiler.err.pattern.dominated |
| 10 | +SwitchErrors.java:66:24: compiler.err.total.pattern.and.default |
| 11 | +SwitchErrors.java:72:18: compiler.err.total.pattern.and.default |
| 12 | +SwitchErrors.java:78:18: compiler.err.duplicate.total.pattern |
| 13 | +SwitchErrors.java:84:20: compiler.err.duplicate.default.label |
| 14 | +SwitchErrors.java:90:20: compiler.err.duplicate.default.label |
| 15 | +SwitchErrors.java:95:27: compiler.err.duplicate.default.label |
| 16 | +SwitchErrors.java:101:13: compiler.err.duplicate.case.label |
| 17 | +SwitchErrors.java:106:13: compiler.err.duplicate.case.label |
| 18 | +SwitchErrors.java:111:28: compiler.err.flows.through.to.pattern |
| 19 | +SwitchErrors.java:117:18: compiler.err.flows.through.to.pattern |
| 20 | +SwitchErrors.java:124:18: compiler.err.flows.through.to.pattern |
| 21 | +SwitchErrors.java:131:18: compiler.err.flows.through.to.pattern |
| 22 | +SwitchErrors.java:136:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: java.lang.String, java.lang.Integer) |
| 23 | +SwitchErrors.java:142:18: compiler.err.instanceof.reifiable.not.safe: java.util.List, java.util.List<java.lang.Integer> |
| 24 | +SwitchErrors.java:148:18: compiler.err.cant.resolve.location: kindname.class, Undefined, , , (compiler.misc.location: kindname.class, SwitchErrors, null) |
| 25 | +SwitchErrors.java:155:18: compiler.err.type.found.req: int, (compiler.misc.type.req.class.array) |
| 26 | +SwitchErrors.java:161:28: compiler.err.flows.through.from.pattern |
| 27 | +SwitchErrors.java:167:18: compiler.err.flows.through.from.pattern |
| 28 | +SwitchErrors.java:172:27: compiler.err.flows.through.to.pattern |
| 29 | +SwitchErrors.java:178:18: compiler.err.flows.through.to.pattern |
| 30 | +SwitchErrors.java:184:13: compiler.err.pattern.dominated |
| 31 | +SwitchErrors.java:196:18: compiler.err.pattern.expected |
| 32 | +SwitchErrors.java:202:76: compiler.err.cant.resolve.location: kindname.variable, n, , , (compiler.misc.location: kindname.class, SwitchErrors, null) |
| 33 | +SwitchErrors.java:208:71: compiler.err.cant.resolve.location: kindname.variable, n, , , (compiler.misc.location: kindname.class, SwitchErrors, null) |
| 34 | +SwitchErrors.java:33:9: compiler.err.not.exhaustive.statement |
| 35 | +SwitchErrors.java:39:9: compiler.err.not.exhaustive.statement |
| 36 | +SwitchErrors.java:45:9: compiler.err.not.exhaustive.statement |
| 37 | +SwitchErrors.java:51:9: compiler.err.not.exhaustive.statement |
| 38 | +SwitchErrors.java:99:9: compiler.err.not.exhaustive.statement |
| 39 | +SwitchErrors.java:105:9: compiler.err.not.exhaustive.statement |
| 40 | +SwitchErrors.java:110:9: compiler.err.not.exhaustive.statement |
| 41 | +SwitchErrors.java:115:9: compiler.err.not.exhaustive.statement |
| 42 | +SwitchErrors.java:121:9: compiler.err.not.exhaustive.statement |
| 43 | +SwitchErrors.java:128:9: compiler.err.not.exhaustive.statement |
| 44 | +SwitchErrors.java:188:9: compiler.err.not.exhaustive.statement |
44 | 45 | - compiler.note.preview.filename: SwitchErrors.java, DEFAULT |
45 | 46 | - compiler.note.preview.recompile |
46 | | -43 errors |
| 47 | +44 errors |
0 commit comments