bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #41323] +[NSValueTransformer valueTransformerForName:] should look


From: Frederik
Subject: [bug #41323] +[NSValueTransformer valueTransformerForName:] should look up class by name
Date: Thu, 23 Jan 2014 17:24:28 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/7.0.1 Safari/537.73.11

URL:
  <http://savannah.gnu.org/bugs/?41323>

                 Summary: +[NSValueTransformer valueTransformerForName:]
should look up class by name
                 Project: GNUstep
            Submitted by: triplef
            Submitted on: Do 23 Jan 2014 17:24:27 GMT
                Category: Base/Foundation
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

+[NSValueTransformer valueTransformerForName:] currently returns previously
registered value transformers only. If this fails, it should also attempt to
find a class with the specified name.

>From the Apple Foundation docs:

> If valueTransformerForName: does not find a registered transformer instance
for name, it will attempt to find a class with the specified name. If a
corresponding class is found an instance will be created and initialized using
its init: method and then automatically registered with name.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41323>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]