Details
Description
This program causes the compiler to throw a syntax error. However it should be a semantic error.
public class B { public void Test() { new NotExist() } }
Activity
Paul King
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
This program causes the compiler to throw a syntax error. However it should be a semantic error. public class B { public void Test() { new NotExist() } } |
This program causes the compiler to throw a syntax error. However it should be a semantic error. {code} public class B { public void Test() { new NotExist() } } {code} |
blackdrag blackdrag
made changes -
| Fix Version/s | 1.7-beta-1 [ 14014 ] | |
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Andrew Eisenberg
made changes -
| Priority | Major [ 3 ] | Minor [ 4 ] |
Guillaume Laforge
made changes -
| Fix Version/s | 1.7-beta-x [ 15538 ] | |
| Fix Version/s | 1.7-beta-1 [ 14014 ] |
blackdrag blackdrag
made changes -
| Fix Version/s | 1.8.x [ 15750 ] | |
| Fix Version/s | 2.x [ 17013 ] | |
| Fix Version/s | 1.7.x [ 15538 ] |
Cedric Champeau
made changes -
| Labels | contributers-welcome |
Cedric Champeau
made changes -
| Labels | contributers-welcome | contrib |