mtyrrell / bpep

Automatically exported from code.google.com/p/bpep
0 stars 0 forks source link

For classes with lots of attributes, the "generate" dialog is rendered bigger than the screen #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute "Generate Builder Pattern Code" inside a class with many parameters, 
more than the size of your screen

What is the expected output? What do you see instead?
The dialog shown should appear inside screen bounds, instead, it is rendered 
bigger than the screen.

What version of the product are you using? On what operating system?
bpep v1.0.0, Eclipse Indigo 3.7. Windows XP SP3.

Please provide any additional information below.
Providing the list of attributes to use in the builder inside a scrollable 
panel should fix the problem.

Tested in a 17" display, at 1440x900 resolution, in a class with 38 attributes.

Original issue reported on code.google.com by yur...@gmail.com on 28 May 2012 at 7:03

GoogleCodeExporter commented 9 years ago
This made me turn away from this very promissing plugin. I work in a corporate 
environment where it's very common to come across classes with dozens of 
attributes.
Please redisign the UI as your approach to the builder pattern is much cleaner 
and more readable than fluent builder.

Original comment by norbert....@gmail.com on 22 Jan 2014 at 2:21