git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e17ddc
)
JAL-4298 another implicated line
bug/JAL-4298_java_console_causing_hang_at_startup
author
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 20 Oct 2023 13:16:50 +0000
(14:16 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 20 Oct 2023 13:16:50 +0000
(14:16 +0100)
src/jalview/gui/Console.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/Console.java
b/src/jalview/gui/Console.java
index
7e8cbc6
..
960421f
100644
(file)
--- a/
src/jalview/gui/Console.java
+++ b/
src/jalview/gui/Console.java
@@
-715,7
+715,7
@@
public class Console extends WindowAdapter
// simply append whole buffer
synchronized (textArea.getDocument())
{
- textArea.append(replace.toString());
+ textArea.append(replace.toString()); // ##### implicated BLOCKED
count += replace.length();
if (count > byteslim)
{