View Issue Details

IDProjectCategoryView StatusLast Update
0000101SchoolToolsdevelopmentpublic2019-01-06 09:41
Reporterdomjos Assigned Todomjos  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.1 
Target Version0.2Fixed in Version0.2 
Summary0000101: ihk marklist selected open extended view
DescriptionCaused by: java.lang.IllegalArgumentException: The order of the values is not correct. X-Values have to be ordered ASC. First the lowest x value and at least the highest x value.
                      at com.jjoe64.graphview.series.BaseSeries.checkValueOrder(BaseSeries.java:532)
                      at com.jjoe64.graphview.series.BaseSeries.<init>(BaseSeries.java:117)
                      at com.jjoe64.graphview.series.LineGraphSeries.<init>(LineGraphSeries.java:163)
                      at de.domjos.schooltools.activities.MarkListExtendedActivity.calculateMarkListAndDrawDiagram(MarkListExtendedActivity.java:390)
                      at de.domjos.schooltools.activities.MarkListExtendedActivity.initDefaultValues(MarkListExtendedActivity.java:293)
                      at de.domjos.schooltools.activities.MarkListExtendedActivity.onCreate(MarkListExtendedActivity.java:70)
                      at android.app.Activity.performCreate(Activity.java:6679)
                      at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
                      at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2618)
                      at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726) 
                      at android.app.ActivityThread.-wrap12(ActivityThread.java) 
                      at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477) 
                      at android.os.Handler.dispatchMessage(Handler.java:102) 
                      at android.os.Looper.loop(Looper.java:154) 
                      at android.app.ActivityThread.main(ActivityThread.java:6119) 
                      at java.lang.reflect.Method.invoke(Native Method) 
                      at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) 
                      at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) 
TagsNo tags attached.
GIT Revision

Activities

domjos

2019-01-06 09:41

administrator   ~0000015

git revision f88522d573845974c5a0fb644a73845ad8f93fb2

Issue History

Date Modified Username Field Change
2019-01-05 08:16 domjos New Issue
2019-01-05 08:16 domjos Status new => assigned
2019-01-05 08:16 domjos Assigned To => domjos
2019-01-06 09:41 domjos Status assigned => resolved
2019-01-06 09:41 domjos Resolution open => fixed
2019-01-06 09:41 domjos Fixed in Version => 0.2
2019-01-06 09:41 domjos Note Added: 0000015