Changes between Version 30 and Version 31 of Help/Action/ShowStatusReport


Ignore:
Timestamp:
2020-08-23T16:01:48+02:00 (5 years ago)
Author:
simon04
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/ShowStatusReport

    v30 v31  
    22= Help > Show Status Report =
    33
     4[[Image(StatusReport.png​,width=400,right)]]
    45[[JOSMImage(clock,link=,48)]]
    56
     
    1213
    1314||= Section =||= Description =||= Status Report \\ Presence =||= Bug Report \\ Presence =||= **Required in a \\ bug report** =||
    14 || 1 Release || JOSM version details ||  Always  ||  Always  ||  Yes  ||
     15|| [#a1Release 1 Release] || JOSM version details ||  Always  ||  Always  ||  Yes  ||
    1516|| [#a2System 2 System] || Operating system, Java, memory usage, screen size and [wikitr:/Help/CommandLineOptions command line options] ||  Always  ||  Always  ||  Yes  ||
    1617|| [#a3DatasetCons 3 Dataset consistency] || Consistency of the [wikitr:/Help/Menu/OSMLayer current data layer] ||  If available  ||  If available  ||  Yes, if available  ||
     
    1920|| 6 Map paint styles || Installed [wikitr:/Styles] ||  If available  ||  If available  ||  Yes, if available  ||
    2021|| 7 Validator Rules || Installed [wikitr:/Rules] ||  If available  ||  If available  ||  Yes, if available  ||
    21 || 8 Last errors/warnings || Overview of last shown or hidden code errors/warnings of JOSM ||  If available  ||  If available  ||  Yes, if available  ||
     22|| [#a8LastErrorsWarnings 8 Last errors/warnings] || Overview of last shown or hidden code errors/warnings of JOSM ||  If available  ||  If available  ||  Yes, if available  ||
    2223|| [#a9CrashStack 9 Crash & Stack] || Detailed info about the last JOSM code error ||  No  ||  If available  ||  Yes, if available  ||
    2324|| [#a10Threads 10 Threads] || All stack traces ||  No  ||  Optional  ||  Optional  ||
     
    2728* The sections are not numbered in the report.
    2829* Some may be empty.
    29 * Section 4-8 each add a title to their paragraph and each line of the paragraph starts with plus `+` or minus `-`.
    30 * Section 9-10 add a title to their paragraphs
     30* Section 4–8 each add a title to their paragraph and each line of the paragraph starts with plus `+` or minus `-`.
     31* Section 9–10 add a title to their paragraphs
     32
     33== 1 Release == #a1Release
     34
     35**Example**:
     36{{{
     37Relative:URL: ^/trunk
     38Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
     39Last:Changed Date: 2020-07-30 12:44:04 +0200 (Thu, 30 Jul 2020)
     40Revision:16812
     41Build-Date:2020-07-31 01:30:49
     42URL:https://josm.openstreetmap.de/svn/trunk
     43}}}
    3144
    3245== 2 System == #a2System
    3346 Memory Usage:: The first value is the size of the total memory currently used by the Java Virtual Machine (JVM) including  JOSM and garbage. The second value is the max. memory the JVM will try to use, a limit can be the -Xmx option. At last, the third value is the free memory in the JVM.
    3447
     48**Example**:
     49{{{
     50Identification: JOSM/1.5 (16812 en) Linux Arch Linux
     51Memory Usage: 387 MB / 3844 MB (191 MB allocated, but free)
     52Java version: 11.0.8+10, N/A, OpenJDK 64-Bit Server VM
     53Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel
     54Screen: :0.0 3840x2160 (scaling 1.0x1.0)
     55Maximum Screen Size: 3840x2160
     56Best cursor sizes: 16x16 -> 16x16, 32x32 -> 32x32
     57VM arguments: [-Djosm.home=<josm.pref>]
     58}}}
    3559
    3660== 3 Dataset consistency == #a3DatasetCons
    3761Only one line without separation to the System paragraph.
     62
     63**Example**:
     64{{{
     65Dataset consistency test: No problems found
     66}}}
     67
     68== 8 Last errors/warnings  == #a8LastErrorsWarnings
     69
     70**Example**:
     71{{{
     72Last errors/warnings:
     73- E: java.nio.file.NoSuchFileException: ${HOME}/b.osm
     74- E: Error - <html>Could not read file 'b.osm'.<br>Error is:<br>${HOME}/b.osm</html>
     75}}}
    3876
    3977== 9 Crash & Stack == #a9CrashStack