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 68633 - Help user avoid requesting too high spec version
Summary: Help user avoid requesting too high spec version
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on: 70917
Blocks:
  Show dependency tree
 
Reported: 2005-11-14 10:47 UTC by pzajac
Modified: 2008-09-15 13:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-11-14 10:47:43 UTC
Please add read only module specification version field into Edit Module dialog
( NB Project properties|libraries|Edit ...). It will contains the specification
version of module in nb platform of project. It is usefull when is changed the
NB platform of project. The user doesn't know the specification version. Related
problem was described in issue #68631.
Comment 1 Jesse Glick 2005-11-15 19:05:44 UTC
Probably better handled in a different way, e.g. warning in properties dialog if
a dep is requested which in whatever way will not be satisfiable at runtime.
Note that it is not automatically safe to "backdate" a dependency; even if
compilation succeeds, there might have been a semantic API change made which you
are relying on the newer version of.
Comment 2 Jesse Glick 2005-12-31 19:40:20 UTC
Note that it is now the case that using too high a spec version will result in a
build failure.
Comment 3 Martin Krauskopf 2006-04-12 06:27:39 UTC
Implementation of this issue depends on the way how the issue 70917 will be
finally implemented. Than this one could become invalid or it will be
implemented in a different way that it is suggested in original comment.
Comment 4 Martin Krauskopf 2008-02-07 17:50:26 UTC
I'm not working on APISupport anymore. Reassigning to owner of the component, so
the issue is not 'forgotten' forever.
Comment 5 Jesse Glick 2008-09-15 13:32:23 UTC
Prefer to implement issue #70917.