Coder Social home page Coder Social logo

pld-agile's People

Contributors

bdeleglise avatar debarross avatar enitrat avatar lezzio avatar m4ttrx avatar rbelateche avatar

Watchers

 avatar  avatar

Forkers

lezzio

pld-agile's Issues

Unreliable loading of requests or maps

Sometimes when running the app for the first time since pc boot, loading maps or requests will not work

Error I get

Exception in thread "JavaFX Application Thread" java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 3
        at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
        at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
        at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
        at java.base/java.util.Objects.checkIndex(Objects.java:359)
        at java.base/java.util.ArrayList.get(ArrayList.java:427)
        at javafx.base/com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:89)
        at javafx.base/com.sun.javafx.collections.VetoableListDecorator.get(VetoableListDecorator.java:306)
        at javafx.graphics/javafx.scene.Parent.updateCachedBounds(Parent.java:1701)
        at javafx.graphics/javafx.scene.Parent.recomputeBounds(Parent.java:1645)
        at javafx.graphics/javafx.scene.Parent.doComputeGeomBounds(Parent.java:1498)
        at javafx.graphics/javafx.scene.Parent.access$200(Parent.java:79)
        at javafx.graphics/javafx.scene.Parent$1.doComputeGeomBounds(Parent.java:115)
        at javafx.graphics/com.sun.javafx.scene.ParentHelper.computeGeomBoundsImpl(ParentHelper.java:84)
        at javafx.graphics/com.sun.javafx.scene.layout.RegionHelper.superComputeGeomBoundsImpl(RegionHelper.java:78)
        at javafx.graphics/com.sun.javafx.scene.layout.RegionHelper.superComputeGeomBounds(RegionHelper.java:62)
        at javafx.graphics/javafx.scene.layout.Region.doComputeGeomBounds(Region.java:3289)
        at javafx.graphics/javafx.scene.layout.Region.access$300(Region.java:147)
        at javafx.graphics/javafx.scene.layout.Region$1.doComputeGeomBounds(Region.java:168)
        at javafx.graphics/com.sun.javafx.scene.layout.RegionHelper.computeGeomBoundsImpl(RegionHelper.java:89)
        at javafx.graphics/com.sun.javafx.scene.NodeHelper.computeGeomBounds(NodeHelper.java:115)
        at javafx.graphics/javafx.scene.Node.updateGeomBounds(Node.java:3837)
        at javafx.graphics/javafx.scene.Node.getGeomBounds(Node.java:3799)
        at javafx.graphics/javafx.scene.Node.getLocalBounds(Node.java:3747)
        at javafx.graphics/javafx.scene.Node.intersectsBounds(Node.java:5282)
        at javafx.graphics/javafx.scene.Node$1.intersectsBounds(Node.java:548)
        at javafx.graphics/com.sun.javafx.scene.NodeHelper.intersectsBounds(NodeHelper.java:262)
        at javafx.graphics/javafx.scene.layout.Region.doPickNodeLocal(Region.java:3158)
        at javafx.graphics/javafx.scene.layout.Region.access$600(Region.java:147)
        at javafx.graphics/javafx.scene.layout.Region$1.doPickNodeLocal(Region.java:184)
        at javafx.graphics/com.sun.javafx.scene.layout.RegionHelper.pickNodeLocalImpl(RegionHelper.java:104)
        at javafx.graphics/com.sun.javafx.scene.NodeHelper.pickNodeLocal(NodeHelper.java:128)
        at javafx.graphics/javafx.scene.Node.pickNode(Node.java:5192)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.pickNode(Scene.java:3993)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Scene.java:3579)
        at javafx.graphics/javafx.scene.Scene.pick(Scene.java:2029)
        at javafx.graphics/javafx.scene.Scene.access$6800(Scene.java:172)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Scene.java:3805)
        at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1200(Scene.java:3579)
        at javafx.graphics/javafx.scene.Scene.processMouseEvent(Scene.java:1849)
        at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2588)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:397)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:434)
        at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:390)
        at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:433)        
        at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(View.java:556)
        at javafx.graphics/com.sun.glass.ui.View.notifyMouse(View.java:942)
        at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
        at java.base/java.lang.Thread.run(Thread.java:832)

TourComputedState issue

When loading a new request after computing a tour, the segments are deleted from the map, but not the intermediary intersections from the previous computed tour

Reproduce steps :

  • Load Map
  • Load Requests
  • Compute Tour
  • Load new requests

Requests icons when adding requests are the old ones

Steps to reproduce :
Open app
Load map
Load request set
Add a new request

Result :
The requests read from the XML file are displayed on the map with the new icons, whereas the added requests is still displayed with the old icon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.