Changeset 1227

Show
Ignore:
Timestamp:
01/12/08 18:37:26 (4 months ago)
Author:
mikey
Message:

continued refactoring #119: replaced package dots in net::stubbles::reflection

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationAnnotationState.php

    r1072 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationArgumentState.php

    r1127 r1227  
    77 * @subpackage  reflection_annotations_parser_state 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    10                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     10                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationDocblockState.php

    r502 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationNameState.php

    r1072 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationParamNameState.php

    r488 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationParamValueState.php

    r1127 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationParamsState.php

    r488 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationState.php

    r1072 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.stubAnnotationParser'); 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::stubAnnotationParser'); 
    1111/** 
    1212 * Interface for an annotation parser state 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationTextState.php

    r469 r1227  
    77 * @subpackage  reflection_annotations_parser_state 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    10                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     10                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1111); 
    1212/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationTypeState.php

    r1127 r1227  
    88 * @subpackage  reflection_annotations_parser_state 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAbstractState', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAbstractState', 
     11                      'net::stubbles::reflection::annotations::parser::state::stubAnnotationState' 
    1212); 
    1313/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/parser/stubAnnotationStateParser.php

    r1127 r1227  
    88 * @subpackage  reflection_annotations_parser 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.parser.stubAnnotationParser', 
    11                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationArgumentState', 
    12                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationDocblockState', 
    13                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationAnnotationState', 
    14                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationNameState', 
    15                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationParamNameState', 
    16                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationParamsState', 
    17                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationParamValueState', 
    18                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationTextState', 
    19                       'net.stubbles.reflection.annotations.parser.state.stubAnnotationTypeState' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::parser::stubAnnotationParser', 
     11                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationArgumentState', 
     12                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationDocblockState', 
     13                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationAnnotationState', 
     14                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationNameState', 
     15                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationParamNameState', 
     16                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationParamsState', 
     17                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationParamValueState', 
     18                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationTextState', 
     19                      'net::stubbles::reflection::annotations::parser::state.stubAnnotationTypeState' 
    2020); 
    2121/** 
  • trunk/src/main/php/net/stubbles/reflection/annotations/stubAbstractAnnotation.php

    r757 r1227  
    77 * @subpackage  reflection_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation'); 
    1010/** 
    1111 * Abstract base class for annotations 
  • trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotation.php

    r1072 r1227  
    77 * @subpackage  reflection_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.lang.stubClonable'); 
     9stubClassLoader::load('net::stubbles::lang::stubClonable'); 
    1010/** 
    1111 * Interface for an annotation. 
  • trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotationFactory.php

    r1127 r1227  
    88 * @subpackage  reflection_annotations 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    11                       'net.stubbles.reflection.annotations.stubAnnotationCache' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 
     11                      'net::stubbles::reflection::annotations::stubAnnotationCache' 
    1212); 
    1313/** 
     
    6363        if (isset(self::$annotations[$hash]) === false) { 
    6464            if (null === self::$parser) { 
    65                 stubClassLoader::load('net.stubbles.reflection.annotations.parser.stubAnnotationStateParser'); 
     65                stubClassLoader::load('net::stubbles::reflection::annotations::parser::stubAnnotationStateParser'); 
    6666                self::$parser = new stubAnnotationStateParser(); 
    6767            } 
     
    8080 
    8181        if (($annotation instanceof stubAnnotation) === false) { 
    82             throw new ReflectionException('The annotation: ' . $annotationName . ' is not an instance of net.stubbles.reflection.annotations.stubAnnotation.'); 
     82            throw new ReflectionException('The annotation: ' . $annotationName . ' is not an instance of net::stubbles::reflection::annotations::stubAnnotation.'); 
    8383        } 
    8484         
  • trunk/src/main/php/net/stubbles/reflection/stubBaseReflectionClass.php

    r1016 r1227  
    77 * @subpackage  reflection 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotatable', 
    10                       'net.stubbles.reflection.stubReflectionType' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotatable', 
     10                      'net::stubbles::reflection::stubReflectionType' 
    1111); 
    1212/** 
    1313 * Marker interface for stubReflectionClass and stubReflectionObject. 
    1414 *  
    15  * This marker interface allows to use   
    16  * net.stubbles.reflection.stubReflectionClass and  
    17  * net.stubbles.reflection.stubReflectionObject on  
    18  * the same argument when this argument typehinted
     15 * This interface allows to use   
     16 * net::stubbles::reflection::stubReflectionClass and  
     17 * net::stubbles::reflection::stubReflectionObject on  
     18 * the same argument when the argument is typehinted with this interface
    1919 *  
    2020 * @package     stubbles 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionExtension.php

    r253 r1227  
    77 * @subpackage  reflection 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.stubReflectionClass', 
    10                       'net.stubbles.reflection.stubReflectionFunction' 
     9stubClassLoader::load('net::stubbles::reflection::stubReflectionClass', 
     10                      'net::stubbles::reflection::stubReflectionFunction' 
    1111); 
    1212/** 
     
    5656     * The result is a short but informative representation about the class and 
    5757     * its values. Per default, this method returns: 
    58      * 'net.stubbles.reflection.stubReflectionExtension['[name-of-reflected-extension]']  {}' 
     58     * 'net::stubbles::reflection::stubReflectionExtension['[name-of-reflected-extension]']  {}' 
    5959     * <code> 
    60      * net.stubbles.reflection.stubReflectionExtension[spl] { 
     60     * net::stubbles::reflection::stubReflectionExtension[spl] { 
    6161     * } 
    6262     * </code> 
     
    6666    public function __toString() 
    6767    { 
    68         return 'net.stubbles.reflection.stubReflectionExtension[' . $this->extensionName . "] {\n}\n"; 
     68        return 'net::stubbles::reflection::stubReflectionExtension[' . $this->extensionName . "] {\n}\n"; 
    6969    } 
    7070 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionFunction.php

    r1083 r1227  
    88 * @subpackage  reflection 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotatable', 
    11                       'net.stubbles.reflection.annotations.stubAnnotationFactory', 
    12                       'net.stubbles.reflection.stubReflectionClass', 
    13                       'net.stubbles.reflection.stubReflectionParameter', 
    14                       'net.stubbles.reflection.stubReflectionPrimitive', 
    15                       'net.stubbles.reflection.stubReflectionRoutine' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotatable', 
     11                      'net::stubbles::reflection::annotations::stubAnnotationFactory', 
     12                      'net::stubbles::reflection::stubReflectionClass', 
     13                      'net::stubbles::reflection::stubReflectionParameter', 
     14                      'net::stubbles::reflection::stubReflectionPrimitive', 
     15                      'net::stubbles::reflection::stubReflectionRoutine' 
    1616); 
    1717/** 
     
    9191     * The result is a short but informative representation about the class and 
    9292     * its values. Per default, this method returns: 
    93      * 'net.stubbles.reflection.stubReflectionFunction['[name-of-reflected-function]'()]  {}' 
     93     * 'net::stubbles::reflection::stubReflectionFunction['[name-of-reflected-function]'()]  {}' 
    9494     * <code> 
    95      * net.stubbles.reflection.stubReflectionFunction[fopen()] { 
     95     * net::stubbles::reflection::stubReflectionFunction[fopen()] { 
    9696     * } 
    9797     * </code> 
     
    101101    public function __toString() 
    102102    { 
    103         return 'net.stubbles.reflection.stubReflectionFunction[' . $this->functionName . "()] {\n}\n"; 
     103        return 'net::stubbles::reflection::stubReflectionFunction[' . $this->functionName . "()] {\n}\n"; 
    104104    } 
    105105 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionMethod.php

    r1127 r1227  
    88 * @subpackage  reflection 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotatable', 
    11                       'net.stubbles.reflection.annotations.stubAnnotationFactory', 
    12                       'net.stubbles.reflection.stubReflectionClass', 
    13                       'net.stubbles.reflection.stubReflectionParameter', 
    14                       'net.stubbles.reflection.stubReflectionPrimitive', 
    15                       'net.stubbles.reflection.stubReflectionRoutine' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotatable', 
     11                      'net::stubbles::reflection::annotations::stubAnnotationFactory', 
     12                      'net::stubbles::reflection::stubReflectionClass', 
     13                      'net::stubbles::reflection::stubReflectionParameter', 
     14                      'net::stubbles::reflection::stubReflectionPrimitive', 
     15                      'net::stubbles::reflection::stubReflectionRoutine' 
    1616); 
    1717/** 
     
    104104     * The result is a short but informative representation about the class and 
    105105     * its values. Per default, this method returns: 
    106      * 'net.stubbles.reflection.stubReflectionMethod['[name-of-reflected-class]'::'[name-of-reflected-method]'()]  {}' 
     106     * 'net::stubbles::reflection::stubReflectionMethod['[name-of-reflected-class]'::'[name-of-reflected-method]'()]  {}' 
    107107     * <code> 
    108      * net.stubbles.reflection.stubReflectionMethod[MyClass::myMethod()] { 
     108     * net::stubbles::reflection::stubReflectionMethod[MyClass::myMethod()] { 
    109109     * } 
    110110     * </code> 
     
    114114    public function __toString() 
    115115    { 
    116         return 'net.stubbles.reflection.stubReflectionMethod[' . $this->className . '::' . $this->methodName . "()] {\n}\n"; 
     116        return 'net::stubbles::reflection::stubReflectionMethod[' . $this->className . '::' . $this->methodName . "()] {\n}\n"; 
    117117    } 
    118118 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionObject.php

    r1083 r1227  
    88 * @subpackage  reflection 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.stubReflectionClass', 
    11                       'net.stubbles.reflection.annotations.stubAnnotationFactory', 
    12                       'net.stubbles.reflection.stubBaseReflectionClass', 
    13                       'net.stubbles.reflection.stubReflectionExtension', 
    14                       'net.stubbles.reflection.stubReflectionMethod', 
    15                       'net.stubbles.reflection.stubReflectionProperty' 
     10stubClassLoader::load('net::stubbles::reflection::stubReflectionClass', 
     11                      'net::stubbles::reflection::annotations::stubAnnotationFactory', 
     12                      'net::stubbles::reflection::stubBaseReflectionClass', 
     13                      'net::stubbles::reflection::stubReflectionExtension', 
     14                      'net::stubbles::reflection::stubReflectionMethod', 
     15                      'net::stubbles::reflection::stubReflectionProperty' 
    1616); 
    1717/** 
     
    103103     * The result is a short but informative representation about the class and 
    104104     * its values. Per default, this method returns: 
    105      * 'net.stubbles.reflection.stubReflectionObject['[name-of-reflected-class]']  {}' 
     105     * 'net::stubbles::reflection::stubReflectionObject['[name-of-reflected-class]']  {}' 
    106106     * <code> 
    107      * net.stubbles.reflection.stubReflectionObject[MyClass] { 
     107     * net::stubbles::reflection::stubReflectionObject[MyClass] { 
    108108     * } 
    109109     * </code> 
     
    113113    public function __toString() 
    114114    { 
    115         return 'net.stubbles.reflection.stubReflectionObject[' . $this->className . "] {\n}\n"; 
     115        return 'net::stubbles::reflection::stubReflectionObject[' . $this->className . "] {\n}\n"; 
    116116    } 
    117117 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionParameter.php

    r1127 r1227  
    77 * @subpackage  reflection 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotatable', 
    10                       'net.stubbles.reflection.annotations.stubAnnotationFactory', 
    11                       'net.stubbles.reflection.stubReflectionFunction', 
    12                       'net.stubbles.reflection.stubReflectionClass' 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotatable', 
     10                      'net::stubbles::reflection::annotations::stubAnnotationFactory', 
     11                      'net::stubbles::reflection::stubReflectionFunction', 
     12                      'net::stubbles::reflection::stubReflectionClass' 
    1313); 
    1414/** 
     
    137137     * The result is a short but informative representation about the class and 
    138138     * its values. Per default, this method returns: 
    139      * 'net.stubbles.reflection.stubReflectionParameter['[name-of-reflected-class]'::'[name-of-reflected-function]'(): Argument '[name-of-reflected-argument]']  {}' 
     139     * 'net::stubbles::reflection::stubReflectionParameter['[name-of-reflected-class]'::'[name-of-reflected-function]'(): Argument '[name-of-reflected-argument]']  {}' 
    140140     * <code> 
    141      * net.stubbles.reflection.stubReflectionParameter[MyClass::myMethod(): Argument foo] { 
     141     * net::stubbles::reflection::stubReflectionParameter[MyClass::myMethod(): Argument foo] { 
    142142     * } 
    143      * net.stubbles.reflection.stubReflectionParameter[myFunction(): Argument bar] { 
     143     * net::stubbles::reflection::stubReflectionParameter[myFunction(): Argument bar] { 
    144144     * } 
    145145     * </code> 
     
    150150    { 
    151151        if (is_array($this->routineName) == false) { 
    152             return 'net.stubbles.reflection.stubReflectionParameter[' . $this->routineName . '(): Argument ' . $this->paramName . "] {\n}\n"; 
    153         } 
    154          
    155         return 'net.stubbles.reflection.stubReflectionParameter[' . $this->routineName[0] . '::' . $this->routineName[1] . '(): Argument ' . $this->paramName . "] {\n}\n"; 
     152            return 'net::stubbles::reflection::stubReflectionParameter[' . $this->routineName . '(): Argument ' . $this->paramName . "] {\n}\n"; 
     153        } 
     154         
     155        return 'net::stubbles::reflection::stubReflectionParameter[' . $this->routineName[0] . '::' . $this->routineName[1] . '(): Argument ' . $this->paramName . "] {\n}\n"; 
    156156    } 
    157157 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionPrimitive.php

    r940 r1227  
    77 * @subpackage  reflection 
    88 */ 
    9 stubClassLoader::load('net.stubbles.lang.stubEnum', 
    10                       'net.stubbles.reflection.stubReflectionType' 
     9stubClassLoader::load('net::stubbles::lang::stubEnum', 
     10                      'net::stubbles::reflection::stubReflectionType' 
    1111); 
    1212/** 
     
    151151    public function __toString() 
    152152    { 
    153         return 'net.stubbles.reflection.stubReflectionPrimitive[' . $this->value . "] {\n}\n"; 
     153        return 'net::stubbles::reflection::stubReflectionPrimitive[' . $this->value . "] {\n}\n"; 
    154154    } 
    155155} 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionProperty.php

    r1082 r1227  
    88 * @subpackage  reflection 
    99 */ 
    10 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotatable', 
    11                       'net.stubbles.reflection.annotations.stubAnnotationFactory', 
    12                       'net.stubbles.reflection.stubReflectionClass' 
     10stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotatable', 
     11                      'net::stubbles::reflection::annotations::stubAnnotationFactory', 
     12                      'net::stubbles::reflection::stubReflectionClass' 
    1313); 
    1414/** 
     
    101101     * The result is a short but informative representation about the class and 
    102102     * its values. Per default, this method returns: 
    103      * 'net.stubbles.reflection.stubReflectionProperty['[name-of-reflected-class]'::'[name-of-reflected-property]']  {}' 
     103     * 'net::stubbles::reflection::stubReflectionProperty['[name-of-reflected-class]'::'[name-of-reflected-property]']  {}' 
    104104     * <code> 
    105      * net.stubbles.reflection.stubReflectionProperty[MyClass::myProperty] { 
     105     * net::stubbles::reflection::stubReflectionProperty[MyClass::myProperty] { 
    106106     * } 
    107107     * </code> 
     
    111111    public function __toString() 
    112112    { 
    113         return 'net.stubbles.reflection.stubReflectionProperty[' . $this->className . '::' . $this->propertyName . "] {\n}\n"; 
     113        return 'net::stubbles::reflection::stubReflectionProperty[' . $this->className . '::' . $this->propertyName . "] {\n}\n"; 
    114114    } 
    115115 
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionRoutine.php

    r1078 r1227  
    77 * @subpackage  reflection 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotatable'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotatable'); 
    1010/** 
    1111 * Common base interface for methods and functions. 
     
    8585     * The result is a short but informative representation about the class and 
    8686     * its values. Per default, this method returns: 
    87      * 'net.stubbles.reflection.stubReflectionMethod['[name-of-reflected-class]'::'[name-of-reflected-method]'()]  {}' 
     87     * 'net::stubbles::reflection::stubReflectionMethod['[name-of-reflected-class]'::'[name-of-reflected-method]'()]  {}' 
    8888     * <code> 
    89      * net.stubbles.reflection.stubReflectionMethod[MyClass::myMethod()] { 
     89     * net::stubbles::reflection::stubReflectionMethod[MyClass::myMethod()] { 
    9090     * } 
    9191     * </code> 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationAnnotationStateTestCase.php

    r1072 r1227  
    11<?php 
    22/** 
    3  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationAnnotationState'
     3 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationAnnotationState
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  reflection_annotations_parser_state_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationAnnotationState'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationAnnotationState'); 
    1010Mock::generate('stubAnnotationParser'); 
    1111/** 
    12  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationAnnotationState'
     12 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationAnnotationState
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationArgumentStateTestCase.php

    r1072 r1227  
    11<?php 
    22/** 
    3  * Test for net::stubbles::reflection::annotations::parser::stubAnnotationArgumentState. 
     3 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationArgumentState. 
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  reflection_annotations_parser_state_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationArgumentState'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationArgumentState'); 
    1010Mock::generate('stubAnnotationParser'); 
    1111/** 
    12  * Test for net::stubbles::reflection::annotations::parser::stubAnnotationArgumentState. 
     12 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationArgumentState. 
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationDocblockStateTestCase.php

    r502 r1227  
    11<?php 
    22/** 
    3  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationDocblockState'
     3 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationDocblockState
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  reflection_annotations_parser_state_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationDocblockState'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationDocblockState'); 
    1010Mock::generate('stubAnnotationParser'); 
    1111/** 
    12  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationDocblockState'
     12 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationDocblockState
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationNameStateTestCase.php

    r1072 r1227  
    11<?php 
    22/** 
    3  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationNameState'
     3 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationNameState
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  reflection_annotations_parser_state_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationNameState'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationNameState'); 
    1010Mock::generate('stubAnnotationParser'); 
    1111/** 
    12  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationNameState'
     12 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationNameState
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationParamNameStateTestCase.php

    r455 r1227  
    11<?php 
    22/** 
    3  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationParamNameState'
     3 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationParamNameState
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  reflection_annotations_parser_state_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationParamNameState'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationParamNameState'); 
    1010Mock::generate('stubAnnotationParser'); 
    1111/** 
    12  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationParamNameState'
     12 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationParamNameState
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationParamValueStateTestCase.php

    r454 r1227  
    11<?php 
    22/** 
    3  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationParamValueState'
     3 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationParamValueState
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  reflection_annotations_parser_state_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationParamValueState'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationParamValueState'); 
    1010Mock::generate('stubAnnotationParser'); 
    1111/** 
    12  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationParamValueState'
     12 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationParamValueState
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationParamsStateTestCase.php

    r454 r1227  
    11<?php 
    22/** 
    3  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationParamsState'
     3 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationParamsState
    44 * 
    55 * @author      Frank Kleine <mikey@stubbles.net> 
     
    77 * @subpackage  reflection_annotations_parser_state_test 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.annotations.parser.state.stubAnnotationParamsState'); 
     9stubClassLoader::load('net::stubbles::reflection::annotations::parser::state::stubAnnotationParamsState'); 
    1010Mock::generate('stubAnnotationParser'); 
    1111/** 
    12  * Test for net.stubbles.reflection.annotations.parser.stubAnnotationParamsState'
     12 * Test for net::stubbles::reflection::annotations::parser::state::stubAnnotationParamsState
    1313 * 
    1414 * @package     stubbles 
  • trunk/src/test/php/net/stubbles/reflection/annotations/parser/state/stubAnnotationTextStateTestCase.php

    r469 r1227  
    11<?php 
    22