-->
<?xml-stylesheettype="text/xml"href="../../nbbuild/javadoctools/apichanges.xsl"?>
<!DOCTYPE apichanges PUBLIC"-//NetBeans//DTD API changes list 1.0//EN""../../nbbuild/javadoctools/apichanges.dtd">
<!-- First, a list of API names you may use: -->
<apidefs>
<apidef name="JavaHintsTest">Java Hints Test API</apidef>
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="HintTest-options">
<api name="JavaHintsTest"/>
<summary>Added HintTest.options method</summary>
<version major="1" minor="23"/>
<date day="6" month="9" year="2018"/>
<author login="jlahoda"/>
<compatibility addition="yes" binary="compatible" deletion="no" deprecation="no" modification="no" semantic="compatible" source="compatible"/>
<description>
A method <code>HintTestoptions</code> was added that allows to specify additional compiler options.
</description>
<class name="HintTest" package="org.netbeans.modules.java.hints.test.api"/>
</change>
<change id="HintTest-fixNotPresent">
<api name="JavaHintsTest"/>
<summary>Assertion for missing fixes</summary>
<version major="1" minor="18"/>
<date day="24" month="5" year="2016"/>
<author login="sdedic"/>
<compatibility addition="yes" binary="compatible" deletion="no" deprecation="no" modification="no" semantic="compatible" source="compatible"/>
<description>
A method <code>assertFixesNotPresent</code> was added to easily detect that fix is gone if e.g. some precondition is not met.
</description>
<class name="HintTest" package="org.netbeans.modules.java.hints.test.api"/>
</change>
<change id="HintTest-singleHint">
<api name="JavaHintsTest"/>
<summary>Allowed to check a single hint</summary>
<version major="1" minor="9"/>
<date day="3" month="4" year="2013"/>
<author login="sdedic"/>
<compatibility addition="yes" binary="compatible" deletion="no" deprecation="no" modification="no" semantic="compatible" source="compatible"/>
<description>
New method <code>run(Class, String)</code> was added so that hint with a specific ID can be run, if the
class contains multiple hint implementations.
</description>
<class name="HintTest" package="org.netbeans.modules.java.hints.test.api"/>
<issue number="227962"/>
</change>
<change id="HintTest-ensureJavaFixes">
<api name="JavaHintsTest"/>
<summary>Added assertFixes method to HintWarning</summary>
<version major="1" minor="8"/>
<date day="22" month="3" year="2013"/>
<author login="jlahoda"/>
<compatibility addition="no" binary="compatible" deletion="no" deprecation="no" modification="no" semantic="incompatible" source="compatible"/>
<description>
<code>HintTest.HintWarning.applyFix</code> now enforces constraints for Inspect&Transform. Unless a hint
is marked as <code>Options.QUERY</code>, <code>Options.NO_BULK</code> or <code>Kind.ACTION</code>,
the <code>Fix</code> that is being applied is tested to be <code>JavaFix</code> and repeatable,
which are the requirements of Inspect&Transform.
</description>
<class name="HintTest" package="org.netbeans.modules.java.hints.test.api"/>
<issue number="227271"/>
</change>
<!-- Now the surrounding HTML text and document structure: -->
<htmlcontents> <!-- Generated from apichanges.xml -->
<head>
<title>Change History for the Editor Hints SPI</title>
<link rel="stylesheet"href="prose.css"type="text/css"/>
</head>
<body>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.