author | mcimadamore |
Wed, 26 Oct 2016 15:41:25 +0100 | |
changeset 41856 | 13a056e8f16e |
parent 38509 | 01582f186579 |
permissions | -rw-r--r-- |
38509
01582f186579
8156180: javac accepts code that violates JLS chapter 16
mcimadamore
parents:
diff
changeset
|
1 |
T8156180.java:14:18: compiler.err.var.might.not.have.been.initialized: a1 |
01582f186579
8156180: javac accepts code that violates JLS chapter 16
mcimadamore
parents:
diff
changeset
|
2 |
T8156180.java:15:20: compiler.err.var.might.not.have.been.initialized: b1 |
01582f186579
8156180: javac accepts code that violates JLS chapter 16
mcimadamore
parents:
diff
changeset
|
3 |
T8156180.java:16:22: compiler.err.var.might.not.have.been.initialized: c1 |
01582f186579
8156180: javac accepts code that violates JLS chapter 16
mcimadamore
parents:
diff
changeset
|
4 |
T8156180.java:17:24: compiler.err.var.might.not.have.been.initialized: d1 |
01582f186579
8156180: javac accepts code that violates JLS chapter 16
mcimadamore
parents:
diff
changeset
|
5 |
4 errors |