Closed
Bug 1347394
Opened 8 years ago
Closed 8 years ago
Eclipse project files for JSS
Categories
(JSS Graveyard :: Library, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.4.1
People
(Reporter: edewata, Assigned: edewata)
References
Details
Attachments
(2 files)
28.43 KB,
patch
|
elio.maldonado.batiz
:
review+
|
Details | Diff | Splinter Review |
19.08 KB,
patch
|
elio.maldonado.batiz
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170125094131
Steps to reproduce:
To simplify and standardize JSS development the Eclipse project file, classpath, settings should be included in the source repository.
Actual results:
Currently JSS developers would need to create their own Eclipse project and manually configure the classpath. The projects might be configured differently causing inconsistencies (e.g. tabs vs spaces for indentation).
Expected results:
The Eclipse project files should be included in the source repository such that anybody can simply add it to their Eclipse workspace.
Assignee | ||
Comment 1•8 years ago
|
||
Eclipse project file, classpath, settings have been added to
automate cleanups and certain formattings which will simplify and
standardize the development.
Attachment #8848654 -
Flags: review?(emaldona)
Assignee | ||
Comment 2•8 years ago
|
||
The SSLSocket class has been cleaned up using Eclipse to remove
trailing white spaces and wildcards in import statements.
Attachment #8848655 -
Flags: review?(emaldona)
Comment 3•8 years ago
|
||
Comment on attachment 8848654 [details] [diff] [review]
0001-Added-Eclipse-project-files.patch
Review of attachment 8848654 [details] [diff] [review]:
-----------------------------------------------------------------
r+, Applies cleanly and no extra warnings on the build, ran test and all pass.
Attachment #8848654 -
Flags: review?(emaldona) → review+
Comment 4•8 years ago
|
||
Comment on attachment 8848655 [details] [diff] [review]
0002-Cleaned-up-SSLSocket-class.patch
Review of attachment 8848655 [details] [diff] [review]:
-----------------------------------------------------------------
r+, Applies cleanly and no extra warnings on the build, ran test and all pass.
Attachment #8848655 -
Flags: review?(emaldona) → review+
Comment 5•8 years ago
|
||
I should add that it would be nice to document how to build and test with Mercurial and possible in a platform agnostic manner but that can wait to a follow-up separate bug for a later time.
Updated•8 years ago
|
Assignee: glenbeasley → edewata
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → 4.4.1
Comment 6•8 years ago
|
||
Pushed:
https://hg.mozilla.org/projects/jss/rev/ea54f0555d0d0bd571af227bbb847cf0c0cb641e
https://hg.mozilla.org/projects/jss/rev/7184079cfbf3727cf95a00df5095ae4ca7a2c913
https://hg.mozilla.org/projects/jss/rev/2a57326753132be7bd5c5d3a8c23073894aa23b0
https://hg.mozilla.org/projects/jss/rev/73d4029d986bff42a0f4dd31eb774b0bca0f9270
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•