Releases
v1.8.0
Added
"Correct to (correct case)" quick fix for LowercaseKeyword
.
API: PropertyNameDeclaration::getImplementedTypes
method.
API: PropertyNode::getDefaultSpecifier
method.
API: PropertyNode::getImplementsSpecifier
method.
API: PropertyNode::getIndexSpecifier
method.
API: PropertyNode::getStoredSpecifier
method.
API: PropertyDefaultSpecifierNode
node type.
API: PropertyImplementsSpecifierNode
node type.
API: PropertyIndexSpecifierNode
node type.
API: PropertyStoredSpecifierNode
node type.
Changed
Include the global library path in unit import resolution.
Improve AST modeling around property specifiers.
Improve semantic analysis around property specifiers.
Exclude properties with implements
specifiers in UnusedProperty
.
Fixed
Overly permissive parsing rules around string
and file
types.
Quick fixes removing comments and compiler directives in RedundantInherited
.
False positives around message
handler methods in RedundantInherited
.
False positives when parameter names were mismatched to the inherited method in RedundantInherited
and InheritedMethodWithNoCode
.
API: ArrayConstructorNode::getImage
returned an incorrect image containing [
as an element.
You can’t perform that action at this time.