We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a78cb commit 3e1db15Copy full SHA for 3e1db15
1 file changed
src/main/java/edu/luc/cs/consoleapp/MainLeaky.java
@@ -56,6 +56,8 @@ public static void main(final String[] args) {
56
* A sliding window queue that retains the last N elements.
57
* This component is independent of the user interface and can be tested independently.
58
* Nevertheless, it violates an important nonfunctional requirement: it leaks memory.
59
+ * In addition, it violates the functional requirement of
60
+ * interactively responding to each input.
61
*/
62
static class LeakyQueue {
63
0 commit comments