tracker issue : CF-3039203

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 78645:(Watson Migration Closure)Summary: CFIMAP

| View in Tracker

Status/Resolution/Reason: Closed/Deferred/

Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)

Created: 07/09/2009

Components: Language, Tags

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 240375 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

Summary: CFIMAP.  Rework the closed flag as an open flag

See thread: https://prerelease.adobe.com/project/forum/thread.html?cap=87529bda13744b3db718e841890b9240&forid={267a8bea-8d25-435c-a533-6c830dd686ca}&topid={fbf76ab1-6bc1-4057-b26d-c9f28a84d297}&tp=1&to=asc&ts=last&tl=50&tv=desc#{11F3CBC9-B4BC-4436-8458-2F0A141D1B14}

Currently the metadata for the connection returns a closed=true/false flag.  It would be more "natural" to return an open=true/false flag, because code would be written from the perspective of "if the connection is open, do something", not "if the connection is closed do something" or "if the connection is not closed" to something".#

Cheers.

-- 
Adam


Method:

Pseudo code:

try {
    open connection
    do stuff
} catch {
    do stuff
} finally {
    is it still open?
        close it
}
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3039203

External Customer Info:
External Company:  
External Customer Name: Adam Cameron
External Customer Email: 17EB1A7649DA54C7992015A9
External Test Config: 07/09/2009

Attachments:

Comments: