[Pkg] The Trunk: 39Deprecated-dtl.14.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 23 20:25:42 UTC 2009


David T. Lewis uploaded a new version of 39Deprecated to project The Trunk:
http://source.squeak.org/trunk/39Deprecated-dtl.14.mcz

==================== Summary ====================

Name: 39Deprecated-dtl.14
Author: dtl
Time: 23 November 2009, 4:22:45 am
UUID: 35592ca7-228d-409d-9ab5-05b98d2afe53
Ancestors: 39Deprecated-ar.13

Remove unreferenced methods from CurrentProjectRefactoring.


=============== Diff against 39Deprecated-ar.13 ===============

Item was changed:
+ ----- Method: CurrentProjectRefactoring class>>xxxCurrent (in category 'miscellaneous') -----
- ----- Method: CurrentProjectRefactoring class>>xxxCurrent (in category 'revectoring to current') -----
  xxxCurrent
  
  	self deprecated: 'CurrentProjectRefactoring is deprecated'.
  	
  	^Project current!

Item was changed:
+ ----- Method: CurrentProjectRefactoring class>>currentFlapsSuppressed (in category 'flaps') -----
- ----- Method: CurrentProjectRefactoring class>>currentFlapsSuppressed (in category 'revectoring to current') -----
  currentFlapsSuppressed
  "
  CurrentProjectRefactoring currentFlapsSuppressed
  "
  	self deprecated: 'CurrentProjectRefactoring is deprecated'.
  	
  	^self xxxCurrent flapsSuppressed!

Item was changed:
+ ----- Method: CurrentProjectRefactoring class>>currentToggleFlapsSuppressed (in category 'flaps') -----
- ----- Method: CurrentProjectRefactoring class>>currentToggleFlapsSuppressed (in category 'revectoring to current') -----
  currentToggleFlapsSuppressed
  "
  CurrentProjectRefactoring currentToggleFlapsSuppressed
  "
  	self deprecated: 'CurrentProjectRefactoring is deprecated'.
  	
  	^self xxxCurrent flapsSuppressed: self xxxCurrent flapsSuppressed not.
  
  
  !

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentSpawnNewProcessAndTerminateOld: (in category 'revectoring to current') -----
- currentSpawnNewProcessAndTerminateOld: aBoolean
- "
- CurrentProjectRefactoring currentSpawnNewProcessAndTerminateOld:
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^Project spawnNewProcessAndTerminateOld: aBoolean
- 
- !

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentInterruptName:preemptedProcess: (in category 'revectoring to current') -----
- currentInterruptName: aString preemptedProcess: theInterruptedProcess
- 
- 	^ Project interruptName: aString preemptedProcess: theInterruptedProcess!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentProjectName (in category 'revectoring to current') -----
- currentProjectName
- "
- CurrentProjectRefactoring currentProjectName
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 		
- 	^self xxxCurrent name!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentBeParentToCurrent (in category 'revectoring to current') -----
- currentBeParentToCurrent
- "
- CurrentProjectRefactoring currentBeParentToCurrent
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^self xxxCurrent setParent: self xxxCurrent!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentInterruptName: (in category 'revectoring to current') -----
- currentInterruptName: aString
- "
- CurrentProjectRefactoring currentInterruptName:
- "
- 
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^Project interruptName: aString!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentBeParentTo: (in category 'revectoring to current') -----
- currentBeParentTo: anotherProject
- "
- CurrentProjectRefactoring currentBeParentTo:
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^anotherProject setParent: self xxxCurrent!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>projectWithNameOrCurrent: (in category 'miscellaneous') -----
- projectWithNameOrCurrent: aString
- "
- CurrentProjectRefactoring projectWithNameOrCurrent:
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^(Project named: aString) ifNil: [self xxxCurrent]!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>newProcessIfUI: (in category 'miscellaneous') -----
- newProcessIfUI: aDeadOrDyingProcess
- "
- CurrentProjectRefactoring newProcessIfUI:
- used ONLY for Morphic
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^Project spawnNewProcessIfThisIsUI: aDeadOrDyingProcess!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentAddGuard: (in category 'revectoring to current') -----
- currentAddGuard: anObject
- "
- CurrentProjectRefactoring currentAddGuard:
- "	
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^self xxxCurrent addGuard: anObject!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentFromMyServerLoad: (in category 'revectoring to current') -----
- currentFromMyServerLoad: aProjectName
- "
- CurrentProjectRefactoring currentFromMyServerLoad:
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^self xxxCurrent fromMyServerLoad: aProjectName!



More information about the Packages mailing list