Step 1 of 4: Choose Issues

Cancel

T Key P Status Assignee Summary Created Updated Fix Version/s Fixed In Version Git Pull Request
Sub-task JBIDE-4303 Major Closed Viacheslav Kabanovich (Inactive)

JBIDE-1636 Review org.jboss.tools.jst.web.tomcat package classes and remove unused

3.1.0.M1
Sub-task JBIDE-3360 Major Closed Denis Golovin (Inactive)

JBIDE-1636 Activate PMD rule ReturnEmptyArrayRatherThanNull: For any method that returns an array, it's a better behavior to return an empty array rather than a null reference.

3.1.0.M2
Sub-task JBIDE-3359 Major Closed Denis Golovin (Inactive)

JBIDE-1636 Activate PMD rule PositionLiteralsFirstInComparisons: Position literals first in String comparisons - that way if the String is null you won't get a NullPointerException, it'll just return false.

3.1.0.M2
Sub-task JBIDE-3358 Major Closed Denis Golovin (Inactive)

JBIDE-1636 Activate PMD rule SimplifyConditional: No need to check for null before an instanceof; the instanceof keyword returns false when given a null argument.

3.1.0.M2
Sub-task JBIDE-3357 Trivial Closed Denis Golovin (Inactive)

JBIDE-1636 Activate PMD rule UseCollectionIsEmpty: The isEmpty() method on java.util.Collection is provided to see if a collection has any elements. Comparing the value of size() to 0 merely duplicates existing behavior.

3.0.0.GA
Sub-task JBIDE-3356 Major Closed Denis Golovin (Inactive)

JBIDE-1636 Check if PMD has rule to check that methods with Collection based return type never returns null

4.19.0.Final
Sub-task JBIDE-3355 Major Closed Denis Golovin (Inactive)

JBIDE-1636 org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlink review

  https://github.com/jbosstools/jbosstools-base/pull/98
Sub-task JBIDE-2701 Major Closed Denis Golovin (Inactive)

JBIDE-1636 Code review for org.jboss.tools.common.editor

4.2.0.Beta2

Cancel