Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.2, 1.8-beta-1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If no constructor is provided, groovy compiler adds a default constructor, which is public / non-synthetic. This constructor does not have source information set on it.
Java sets the source information of the class on such constructors - e.g., class starting line number.