This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from bde8174d628 Merge pull request #9208 from bicodrex/export_zip_fix
     add 398d8646736 Better handling of local class when creating local 
variable-like elements.
     new 2602169290b Merge pull request #9041 from 
lahodaj/java-hints-local-class

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/java/hints/errors/ChangeType.java      |  2 +-
 .../modules/java/hints/errors/ChangeTypeFix.java   |  2 +-
 .../modules/java/hints/errors/CreateElement.java   | 11 ++-
 .../java/hints/errors/CreateElementUtilities.java  |  3 -
 .../modules/java/hints/errors/Utilities.java       |  6 +-
 .../java/hints/introduce/InstanceRefFinder.java    |  7 +-
 .../IntroduceExpressionBasedMethodFix.java         |  2 +-
 .../java/hints/introduce/IntroduceFieldFix.java    |  2 +-
 .../java/hints/introduce/IntroduceHint.java        | 13 ++-
 .../java/hints/introduce/IntroduceVariableFix.java |  2 +-
 .../hints/errors/AddParameterOrLocalFixTest.java   | 96 ++++++++++++++++++++++
 .../modules/java/hints/errors/ChangeTypeTest.java  | 25 ++++++
 .../java/hints/introduce/IntroduceHintTest.java    | 81 ++++++++++++++++++
 13 files changed, 228 insertions(+), 24 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to