0% found this document useful (0 votes)
13 views8 pages

Bluej Debuglog

Uploaded by

sunjalrokaya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views8 pages

Bluej Debuglog

Uploaded by

sunjalrokaya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

BlueJ run started: Tue Jul 29 16:54:16 IST 2025

BlueJ version 3.1.1


Java version 1.7.0_45
Virtual machine: Java HotSpot(TM) Client VM 24.45-b08 (Oracle Corporation)
Running on: Windows 8 6.2 (x86)
Java Home: C:\Users\Shristi rokaya\OneDrive\Desktop\BlueJ\jdk\jre
----
Attempt to create project with existing directory: C:\Users\Shristi rokaya\
OneDrive\Desktop\Documents
Opening project: C:\Users\Shristi rokaya\OneDrive\Desktop\java blueJ\sum.java
1753788526102: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputB
uffer.java:149)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:110)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuf
fer.java:260)
at
org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.jav
a:98)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHtt
pClientConnection.java:281)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClie
ntConnection.java:247)
at
org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractC
lientConnAdapter.java:219)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.
java:298)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirecto
r.java:633)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:454)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:166)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:121)
at bluej.collect.DataSubmitter.access$000(DataSubmitter.java:50)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:94)
Internal error: Bad document location reached while trying to match brackets
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
javax.swing.text.BadLocationException: Invalid location
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
06)
at bluej.editor.moe.MoeHighlighter.addHighlight(MoeHighlighter.java:205)
at javax.swing.text.DefaultCaret.handleMoveDot(DefaultCaret.java:1122)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1095)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1063)
at bluej.editor.moe.MoeCaret.moveDot(MoeCaret.java:116)
at
bluej.editor.moe.MoeActions$SelectWordAction.actionPerformed(MoeActions.java:1382)
at javax.swing.text.DefaultCaret.selectWord(DefaultCaret.java:390)
at javax.swing.text.DefaultCaret.mousePressed(DefaultCaret.java:499)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.Component.processMouseEvent(Component.java:6502)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4489)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: javax.swing.text.BadLocationException: Invalid location
at javax.swing.text.GapContent.getChars(GapContent.java:189)
at javax.swing.text.AbstractDocument.getText(AbstractDocument.java:812)
at bluej.editor.moe.MoePlainView.modelToView(MoePlainView.java:129)
at javax.swing.text.View.modelToView(View.java:636)
at
javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1535)
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
01)
... 41 more
Internal error: Bad document location reached while trying to match brackets
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
javax.swing.text.BadLocationException: Invalid location
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
06)
at bluej.editor.moe.MoeHighlighter.addHighlight(MoeHighlighter.java:205)
at javax.swing.text.DefaultCaret.handleMoveDot(DefaultCaret.java:1122)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1095)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1063)
at bluej.editor.moe.MoeCaret.moveDot(MoeCaret.java:116)
at
bluej.editor.moe.MoeActions$SelectWordAction.actionPerformed(MoeActions.java:1382)
at javax.swing.text.DefaultCaret.selectWord(DefaultCaret.java:390)
at javax.swing.text.DefaultCaret.mouseClicked(DefaultCaret.java:419)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
at java.awt.Component.processMouseEvent(Component.java:6508)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4501)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: javax.swing.text.BadLocationException: Invalid location
at javax.swing.text.GapContent.getChars(GapContent.java:189)
at javax.swing.text.AbstractDocument.getText(AbstractDocument.java:812)
at bluej.editor.moe.MoePlainView.modelToView(MoePlainView.java:129)
at javax.swing.text.View.modelToView(View.java:636)
at
javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1535)
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
01)
... 41 more
Internal error: Bad document location reached while trying to match brackets
Internal error: Bad document location reached while trying to match brackets
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
javax.swing.text.BadLocationException: Invalid location
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
06)
at bluej.editor.moe.MoeHighlighter.addHighlight(MoeHighlighter.java:205)
at javax.swing.text.DefaultCaret.handleMoveDot(DefaultCaret.java:1122)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1095)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1063)
at bluej.editor.moe.MoeCaret.moveDot(MoeCaret.java:116)
at
bluej.editor.moe.MoeActions$SelectWordAction.actionPerformed(MoeActions.java:1382)
at javax.swing.text.DefaultCaret.selectWord(DefaultCaret.java:390)
at javax.swing.text.DefaultCaret.mousePressed(DefaultCaret.java:499)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.Component.processMouseEvent(Component.java:6502)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4489)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: javax.swing.text.BadLocationException: Invalid location
at javax.swing.text.GapContent.getChars(GapContent.java:189)
at javax.swing.text.AbstractDocument.getText(AbstractDocument.java:812)
at bluej.editor.moe.MoePlainView.modelToView(MoePlainView.java:129)
at javax.swing.text.View.modelToView(View.java:636)
at
javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1535)
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
01)
... 41 more
Internal error: Bad document location reached while trying to match brackets
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
javax.swing.text.BadLocationException: Invalid location
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
06)
at bluej.editor.moe.MoeHighlighter.addHighlight(MoeHighlighter.java:205)
at javax.swing.text.DefaultCaret.handleMoveDot(DefaultCaret.java:1122)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1095)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1063)
at bluej.editor.moe.MoeCaret.moveDot(MoeCaret.java:116)
at
bluej.editor.moe.MoeActions$SelectWordAction.actionPerformed(MoeActions.java:1382)
at javax.swing.text.DefaultCaret.selectWord(DefaultCaret.java:390)
at javax.swing.text.DefaultCaret.mouseClicked(DefaultCaret.java:419)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
at java.awt.Component.processMouseEvent(Component.java:6508)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4501)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: javax.swing.text.BadLocationException: Invalid location
at javax.swing.text.GapContent.getChars(GapContent.java:189)
at javax.swing.text.AbstractDocument.getText(AbstractDocument.java:812)
at bluej.editor.moe.MoePlainView.modelToView(MoePlainView.java:129)
at javax.swing.text.View.modelToView(View.java:636)
at
javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1535)
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
01)
... 41 more
Internal error: Bad document location reached while trying to match brackets
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
javax.swing.text.BadLocationException: Invalid location
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
06)
at bluej.editor.moe.MoeHighlighter.addHighlight(MoeHighlighter.java:205)
at javax.swing.text.DefaultCaret.handleMoveDot(DefaultCaret.java:1122)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1095)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1063)
at bluej.editor.moe.MoeCaret.moveDot(MoeCaret.java:116)
at
bluej.editor.moe.MoeActions$SelectWordAction.actionPerformed(MoeActions.java:1382)
at javax.swing.text.DefaultCaret.selectWord(DefaultCaret.java:390)
at javax.swing.text.DefaultCaret.mousePressed(DefaultCaret.java:499)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.Component.processMouseEvent(Component.java:6502)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4489)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: javax.swing.text.BadLocationException: Invalid location
at javax.swing.text.GapContent.getChars(GapContent.java:189)
at javax.swing.text.AbstractDocument.getText(AbstractDocument.java:812)
at bluej.editor.moe.MoePlainView.modelToView(MoePlainView.java:129)
at javax.swing.text.View.modelToView(View.java:636)
at
javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1535)
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
01)
... 41 more
Internal error: Bad document location reached while trying to match brackets
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
javax.swing.text.BadLocationException: Invalid location
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
06)
at bluej.editor.moe.MoeHighlighter.addHighlight(MoeHighlighter.java:205)
at javax.swing.text.DefaultCaret.handleMoveDot(DefaultCaret.java:1122)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1095)
at javax.swing.text.DefaultCaret.moveDot(DefaultCaret.java:1063)
at bluej.editor.moe.MoeCaret.moveDot(MoeCaret.java:116)
at
bluej.editor.moe.MoeActions$SelectWordAction.actionPerformed(MoeActions.java:1382)
at javax.swing.text.DefaultCaret.selectWord(DefaultCaret.java:390)
at javax.swing.text.DefaultCaret.mouseClicked(DefaultCaret.java:419)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:269)
at java.awt.Component.processMouseEvent(Component.java:6508)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
at java.awt.Component.processEvent(Component.java:6270)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4501)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: javax.swing.text.BadLocationException: Invalid location
at javax.swing.text.GapContent.getChars(GapContent.java:189)
at javax.swing.text.AbstractDocument.getText(AbstractDocument.java:812)
at bluej.editor.moe.MoePlainView.modelToView(MoePlainView.java:129)
at javax.swing.text.View.modelToView(View.java:636)
at
javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(BasicTextUI.java:1535)
at
bluej.editor.moe.MoeHighlighter$MoeHighlight.repaintHighlight(MoeHighlighter.java:1
01)
... 41 more

You might also like