Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1632 closed defect (fixed)

sanatizing of bookmarks when saving inoperatable

Reported by: anonymous Owned by: framm
Priority: minor Milestone:
Component: Core Version: tested
Keywords: Cc:

Description

Preferences.java:297

for (Bookmark b : bookmarks) {

b.name.replace(',', '_');
out.print(b.name+",");

Since Strings are immutable, the replace() function returns a new String value, which is being ignored here...

Attachments (0)

Change History (2)

comment:1 by stoecker, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r1025.

comment:2 by kertdofddw, 16 years ago

Version: release

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.