From 87ddf57f24377da1361cc77ec372fe1a74765db2 Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Sat, 4 Jan 2025 21:49:25 +0100 Subject: [PATCH] browser: revise description of cat Co-authored-by: Marcel Taeumel --- .../SL2DefaultTestMapper.class/instance/catSWAStartingPoints.st | 2 +- .../SL2DefaultTestMapper.class/methodProperties.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/instance/catSWAStartingPoints.st b/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/instance/catSWAStartingPoints.st index af649cb..0a25827 100644 --- a/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/instance/catSWAStartingPoints.st +++ b/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/instance/catSWAStartingPoints.st @@ -4,5 +4,5 @@ catSWAStartingPoints ^ (self makeCategoryWithPath: #('')) sortKey: 0; - description: 'These tests are extremely relevant for your HPI SWA project submission. Make sure to consider any results of them with extra care. Note that many tests outside of this group still may point to important weaknesses of your project, so we recommend you check all tests. This is also a great way to learn more about the different patterns and their applications!'; + description: 'These tests capture issues that students commonly stumble upon in their codebases when learning Squeak, Smalltalk, and object-oriented programming. Please consider them with care before making your project submission. Yet, there are many other tests outside this group, which means that you can proceed from our suggested starting points to explore further potential weaknesses in your project. While these tests help improve the quality of your own codebase, they are also a good way to learn and study more about the different idioms/patterns and their applications in other parts of the Squeak system.'; yourself \ No newline at end of file diff --git a/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/methodProperties.json b/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/methodProperties.json index f1ebaa6..1fc274c 100644 --- a/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/methodProperties.json +++ b/packages/SwaLintBrowser.package/SL2DefaultTestMapper.class/methodProperties.json @@ -7,7 +7,7 @@ "catDesignQuality" : "ct 12/18/2024 21:26", "catLegacyStructure" : "ct 12/18/2024 21:59", "catPossibleBugs" : "ct 12/18/2024 21:03", - "catSWAStartingPoints" : "ct 12/21/2024 20:26", + "catSWAStartingPoints" : "ct 1/4/2025 21:45", "catUncategorized" : "ct 12/18/2024 21:34", "mapAbstractClass:" : "ct 12/19/2024 05:26", "mapAddRemoveDependents:" : "ct 12/18/2024 22:27",