Modify

#7734 closed enhancement (fixed)

changed empty string check in Tile.putValue(...) and added documentation

Reported by: Locked Owned by: team
Priority: normal Component: Core
Version: Keywords:
Cc:

Description (last modified by Locked)

Changed the sanity check

if (value == null || "".equals(value)) {

if (value == null || value.isEmpty()) {

and added some javadocs

Attachments (1)

Tile.diff (1.0 KB) - added by Locked 12 months ago.
the diff for the enhancement

Download all attachments as: .zip

Change History (6)

Changed 12 months ago by Locked

the diff for the enhancement

comment:1 Changed 12 months ago by Locked

  • Description modified (diff)

comment:2 Changed 12 months ago by Locked

  • Description modified (diff)

comment:3 Changed 12 months ago by Locked

  • Summary changed from chaanged empty string check in Tile.putValue(...) and added documentation to changed empty string check in Tile.putValue(...) and added documentation

comment:4 Changed 12 months ago by simon04

Thank you for contributing some documentation. If possible, please aggregate some changes in order to ease the process. :-)

comment:5 Changed 12 months ago by simon04

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [o28411].

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.