Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VerveineJ should show an invocation to the default constructor #637

Closed
seandenigris opened this issue Aug 3, 2015 · 6 comments
Closed

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 637

A call to the default constructor should be modeled like:
- create a stub constructor in the target class
- create an invocation to the constructor

See the attached class for a sample.

Reported by tudor@tudorgirba.com on 2011-05-31 19:27:04


- _Attachment: [DefaultConstructor.java](https://storage.googleapis.com/google-code-attachments/moose-technology/issue-637/comment-0/DefaultConstructor.java)_
@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2011-05-31 19:27:15

@seandenigris
Copy link
Contributor Author

Not sure I got it.

You mean that any "new XXX(...)" instruction should produce:
- a reference to the class XXX
- an invocation of the constructor XXX.XXX(...)

?

Reported by anquetil.nicolas on 2011-06-01 08:18:54

@seandenigris
Copy link
Contributor Author

Yes :)

Reported by tudor@tudorgirba.com on 2011-06-01 10:00:40

@seandenigris
Copy link
Contributor Author

Reported by anquetil.nicolas on 2011-06-01 12:55:33

  • Status changed: Fixed

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2013-03-03 12:53:51

  • Labels added: Maintainability

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2013-03-03 12:54:04

  • Labels added: Milestone-4.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant