senyor / generate-tostring

Automatically exported from code.google.com/p/generate-tostring
0 stars 0 forks source link

Generated code inserted into wrong place #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put cursor at last closing brace of class declaration and press Alt-Ins 
and generate toString().

What is the expected output? What do you see instead?

I expect generated toSting() code to be inserted INSIDE class definition, 
but it is inserted below the closing brace.

What version of the product are you using? On what operating system?
plugin version 4.0.2
IDEA 7 EAP 7115
JDK1.6
WinXPsp2

Please provide any additional information below.

Original issue reported on code.google.com by neuro...@gmail.com on 8 Aug 2007 at 2:49

GoogleCodeExporter commented 8 years ago
My intent is to have the same behavior for toString() as IDEA has with its
getter/setter generator.

Original comment by claus.ib...@gmail.com on 6 Sep 2007 at 12:29

GoogleCodeExporter commented 8 years ago
Yes its a bug. I'll try to get it sorted for next release.

Original comment by claus.ib...@gmail.com on 15 Sep 2007 at 8:31

GoogleCodeExporter commented 8 years ago
Fixed in svn rev 20

Original comment by claus.ib...@gmail.com on 15 Sep 2007 at 9:12