Bug 362120 - When removing a comment the aspect behaves differently
Summary: When removing a comment the aspect behaves differently
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 14:03 EDT by abd_el_mohsen CLA
Modified: 2011-10-26 14:23 EDT (History)
0 users

See Also:


Attachments
An aspect (639 bytes, application/octet-stream)
2011-10-26 14:04 EDT, abd_el_mohsen CLA
no flags Details
A base class (3.43 KB, application/octet-stream)
2011-10-26 14:05 EDT, abd_el_mohsen CLA
no flags Details
a helper class (2.30 KB, application/octet-stream)
2011-10-26 14:05 EDT, abd_el_mohsen CLA
no flags Details
an aspect (90 bytes, application/octet-stream)
2011-10-26 14:06 EDT, abd_el_mohsen CLA
no flags Details
an aspect (671 bytes, application/octet-stream)
2011-10-26 14:06 EDT, abd_el_mohsen CLA
no flags Details
an aspect (1.80 KB, application/octet-stream)
2011-10-26 14:07 EDT, abd_el_mohsen CLA
no flags Details
an aspect (929 bytes, application/octet-stream)
2011-10-26 14:07 EDT, abd_el_mohsen CLA
no flags Details
Main class (entry point) (1.38 KB, application/octet-stream)
2011-10-26 14:08 EDT, abd_el_mohsen CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description abd_el_mohsen CLA 2011-10-26 14:03:13 EDT
Build Identifier: M20100211-1343

The attached DeletionMark.aj has a single commented line. Deleting that COMMENTED line breaks the tests. cleaning the project didn't help

Reproducible: Always

Steps to Reproduce:
1.create an Eclipse AJ project, create a package topsort2, put all the attached files in it.
2.run TopordMain. It should say "topological Sorting Test Succeeded".
3.remove the single commented line in DeletionMark.aj and rerun. Tests will fail this time.
Comment 1 abd_el_mohsen CLA 2011-10-26 14:04:54 EDT
Created attachment 206013 [details]
An aspect
Comment 2 abd_el_mohsen CLA 2011-10-26 14:05:31 EDT
Created attachment 206014 [details]
A base class
Comment 3 abd_el_mohsen CLA 2011-10-26 14:05:51 EDT
Created attachment 206015 [details]
a helper class
Comment 4 abd_el_mohsen CLA 2011-10-26 14:06:19 EDT
Created attachment 206016 [details]
an aspect
Comment 5 abd_el_mohsen CLA 2011-10-26 14:06:40 EDT
Created attachment 206017 [details]
an aspect
Comment 6 abd_el_mohsen CLA 2011-10-26 14:07:05 EDT
Created attachment 206018 [details]
an aspect
Comment 7 abd_el_mohsen CLA 2011-10-26 14:07:39 EDT
Created attachment 206019 [details]
an aspect
Comment 8 abd_el_mohsen CLA 2011-10-26 14:08:28 EDT
Created attachment 206020 [details]
Main class (entry point)