class: ProjectProblem
authorClaus Gittinger <cg@exept.de>
Mon, 13 Jan 2014 14:11:10 +0100
changeset 3430 aad21e0e26e9
parent 3426 4230977a8af5
child 3431 731fc5928190
class: ProjectProblem added: #documentation
ProjectProblem.st
--- a/ProjectProblem.st	Mon Jan 06 04:27:33 2014 +0000
+++ b/ProjectProblem.st	Mon Jan 13 14:11:10 2014 +0100
@@ -193,6 +193,15 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I represent a problem as detect by the project consistency checker,
+    which is optionally executed before committing a package to a repository.
+    Typically, I find inconsistencies, uncompilable methods or missing prerequisites,
+    which might lead to trouble when the package is later to be compiled to a dll via stc.
+"
 ! !
 
 !ProjectProblem class methodsFor:'instance creation'!
@@ -1573,14 +1582,14 @@
 !ProjectProblem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.24 2013-08-19 16:01:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.25 2014-01-13 13:11:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.24 2013-08-19 16:01:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.25 2014-01-13 13:11:10 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: ProjectProblem.st,v 1.24 2013-08-19 16:01:06 stefan Exp $'
+    ^ '$Id: ProjectProblem.st,v 1.25 2014-01-13 13:11:10 cg Exp $'
 ! !