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 253741 - [81cat] Clean not executed when compile on save status changes.
Summary: [81cat] Clean not executed when compile on save status changes.
Status: RESOLVED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Test Specifications (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jiri Prox
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 13:39 UTC by -Silver-
Modified: 2015-08-04 10:31 UTC (History)
0 users

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 -Silver- 2015-07-24 13:39:46 UTC
Test: Enable/disable CoS

Steps:
    Open project properties
    Switch to Compile tab
    Disable CoS
    Close properties
    Enable CoS again 

Expected result:
Clean is performed when setting is changed

Actual result:
Clean is NOT performed on the project
Comment 1 Tomas Zezula 2015-07-28 14:21:51 UTC
It makes no sense to perform the clean and it was never done.
The test spec http://services.netbeans.org/synergy/client/app/#/case/2571/suite/1389/v/1is wrong.

The correct is:
1) Run project with CoS
2) Open project properties
3) Switch to Compile tab
4) Disable CoS
5) Close properties
6) Run (Build) project

Expected: The clean is performed as a part of the build (before compile).

The reason of the clean is to prevent CoS classes to become a part of released project (jar file).
Comment 2 Jiri Prox 2015-08-04 10:31:11 UTC
Test specification fixed,

Thanks Tomasi for correct text