Uploaded image for project: 'WINDUP - Red Hat Application Migration Toolkit'
  1. WINDUP - Red Hat Application Migration Toolkit
  2. WINDUP-501

Hints should support markdown in content/bodies

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.Final
    • 2.0.0.Final
    • None
    • None
    • None

        <hint title="" effort="0">
                              <message><[CDATA[
                                    Deprecated By JDK 6.
                                    This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
                                    ```java
                                    DataInputStream d = new DataInputStream(in);
                                    BufferedReader r = new BufferedReader(new InputStreamReader(in));
                                    ```
                               ]]></message>
                          </hint>
      

              jsightle@redhat.com Jess Sightler
              lincolnthree Lincoln Baxter III (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: