|
Quick Lists
|
|
Bug ID:
|
6402077
|
|
Votes
|
0
|
|
Synopsis
|
Start position is wrong for package private constructors
|
|
Category
|
java:compiler
|
|
Reported Against
|
|
|
Release Fixed
|
7(b03)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
6404194
,
6479933
|
|
Submit Date
|
22-MAR-2006
|
|
Description
|
See the constructor start position in the following example:
public class Test {
Test() {
}
}
Posted Date : 2006-03-22 11:06:17.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Should be fixed using supplied patch.
Posted Date : 2006-04-21 00:44:19.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |