This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 237856 - rewrite NBPluginParameterExpressionEvaluator to make use of maven 3.0.5's StringSearchModelInterpolator
Summary: rewrite NBPluginParameterExpressionEvaluator to make use of maven 3.0.5's Str...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks: 237827
  Show dependency tree
 
Reported: 2013-10-31 12:40 UTC by Milos Kleint
Modified: 2016-07-07 08:39 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2013-10-31 12:40:25 UTC
see summary, the code we have now in NBPluginParameterExpressionEvaluator can deviate from the code in core maven.
Comment 1 Milos Kleint 2013-10-31 12:40:50 UTC
related to issue 237827
Comment 2 Milos Kleint 2014-03-25 12:05:32 UTC
after doing some tests with tstupka, the entire evaluator thing could be ripped out as the 3.0.x maven extrapolates any expressions in the entire pom model.
Comment 3 Quality Engineering 2014-03-30 02:20:02 UTC
Integrated into 'main-silver', will be available in build *201403300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b2080be3b1ec
User: Milos Kleint <mkleint@netbeans.org>
Log: #237856 entire maven model instances are now resolved during project loading, no need to redo it in PluginPropertyUtils. Still the NBPluginParameterExpressionEvaluator cannot be entirely removed as it's being used in places where we only have the raw data.
Comment 4 Martin Balin 2016-07-07 08:39:05 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss