Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an exception occuring when switching from the "draw new rectangle" ... #320

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MSementsov-Ibk
Copy link
Contributor

to edit-tool after drawing a rectangle (see here to reproduce).

The following exception occurs:
!ENTRY org.locationtech.udig.project 1 0 2018-10-17 10:36:58.489 !MESSAGE EventVerhalten failed to run !STACK 0 java.lang.NullPointerException at org.locationtech.udig.tools.edit.impl.RectangleTool$1.isValid(RectangleTool.java:70) at org.locationtech.udig.tools.edit.BehaviourCommand.execute(BehaviourCommand.java:50) at org.locationtech.udig.project.command.CommandManager$Executor.execute(CommandManager.java:395) at org.locationtech.udig.project.command.CommandManager$Executor.run(CommandManager.java:326) at org.locationtech.udig.project.command.CommandManager$Executor.run(CommandManager.java:312) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)

Signed-off-by: Michael Sementsov michael.sementsov@ibykus.de

…tool

Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
@akater320
Copy link
Contributor

Can confirm behavior.

@fgdrf
Copy link
Contributor

fgdrf commented Sep 24, 2019

Can confirm behavior.

@akater320 Can you also confirm the fix works as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants