If i start oj for the first time on a day and i wont to see into the attribut-table of any layer in my project, i see a message "not implemented yet".
After closing oj and restart with the same project this message is not visible on this day.
sorry for my english...
I don't know which message you're talking about.
Does anyone know or can help to describe the bug ?
Bernd,
can you please post (if possible)
..ede
The extended description is in the ZIP.
Today I tried to duplicet this bug using the files associated to the zip file of the previous Brend's message.
E everything was working fine with no error.
I also checked on the openjump.log file (that Brend sended), it seems to me that the error was associated to LayerViewPanel.flash void method. As he wrote, this procedure could be: a) select a feature on the attribute tab, b) click on "Zoom to selected" tool.
My conclusion is that it is impossible for me to reproduce this bug.
just wrote to Bernd and he answered that the issue vanished w/ some version of OJ inbetween.hence i will close the ticket for now.
..ede
ok, just had a look at Bernd's attached openjump.log. the error stack suggests it was an error deep within the bowels of java, so it seems it was fixed there along the road. ..ede
2015-06-23 18:13:26,048 INFO java.lang.InternalError: not implemented yet
at sun.java2d.windows.GDIWindowSurfaceData.getRaster(Unknown Source)
at sun.java2d.loops.GeneralRenderer.doSetRect(Unknown Source)
at sun.java2d.loops.XorFillSpansANY.FillSpans(Unknown Source)
at sun.java2d.pipe.LoopPipe.fillSpans(Unknown Source)
at sun.java2d.pipe.LoopPipe.draw(Unknown Source)
at sun.java2d.pipe.ValidatePipe.draw(Unknown Source)
at sun.java2d.SunGraphics2D.draw(Unknown Source)
at com.vividsolutions.jump.workbench.ui.LayerViewPanel$6.run(LayerViewPanel.java:742)
at com.vividsolutions.jump.workbench.ui.GUIUtil.invokeOnEventThread(GUIUtil.java:672)
at com.vividsolutions.jump.workbench.ui.LayerViewPanel.flash(LayerViewPanel.java:739)
at com.vividsolutions.jump.workbench.ui.LayerViewPanel.flash(LayerViewPanel.java:773)
SNIP