Code Monkey home page Code Monkey logo

jurassic-fossil's People

Contributors

pesegato avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

erdincay

jurassic-fossil's Issues

String index out of range: -1 on Linux

What steps will reproduce the problem?
1. $ java -jar /home/alec/Downloads/Jurassic.jar 


What is the expected output? What do you see instead?
Exception in thread "AWT-EventQueue-0" 
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1937)
    at jurassic.GUI$Dinosaur.<init>(GUI.java:293)
    at jurassic.GUI.browseFossil(GUI.java:87)
    at jurassic.GUI.<init>(GUI.java:46)
    at jurassic.GUI$9.run(GUI.java:281)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


What version of the product are you using? On what operating system?
Linux (Ubuntu 10.10 Maverick)


Please provide any additional information below.


Original issue reported on code.google.com by alecclews on 13 Oct 2010 at 5:05

  • Merged into: #1

Jurassic requires to be run within an open Fossil repo checkout

When Jurassic is launched from within an empty folder, it provides the error 
message "You must run Jurassic from the same folder where your .fossil are."

This is odd behavior as the new version (0.3.2) of Jurassic allows the creation 
of new Fossil repos already. It should probably even *suggest* creating a new 
Fossil repo if it finds that the folder where it launches from does not have 
any open Fossil checkouts.

Original issue reported on code.google.com by [email protected] on 8 Feb 2011 at 5:32

Fails to start on Linux due to NPE

Hiya!

i notice from your docs that you develop this under Windows, so maybe you 
haven't seen this yet:


stephan@ludo:~/Downloads$ java -jar Jurassic.jar 
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at jurassic.GUI.huntDinosaur(GUI.java:97)
    at jurassic.GUI.huntDinosaur(GUI.java:102)
    at jurassic.GUI.huntDinosaur(GUI.java:102)
    at jurassic.GUI.huntDinosaur(GUI.java:102)
    at jurassic.GUI.huntDinosaur(GUI.java:102)
    at jurassic.GUI.huntDinosaur(GUI.java:102)
    at jurassic.GUI.huntDinosaur(GUI.java:102)
    at jurassic.GUI.browseFossil(GUI.java:74)
    at jurassic.GUI.<init>(GUI.java:46)
    at jurassic.GUI$9.run(GUI.java:281)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

And then it hangs - i have to end it with Ctrl-C.

stephan@ludo:~/Downloads$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)


i'm using the jar downloaded on 2010 Oct 12 @ 18:00. i haven't yet tried to 
build from the source code or debug the problem (but i hope to find a timeslot 
to do so).


Original issue reported on code.google.com by [email protected] on 12 Oct 2010 at 4:28

Check-ins being repeatedly displayed

What steps will reproduce the problem?
1. Copy Jurassic.jar into the folder where the Fossil repo resides.
2. Click on Timeline.

What is the expected output? What do you see instead?
See attached screenshot of Jurassic. I highlighted the initial empty check-in 
and the first commit I did, but there are other check-ins being repeated like 
that.

What version of the product are you using? On what operating system?
Jurassic v0.2.0 on Windows XP SP3.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Oct 2010 at 6:45

Attachments:

Cannot "un-select" commits from Timeline view

What steps will reproduce the problem?
1. Select any 2 commits in Timeline view.
2. For example, you think you selected the wrong commit and want to select 
another for viewing the diff.
3. Click on the checkbox for the commit you want to unselect. Nothing happens.

What is the expected output? What do you see instead?
Clicking on the checkbox that was selected already should un-check it and allow 
the user to select another commit. Current workaround is to select some other 
commit (different from the ones already chosen) to un-check the box.

What version of the product are you using? On what operating system?
Jurassic v0.2.1 on Windows XP SP3

Other information:
This affects the Update function as well, since it keeps on asking whether you 
want to update the working directory to the last-selected commit. Very nice 
work with the colors, though - it helps to see which two commits you selected.

Original issue reported on code.google.com by [email protected] on 22 Oct 2010 at 5:40

Unable to get started

What steps will reproduce the problem?
1. Install the latest Java
2. copy-paste jurassic.jar and the lib directory into my tex directory where 
the tex.fossil file is located
3. double-click on jurassic.jar

What is the expected output? What do you see instead?

I expect the GUI to launch or something interesting at least, but I get:

"You must run Jurassic from the same folder where your .fossil are"

What version of the product are you using? On what operating system?

latest version of both Java and jurassic-fossil, downloaded 10 minutes ago. I'm 
on Windows 7 Pro 64 bits with both 32bits and 64bits JRE installed.

Please provide any additional information below.

But I'm really writing for this: why would you need to have jurassic.jar in the 
same folder as my .fossil files? my .fossil are all over the place, am I 
expected to have several copies of jurassic.jar in every location? and to cd to 
the appropriate directory and click on the .jar file? Am I missing something? I 
couldn't find the relevant information by intuitive googling. I was just 
curious to try jurassic, I'm not in a rush to see this fixed.

Original issue reported on code.google.com by [email protected] on 15 Feb 2013 at 7:45

Exception when started in an opened fossil directory

The following exception is thrown immediately when started in an open fossil 
(but not when the fossil is closed):
C:\Dokumente und Einstellungen\Ash\Desktop\test - Exception in thread "AWT-Event
Queue-0" java.lang.NullPointerException
        at jurassic.GUI.browseFossil(GUI.java:85)
        at jurassic.GUI.<init>(GUI.java:46)
        at jurassic.GUI$9.run(GUI.java:281)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

After that the application hangs forever, unless quit by CTRL+C.

It seems like the app relies on something, maybe the output of fossil.exe which 
isn't in the expected format or the like...

Original issue reported on code.google.com by [email protected] on 15 Oct 2010 at 4:12

Jurassic freezes after clicking on Timeline

What steps will reproduce the problem?
1. Open Jurassic from within the working directory (containing the .fossil file)
2. Click on Timeline to view the DAG/timeline
3. Wait

What is the expected output? What do you see instead?
It should show the Timeline and the graph, but Jurassic freezes for a few 
seconds and nothing happens.

What version of the product are you using? On what operating system?
v0.2.3 on XP SP3

Please provide any additional information below.
Can we also remove the DNA chain image? It has nothing to do with Fossil anyway.

Original issue reported on code.google.com by [email protected] on 5 Nov 2010 at 7:08

Incomplete commit freezes Jurassic

What steps will reproduce the problem?
1. Edit any number of files.
2. Click on Commit.
3. Close the Notepad window without entering any comments for the commit.

What is the expected output? What do you see instead?
The Commit button should appear unpressed, since the commit operation was 
essentially aborted. In this case, the Commit button stays pressed, and no 
other button can be clicked on. The Jurassic window could not be closed - I 
have to use Task Manager in Windows to close it.

What version of the product are you using? On what operating system?
Jurassic 0.0.1 on Windows XP SP3.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Oct 2010 at 7:33

Timeline view needs to be fully viewable

The Timeline view is not fully viewable - there's no way to scroll down past 
the first set of commits. The commits should also be listed from latest (at the 
top) to oldest (bottom).

Original issue reported on code.google.com by [email protected] on 8 Nov 2010 at 8:11

Empty error dialog box when entering empty commit message

What steps will reproduce the problem?
1. Click on Jurassic logo.
2. Click on Commit.
3. Click on either Standard or Special Commit.
4. Enter nothing for the commit comment/message.

What is the expected output? What do you see instead?
Some message should accompany the icon on the dialog box. (See attached 
screenshot.)

What version of the product are you using? On what operating system?
Windows 7 Ultimate 64-bit. Jurassic v0.3.2.

Original issue reported on code.google.com by [email protected] on 8 Feb 2011 at 5:45

Attachments:

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.