Bug 201680 - [getter setter] Generate indexed get-set method for indexed property
Summary: [getter setter] Generate indexed get-set method for indexed property
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-08-29 22:51 EDT by Politics Wang CLA
Modified: 2007-12-06 08:33 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.