Bug 3093 – Object.factory has incomplete documentation

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2009-06-25T19:16:00Z
Last change time
2014-04-23T15:24:32Z
Keywords
pull
Assigned to
andrej.mitrovich
Creator
ary

Comments

Comment #0 by ary — 2009-06-25T19:16:55Z
Object.factory should be documented as receiving a char[] classname that must be the fully qualified name of the class to create. Also give a small example, and maybe an example for a nested class.
Comment #1 by bugzilla — 2012-01-23T01:07:22Z
Not a spec issue.
Comment #2 by andrej.mitrovich — 2014-04-23T13:53:08Z
Comment #3 by github-bugzilla — 2014-04-23T15:24:31Z
Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/30da7367e4221005902b5a02020daa89d5d249f8 Fix Issue 3093 - Add better documentation for Object.factory and add an example. https://github.com/D-Programming-Language/druntime/commit/6f9dc73cdfb4de171bb4d6db456f7bd2d5dc757d Merge pull request #774 from AndrejMitrovic/Fix3093 Issue 3093 - Add better documentation for Object.factory and add an example