ProjectProblem.st
changeset 3342 c8ff65be73c0
parent 3225 33d97afaea88
child 3350 2331896e5005
child 3382 025420bf2e2f
equal deleted inserted replaced
3339:cc65ef57cc39 3342:c8ff65be73c0
  1358     "Return a (HTML) describing the problem."
  1358     "Return a (HTML) describing the problem."
  1359 
  1359 
  1360     ^
  1360     ^
  1361 'Method %1 does not belong to any package. Such methods
  1361 'Method %1 does not belong to any package. Such methods
  1362 are not committed and will be lost when you restart/recompile.
  1362 are not committed and will be lost when you restart/recompile.
  1363 Method should be moved to some package, %2 maybe?'
  1363 Especially, it will not be included when you generate a compiled class library.
       
  1364 However, it will be kept in the changes file, so it is not completely lost.
       
  1365 The method should be moved to some package, %2 maybe?'
  1364     bindWith: (self linkToMethod)
  1366     bindWith: (self linkToMethod)
  1365 	with: package
  1367         with: package
  1366 
  1368 
  1367     "Modified: / 23-02-2012 / 14:21:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1369     "Modified: / 23-02-2012 / 14:21:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1368 !
  1370 !
  1369 
  1371 
  1370 label
  1372 label
  1557 ! !
  1559 ! !
  1558 
  1560 
  1559 !ProjectProblem class methodsFor:'documentation'!
  1561 !ProjectProblem class methodsFor:'documentation'!
  1560 
  1562 
  1561 version
  1563 version
  1562     ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.22 2013-04-17 21:45:28 cg Exp $'
  1564     ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.23 2013-07-10 14:48:49 cg Exp $'
  1563 !
  1565 !
  1564 
  1566 
  1565 version_CVS
  1567 version_CVS
  1566     ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.22 2013-04-17 21:45:28 cg Exp $'
  1568     ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.23 2013-07-10 14:48:49 cg Exp $'
  1567 !
  1569 !
  1568 
  1570 
  1569 version_SVN
  1571 version_SVN
  1570     ^ '§Id: ProjectProblem.st 1962 2012-09-10 10:34:08Z vranyj1 §'
  1572     ^ '$Id: ProjectProblem.st,v 1.23 2013-07-10 14:48:49 cg Exp $'
  1571 ! !
  1573 ! !
  1572 
  1574