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 248532 - Support upcoming ApiGen 4.0
Summary: Support upcoming ApiGen 4.0
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: ApiGen (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-10 08:40 UTC by Tomas Mysik
Modified: 2015-01-22 09:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2014-11-10 08:40:19 UTC
There will be soon a new version of ApiGen [1], we need to support it.

[1] https://github.com/apigen/apigen/releases/
Comment 1 Tomas Mysik 2014-11-11 09:53:39 UTC
After discussion with new maintainer of ApiGen, we will drop support for ApiGen version 2.x, only the new version will be supported.
Comment 2 Tomas Mysik 2014-11-11 16:50:20 UTC
More info: maintainer of ApiGen plans to provide same CLI options as version 2.x used to have. So, we will wait for the final version (should be available around Christmas). BTW NEON config file should already be supported.
Comment 3 Tomas Mysik 2015-01-19 11:25:12 UTC
Done, Láďo please verify. Please note that v4 is not backward compatible with v2 so we support v4 only. Thanks.

http://hg.netbeans.org/web-main/rev/7824a4be8f7c
Comment 4 Vladimir Riha 2015-01-19 11:47:19 UTC
Sure, I'll look at it on Wednesday.
Comment 5 Quality Engineering 2015-01-20 04:03:12 UTC
Integrated into 'main-silver', will be available in build *201501200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7824a4be8f7c
User: Tomas Mysik <tmysik@netbeans.org>
Log: #248532 - Support upcoming ApiGen 4.0
Comment 6 Vladimir Riha 2015-01-21 17:13:56 UTC
Seems OK to me.

Just one question (probably not related to this bug): If I deselect all checkboxes in Access Levels (in Project Props. -> Documentation -> Apigen) and select e.g. TODO, then after closing project properties with OK and reopening Apigen configuration panel, "public" and "protected" are checked. Is it on purpose?


Product Version: NetBeans IDE Dev (Build 201501200001)
Java: 1.8.0_25; Java HotSpot(TM) Client VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 7 Tomas Mysik 2015-01-22 09:05:44 UTC
(In reply to Vladimir Riha from comment #6)
> Just one question (probably not related to this bug): If I deselect all
> checkboxes in Access Levels (in Project Props. -> Documentation -> Apigen)
> and select e.g. TODO, then after closing project properties with OK and
> reopening Apigen configuration panel, "public" and "protected" are checked.
> Is it on purpose?

Likely a bug, please report it, I will fix it. Thanks!
Comment 8 Vladimir Riha 2015-01-22 09:06:54 UTC
OK, will do. Thanks

Verified