Uploaded image for project: 'Batik'
  1. Batik
  2. BATIK-1140

Batik maven artifacts should have line numbers included for easier debugging

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8
    • None
    • GVT
    • None
    • Linux, Java 1.8, maven 3.3

    Description

      1. Use the cool maven artifacts from central e.g.:
                        <dependency>
        			<groupId>org.apache.xmlgraphics</groupId>
        			<artifactId>batik-swing</artifactId>
        			<version>1.8</version>
        			<scope>test</scope>
        		</dependency>
        
      2. Observe a wired Behavior with Batik (in my case an infinite loop of rendering tries)
      3. Download source code from maven central to set some breakpoints (eclipse is doing this for me automatically)

      Expected:

      • Downloaded source code should contains line numbers

      Actual:

      • Downloaded source does not contain line numbers and therefore is very tough to debug. Only method breakpoints are possible

      Attachments

        1. No-Lines-Batik-1-8.png
          278 kB
          Manuel Blechschmidt

        Activity

          People

            ssteiner Simon Steiner
            manuel_b Manuel Blechschmidt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: