Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-153) Creating a new geometry after editing another doesn't work

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/UDIG-153

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-153
    Summary: Creating a new geometry after editing another doesn't work
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: uDIG
 Components: 
             map
   Versions:
             UDIG 0.6

   Assignee: Jesse Eichar
   Reporter: Jesse Eichar

    Created: Fri, 17 Dec 2004 3:15 PM
    Updated: Fri, 17 Dec 2004 3:15 PM

Description:
Creating a new geometry after editing another doesn't work

java.lang.NullPointerException
	at net.refractions.udig.project.internal.commands.edit.SetGeomteryCommand.run(SetGeomteryCommand.java:50)
	at net.refractions.udig.project.command.CommandManager.execute(CommandManager.java:55)
	at net.refractions.udig.project.impl.MapImpl.sendCommand(MapImpl.java:565)
	at net.refractions.udig.project.tool.impl.ToolContextImpl.sendEdit(ToolContextImpl.java:216)
	at net.refractions.udig.tools.internal.VertexManipulationTool.mouseReleased(VertexManipulationTool.java:249)
	at net.refractions.udig.project.render.displayAdapter.impl.EventJob.run(EventJob.java:90)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top