Giter VIP home page Giter VIP logo

rtemp-gui's Introduction

rtemp-gui

Graphical Configuration for the RTEMP Project

rtemp-gui's People

Contributors

andreasnordmand avatar jeunes2 avatar pegel avatar

Watchers

 avatar  avatar  avatar

Forkers

t-crest

rtemp-gui's Issues

Waiting for sub-processes

The tool does not wait properly for sub-processes (make, make sim, make synth). The tools waits until there is no more output from the sub-process. However, at least under Linux, the process is a terminal, which does not produce any output. The tool therefore does not wait until the sub-process has finished. Maybe Process.waitFor() would be more appropriate?

Crash after copying IP core

The application crashes when selecting a newly copied IP core with the following exception:
Exception in thread "main" java.lang.NullPointerException
at Model.PlatformObject.getAttributeList(PlatformObject.java:50)
at Model.PlatformObject.getAttributeList(PlatformObject.java:58)
at View.ViewDetails.showSettings(ViewDetails.java:113)
at View.View.update(View.java:248)
at Controller.Listeners.IpListener.widgetSelected(IpListener.java:45)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at Controller.Controller.(Controller.java:56)
at Program.main(Program.java:30)

Invalid input for platform width/height crashes program

Setting the platform height or width to a non-numeric value crashes the application. Providing an error message (and ignoring the invalid change) would be more appropriate. The respective exception:
Exception in thread "main" java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:504)
at java.lang.Integer.parseInt(Integer.java:527)
at Model.Aegean.Platform.getWidth(Platform.java:31)
at Model.Model.destroyLongLinks(Model.java:461)
at Controller.Listeners.DetailsListener.changeSetting(DetailsListener.java:192)
at Controller.Listeners.DetailsListener.access$200(DetailsListener.java:29)
at Controller.Listeners.DetailsListener$2.handleEvent(DetailsListener.java:117)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Control.traverse(Unknown Source)
at org.eclipse.swt.widgets.Control.translateTraversal(Unknown Source)
at org.eclipse.swt.widgets.Text.translateTraversal(Unknown Source)
at org.eclipse.swt.widgets.Control.gtk_key_press_event(Unknown Source)
at org.eclipse.swt.widgets.Text.gtk_key_press_event(Unknown Source)
at org.eclipse.swt.widgets.Widget.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Text.windowProc(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Unknown Source)
at org.eclipse.swt.widgets.Display.eventProc(Unknown Source)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at Controller.Controller.(Controller.java:42)
at Program.main(Program.java:14)

Exit via menu

I find it a bit odd that it is not possible to quit/exit the application via the menu. Virtually every GUI application has such an entry in the "File" menu.

Unsupported attribute for tag IOs

When saving before running "make", the tool adds an attribute "class" to the IOs tag in the ip.xml file: . This causes the created XML file to fail validation.

Creating new platform parses input even when being cancelled

When trying to cancel the creation of a new platform, the tool apparently parses the input, and throws the following exception (without crashing) for an empty input:

java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:504)
at java.lang.Integer.valueOf(Integer.java:582)
at View.View.createNewPlatform(View.java:383)
at Controller.Listeners.ToolbarListener.widgetSelected(ToolbarListener.java:76)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at Controller.Controller.(Controller.java:42)
at Program.main(Program.java:14)

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.