Skip to content
Success

Changes

Summary

  1. Made the Space extendable, created new class theSpace which inherits the space and also provides singleton functionality. adjusted test, added facebook not not testcase and refactored the initial semaphore example as described in the script (semaphore inherits space, can use this.write(this...) instead of this.thespace.gettheinstance...
Revision 301 by hfp416wi:
Made the Space extendable, created new class theSpace which inherits the space and also provides singleton functionality. adjusted test, added facebook not not testcase and refactored the initial semaphore example as described in the script (semaphore inherits space, can use this.write(this...) instead of this.thespace.gettheinstance...
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/Spaces/Workspace/Spaces/src/de/fhdw/hfp416/spaces/ISpace.javaWorkspace/Spaces/src/de/fhdw/hfp416/spaces/ISpace.java
The file was modified/trunk/Spaces/Workspace/Spaces/src/de/fhdw/hfp416/spaces/ITheSpace.javaWorkspace/Spaces/src/de/fhdw/hfp416/spaces/ITheSpace.java
The file was added/trunk/Spaces/Workspace/Spaces/src/de/fhdw/hfp416/spaces/Space.javaWorkspace/Spaces/src/de/fhdw/hfp416/spaces/Space.java
The file was modified/trunk/Spaces/Workspace/Spaces/src/de/fhdw/hfp416/spaces/TheSpace.javaWorkspace/Spaces/src/de/fhdw/hfp416/spaces/TheSpace.java
The file was modified/trunk/Spaces/Workspace/Spaces/src/de/fhdw/hfp416/spaces/remoteentry/RemoteEntry.javaWorkspace/Spaces/src/de/fhdw/hfp416/spaces/remoteentry/RemoteEntry.java
The file was modified/trunk/Spaces/Workspace/Spaces/src/de/fhdw/hfp416/spaces/template/NotTemplate.javaWorkspace/Spaces/src/de/fhdw/hfp416/spaces/template/NotTemplate.java
The file was modified/trunk/Spaces/Workspace/Spaces/test/de/fhdw/hfp416/spaces/SpaceTest.javaWorkspace/Spaces/test/de/fhdw/hfp416/spaces/SpaceTest.java
The file was modified/trunk/Spaces/Workspace/Spaces/test/de/fhdw/hfp416/spaces/integration/IntervallTest.javaWorkspace/Spaces/test/de/fhdw/hfp416/spaces/integration/IntervallTest.java
The file was modified/trunk/Spaces/Workspace/Spaces/test/de/fhdw/hfp416/spaces/integration/Semaphore.javaWorkspace/Spaces/test/de/fhdw/hfp416/spaces/integration/Semaphore.java
The file was modified/trunk/Spaces/Workspace/Spaces/test/de/fhdw/hfp416/spaces/integration/SemaphoreExtended.javaWorkspace/Spaces/test/de/fhdw/hfp416/spaces/integration/SemaphoreExtended.java