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/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to