Show
Ignore:
Timestamp:
01/11/08 01:44:43 (9 months ago)
Author:
mikey
Message:

first part of refactoring #119
This breaks star files, they will be fixed next.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/lang/exceptions/stubException.php

    r887 r1209  
    2323    public function getClass() 
    2424    { 
    25         stubClassLoader::load('net.stubbles.reflection.stubReflectionObject'); 
     25        stubClassLoader::load('net::stubbles::reflection::stubReflectionObject'); 
    2626        $refObject = new stubReflectionObject($this); 
    2727        return $refObject; 
     
    3636    public function getPackage() 
    3737    { 
    38          stubClassLoader::load('net.stubbles.reflection.stubReflectionPackage'); 
     38         stubClassLoader::load('net::stubbles::reflection::stubReflectionPackage'); 
    3939         $refPackage = new stubReflectionPackage(stubClassLoader::getPackageName($this->getClassName())); 
    4040         return $refPackage; 
     
    9696     * [fully-qualified-class-name] ' {' [members-and-value-list] '}' 
    9797     * <code> 
    98      * example.MyException { 
     98     * example::MyException { 
    9999     *     message(string): This is an exception. 
    100100     *     file(string): foo.php