Bug 201680

Summary: [getter setter] Generate indexed get-set method for indexed property
Product: [Eclipse Project] JDT Reporter: Politics Wang <java2enterprise>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: jpmartins, martinae
Version: 3.4Keywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Politics Wang CLA 2007-08-29 22:51:56 EDT
Build ID: I20070621-1340

Steps To Reproduce:
According to java bean spec, a indexed property should have indexed get-set method, eclipse should generate them

http://java.sun.com/docs/books/tutorial/javabeans/properties/indexed.html


More information:
Comment 1 Martin Aeschlimann CLA 2007-08-30 03:26:52 EDT
Thanks for the link!
Comment 2 João CLA 2007-12-06 08:33:35 EST
This can cause errors because other libraries and runtimes may depend on the java bean spec.