netty5/codec-xml/src/main/java/io/netty/handler/codec/xml
jimin d54678d645 Remove unnecessary code (#9303)
Motivation:

There are is some unnecessary code (like toString() calls) which can be cleaned up.

Modifications:

- Remove not needed toString() calls
- Simplify subString(...) calls
- Remove some explicit casts when not needed.

Result:

Cleaner code
2019-07-04 09:02:24 +02:00
..
package-info.java Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00
XmlAttribute.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlCdata.java Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00
XmlCharacters.java Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00
XmlComment.java Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00
XmlContent.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlDecoder.java Remove unnecessary code (#9303) 2019-07-04 09:02:24 +02:00
XmlDocumentEnd.java Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00
XmlDocumentStart.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlDTD.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlElement.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlElementEnd.java Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00
XmlElementStart.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlEntityReference.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlNamespace.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlProcessingInstruction.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
XmlSpace.java Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00