Skip to content

Commit 32edd0c

Browse files
committed
Another big batch of FluentSharp fixes
1 parent e3b5a81 commit 32edd0c

File tree

110 files changed

+1323
-4789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1323
-4789
lines changed

3rdParty/CheckMarx/API_IE_CxWebClient.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
2-
32
using System.Windows.Forms;
43
using FluentSharp.CoreLib;
54
using FluentSharp.CoreLib.Utils;
65
using FluentSharp.Watin;
7-
86
//O2File:API_IE_ExecutionGUI.cs
9-
//O2File:WatiN_IE_ExtensionMethods.cs
10-
//O2Ref:WatiN.Core.1x.dll
117

128
namespace O2.XRules.Database.APIs
139
{

3rdParty/Chrome/API_Chrome.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
2+
3+
//O2Tag:SkipGlobalCompilation
4+
5+
// the CefSharp.dll can not being used to compiled on 4.0 CLR
6+
27
using System;
38
using System.Threading;
49
using System.Windows.Forms;
510
using FluentSharp.CoreLib;
611
using FluentSharp.CoreLib.API;
712
using FluentSharp.WinForms;
813
using CefSharp;
9-
using CefSharp.WinForms;
14+
using CefSharp.WinForms;
1015

1116
//Installer:CefSharp_Installer.cs!CefSharp\CefSharp-1.19.0\CefSharp.WinForms.dll
1217
//O2Ref:CefSharp\CefSharp-1.19.0\CefSharp.WinForms.dll

3rdParty/Chrome/API_Chrome_WPF.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
22

3+
//O2Tag:SkipGlobalCompilation
4+
5+
// the CefSharp.dll can not being used to compiled on 4.0 CLR
6+
37
using System.Threading;
48
using FluentSharp.CoreLib;
59
using FluentSharp.CoreLib.API;

3rdParty/Eclipse/UnitTests_Gui_API_Eclipse.cs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
2-
using System;
3-
using System.IO;
4-
using System.Collections.Generic;
5-
using System.Diagnostics;
6-
using System.Text;
7-
using O2.Kernel;
8-
using O2.Kernel.ExtensionMethods;
9-
using O2.DotNetWrappers.ExtensionMethods;
10-
using O2.DotNetWrappers.Windows;
112

123
//O2Ref:nunit.framework.dll
4+
using FluentSharp.CoreLib;
5+
using FluentSharp.CoreLib.API;
6+
using FluentSharp.GuiAutomation;
137
using NUnit.Framework;
148

159
//O2File:API_Eclipse.cs

3rdParty/Fortify/API_Fortify_1_6.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using xmlns.www.fortifysoftware.com.schema.fvdl;
1010
using FluentSharp.For_XmlSchemaLinq;
1111
//O2File:Fortify.fvdl.1.6.xsd.cs
12+
//O2Ref:O2_Misc_Microsoft_MPL_Libs.dll
1213

1314
namespace O2.XRules.Database.APIs
1415
{

3rdParty/GNU/GnuWin32_Make_Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace O2.XRules.Database.APIs
77
{
8-
public class Installer_Test
8+
public class GnuWin32_Make_Installer_Test
99
{
1010
public void test()
1111
{

3rdParty/IBM/AppScan Source 7.0/OzasmUtils_OunceV7_0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using FluentSharp.WinForms.O2Findings;
88
using O2.ImportExport.OunceLabs.Ozasmt_OunceV6_1;
99

10-
//O2File:xsd_Ozasmt_OunceV7_0.cs
10+
//O2File:xsd_Ozasmt_OunceV6_1.cs
1111

1212
namespace O2.XRules.ThirdPary.IBM
1313
{

3rdParty/PaintNet/PaintNet_Installer.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
using System;
2-
using System.Diagnostics;
3-
using O2.Kernel;
4-
using O2.Kernel.ExtensionMethods;
5-
using O2.DotNetWrappers.ExtensionMethods;
1+
using System.Diagnostics;
2+
using FluentSharp.CoreLib;
63
//O2File:Tool_API.cs
7-
using O2.XRules.Database.Utils;
84

95

106
namespace O2.XRules.Database.APIs

3rdParty/Qualys/API_BlindElephant.cs

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
22

3-
43
//Todo:add svn download support to O2 and use it to checkout the source code of Blind Elephant
54
//O2Tag:SkipGlobalCompilation
65

7-
8-
96
using System;
10-
using System.Linq;
117
using System.Diagnostics;
12-
using System.Collections.Generic;
13-
using System.Windows.Forms;
14-
using System.Text;
15-
using O2.Kernel;
16-
using O2.Kernel.ExtensionMethods;
17-
using O2.DotNetWrappers.DotNet;
18-
using O2.DotNetWrappers.Windows;
19-
using O2.DotNetWrappers.Network;
20-
using O2.DotNetWrappers.ExtensionMethods;
21-
using O2.Views.ASCX.classes.MainGUI;
22-
using O2.Views.ASCX.ExtensionMethods;
8+
using FluentSharp.CoreLib;
9+
using FluentSharp.CoreLib.API;
10+
using FluentSharp.WinForms.Utils;
11+
2312
//using O2.Core.XRules.Classes;
2413
//O2File:Tool_API.cs
2514

3rdParty/SecurityInnovation/Exams/API_SI_Exams.cs

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
2-
using System;
3-
using System.Linq;
2+
43
using System.Collections.Generic;
5-
using System.Windows.Forms;
6-
using System.Text;
7-
using O2.Kernel;
8-
using O2.Kernel.ExtensionMethods;
9-
using O2.DotNetWrappers.DotNet;
10-
using O2.DotNetWrappers.Windows;
11-
using O2.DotNetWrappers.ExtensionMethods;
12-
using O2.Views.ASCX.classes.MainGUI;
13-
using O2.Views.ASCX.ExtensionMethods;
14-
using O2.XRules.Database.APIs;
4+
using System.Linq;
5+
using FluentSharp.CoreLib;
6+
using FluentSharp.CoreLib.API;
7+
using FluentSharp.GuiAutomation;
8+
using FluentSharp.REPL.Utils;
9+
using FluentSharp.Watin;
1510
using White.Core.UIItems.WindowItems;
1611

1712
//O2File:WatiN_IE_ExtensionMethods.cs

0 commit comments

Comments
 (0)